*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body, html {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
body.overfloy-y-hidden, html.overfloy-y-hidden {
  overflow-y: hidden;
}

a[href] {
  text-decoration: none;
  transition: 0.5s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .container {
    padding: 0 45px;
  }
}
@media (max-width: 675px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}

.container-fluid {
  padding: 0 45px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  color: #000;
}

h1 {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
}

h2 {
  font-size: 45px;
  line-height: 55px;
}

h3 {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-center {
  text-align: center;
}

.text-img-center {
  text-align: -webkit-center;
}

p {
  font-size: 16px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.heading h3 {
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 24px;
  }
}
.heading p {
  line-height: 18px;
  color: #666666;
  font-weight: 500;
}

.custom-scroll::-webkit-scrollbar {
  width: 3px;
}
.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #2b2b2b;
  outline: 0;
}

input, button, select {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.modelPop {
  position: fixed;
  z-index: 3;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close svg {
  width: 25px;
  height: 25px;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.3;
}

.video_icon {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .video_icon {
    width: 47px;
    height: 47px;
  }
}
.video_icon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 767px) {
  .video_icon:before {
    width: 47px;
    height: 47px;
  }
}
.video_icon img {
  width: auto !important;
  position: relative;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px;
}
.social-links a svg {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.social-links a svg path {
  fill: #fff;
}

.model .close {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 10px;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  transition: 0.5s ease;
}
.model .close img {
  width: 12px;
}
.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: 0.5s sease;
  pointer-events: none;
}
.overlay.overlay_active {
  pointer-events: all;
  opacity: 0.6;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video .close_model {
  filter: invert(1);
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
}

.hvr-bg {
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  overflow: hidden;
  z-index: 1;
}
.hvr-bg.black:before {
  background: #000;
}
.hvr-bg.white:before {
  background: #fff;
}
.hvr-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 0;
  transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.hvr-bg:hover, .hvr-bg:focus, .hvr-bg:active {
  color: #fff !important;
}
.hvr-bg:hover:before, .hvr-bg:hover:focus:before, .hvr-bg:hover:active:before, .hvr-bg:focus:before, .hvr-bg:focus:focus:before, .hvr-bg:focus:active:before, .hvr-bg:active:before, .hvr-bg:active:focus:before, .hvr-bg:active:active:before {
  right: 0;
  width: 100%;
}

.owl-carousel.has_float_content .item {
  position: relative;
}
.owl-carousel.has_float_content .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.owl-carousel.has_float_content .item .ttl_inf {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: all;
  text-align: center;
}
.owl-carousel.has_float_content .item a.carousel-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.owl-carousel .owl-nav button {
  background: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel .owl-nav .owl-next {
  right: -20px;
}

.animateToTop {
  animation: animateToTop 1s ease;
}
@keyframes animateToTop {
  0% {
    transform: translateY(300px);
    opacity: 0;
    pointer-events: none;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: none;
  }
}

.animateToBottom {
  animation: animateToTop 1s ease;
}
@keyframes (animateToBottom) {
  0% {
    transform: translateY(-300px);
    opacity: 0;
    pointer-events: none;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: none;
  }
}

.animateToRight {
  animation: animateToRight 1s ease;
}
@keyframes (animateToRight) {
  0% {
    transform: translateX(-300px);
    opacity: 0;
    pointer-events: none;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
    pointer-events: none;
  }
}

.animateToLeft {
  animation: animateToLeft 1s ease;
}
@keyframes (animateToLeft) {
  0% {
    transform: translateX(300px);
    opacity: 0;
    pointer-events: none;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
    pointer-events: none;
  }
}

@media (max-width: 675px) {
  main {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 420px) {
  main {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 365px) {
  main {
    margin-top: 59px;
  }
}

.footer_strip {
  display: none;
}
@media (max-width: 991px) {
  .footer_strip {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: #000;
  }
}
.footer_strip .callnwtsp ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer_strip .callnwtsp ul li {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  text-align: center;
}
.footer_strip .callnwtsp ul li:not(:last-child) {
  padding: 5px 0;
  border-right: 1px solid #1e1919;
}
.footer_strip .callnwtsp ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s ease;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  header {
    padding: 12px 0;
  }
}
@media (max-width: 675px) {
  header {
    background: #000;
  }
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.86) 0%, rgba(43, 43, 43, 0.88) 100%);
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.1411764706);
  transition: 0.5s ease;
}
header.header-fixed {
  padding: 10px 0;
}
@media (max-width: 675px) {
  header.header-fixed {
    padding: 12px 0;
  }
}
header.header-fixed .header-wrapper .flex .colA {
  flex: 0 1 9%;
  max-width: 9%;
}
@media (max-width: 675px) {
  header.header-fixed .header-wrapper .flex .colA {
    flex: 0 1 22%;
    max-width: 22%;
  }
}
header.header-fixed .header-wrapper .flex .colB .upper_nav {
  margin-bottom: 3px;
}
@media (max-width: 675px) {
  header.header-fixed .header-wrapper .flex .colB .upper_nav ul li a {
    font-size: 18px;
    line-height: 26px;
  }
}
header.header-fixed .header-wrapper .flex .colB .lower_nav ul li a {
  font-size: 12px;
}
@media (max-width: 991px) {
  header.header-fixed .header-wrapper .flex .colB .lower_nav ul li a {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 675px) {
  header.header-fixed .header-wrapper .flex .colB .lower_nav ul li a {
    font-size: 26px;
    line-height: 38px;
  }
}
header.header-fixed::before {
  height: 100%;
}
@media (max-width: 675px) {
  header.header-fixed::before {
    height: 0px;
  }
}
header .header-wrapper {
  position: relative;
  z-index: 1;
}
header .header-wrapper .flex {
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .flex .colB .nav_bar {
  text-align: right;
  transition: 0.5s ease;
}
header .header-wrapper .flex .colB .upper_nav {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  header .header-wrapper .flex .colB .upper_nav {
    margin-bottom: 5px;
  }
}
header .header-wrapper .flex .colB .upper_nav ul li a {
  font-size: 12px;
}
header .header-wrapper .flex .colB .upper_nav ul li .wtsp_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  animation: blink 0.7s infinite;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .upper_nav ul li .wtsp_btn {
    display: none;
  }
}
header .header-wrapper .flex .colB .upper_nav ul li .wtsp_btn img {
  width: 20px;
  margin-bottom: 2px;
}
@keyframes blink {
  0% {
    opacity: 0.4;
    color: #fff;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .upper_nav ul li.free_quote_btn {
    display: none;
  }
}
header .header-wrapper .flex .colB .upper_nav ul li.free_quote_btn a {
  border-radius: 20px;
  padding: 2px 17px;
  transition: 0s;
  animation-name: color1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@keyframes color1 {
  0% {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
  100% {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colB .upper_nav ul li:nth-child(1), header .header-wrapper .flex .colB .upper_nav ul li:nth-child(2) {
    display: none;
  }
}
header .header-wrapper .flex .colB .upper_nav ul li:nth-last-child(2) {
  margin-right: 15px !important;
}
header .header-wrapper .flex .colB .lower_nav ul li a {
  font-size: 14px;
}
header .header-wrapper .flex .colB .upper_nav ul, header .header-wrapper .flex .colB .lower_nav ul {
  display: inline-block;
  text-align: right;
}
header .header-wrapper .flex .colB .upper_nav ul li, header .header-wrapper .flex .colB .lower_nav ul li {
  display: inline-block;
  position: relative;
}
header .header-wrapper .flex .colB .upper_nav ul li:not(:last-child), header .header-wrapper .flex .colB .lower_nav ul li:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 1230px) {
  header .header-wrapper .flex .colB .upper_nav ul li:not(:last-child), header .header-wrapper .flex .colB .lower_nav ul li:not(:last-child) {
    margin-right: 12px;
  }
}
header .header-wrapper .flex .colB .upper_nav ul li::before, header .header-wrapper .flex .colB .lower_nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  transition: 0.35s ease-in-out;
}
header .header-wrapper .flex .colB .upper_nav ul li a, header .header-wrapper .flex .colB .lower_nav ul li a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.5s ease;
}
@media (max-width: 1140px) {
  header .header-wrapper .flex .colB .upper_nav ul li a, header .header-wrapper .flex .colB .lower_nav ul li a {
    font-size: 12px;
  }
}
header .header-wrapper .flex .colB .upper_nav ul li a:hover, header .header-wrapper .flex .colB .lower_nav ul li a:hover {
  opacity: 0.7;
}
header .header-wrapper .flex .colA {
  flex: 0 1 12%;
  max-width: 12%;
  width: 100%;
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colA {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
header .header-wrapper .flex .colB {
  flex: 0 1 88%;
  max-width: 88%;
  width: 100%;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    bottom: 0;
    background: #fff;
    max-width: 60%;
    flex-direction: column-reverse;
    justify-content: flex-end;
    background: #fff url(../images/logo_grey2.png);
    background-position: right bottom;
    background-blend-mode: difference;
    background-repeat: no-repeat;
    background-size: 50%;
    transform: translateX(100%);
    transition: 0.5s ease;
    padding-top: 55px;
  }
  header .header-wrapper .flex .colB.is-open {
    transform: translateX(0%);
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colB {
    max-width: 100%;
    padding-top: 0;
    height: 100vh;
    overflow-y: auto;
  }
}
header .header-wrapper .flex .colB .close_model_ham {
  display: none;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .close_model_ham {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 25px;
  }
}
header .header-wrapper .flex .colB .ham_logo {
  display: none;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .ham_logo {
    display: block;
    width: 75px;
    margin: 50px;
    margin-bottom: 0;
    margin-top: 0;
    filter: invert(1);
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colB .ham_logo {
    width: 60px;
    margin: 25px;
  }
}
header .header-wrapper .flex .colB .callnwtsp {
  display: none;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .callnwtsp {
    display: block;
    margin-top: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .callnwtsp ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 365px) {
  header .header-wrapper .flex .colB .callnwtsp ul {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .callnwtsp ul a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .upper_nav, header .header-wrapper .flex .colB .lower_nav {
    text-align: left;
    padding: 35px 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.3215686275);
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colB .upper_nav, header .header-wrapper .flex .colB .lower_nav {
    padding: 35px 25px;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .upper_nav ul, header .header-wrapper .flex .colB .lower_nav ul {
    text-align: left;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .upper_nav ul li, header .header-wrapper .flex .colB .lower_nav ul li {
    display: block;
    text-align: left;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .upper_nav ul li a, header .header-wrapper .flex .colB .lower_nav ul li a {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    text-transform: inherit;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colB .upper_nav ul li a, header .header-wrapper .flex .colB .lower_nav ul li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .upper_nav ul li a.tel_no, header .header-wrapper .flex .colB .lower_nav ul li a.tel_no {
    display: none;
  }
}
header .header-wrapper .flex .colB .lower_nav {
  border: none;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .lower_nav ul {
    text-align: left;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .lower_nav ul li {
    display: block;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .colB .lower_nav ul li a {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colB .lower_nav ul li a {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .colB .lower_nav ul li a {
    font-size: 22px;
    line-height: 36px;
    text-transform: inherit;
  }
}
header .header-wrapper .flex .ham_menu {
  width: 35px;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .ham_menu {
    display: inline-flex;
    right: 0;
  }
}
header .header-wrapper .flex .ham_menu span {
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
}
header .header-wrapper .flex .tel_nav {
  display: none;
}
@media (max-width: 991px) {
  header .header-wrapper .flex .tel_nav {
    display: block;
    margin-left: auto;
    margin-right: 32px;
  }
}
header .header-wrapper .flex .tel_nav a {
  color: #fff;
  font-size: 14px;
  text-indent: none;
}

.banner-home {
  position: relative;
}
.banner-home .bg .banner-slider img {
  height: 100vh;
}
@media (max-width: 1230px) {
  .banner-home .bg .banner-slider img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .banner-home .bg .banner-slider img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .banner-home .bg .banner-slider img {
    height: 40vh;
  }
}
.banner-home .bg .banner-slider .item {
  position: relative;
}
.banner-home .bg .banner-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(27, 27, 27, 0.53) 30%, rgba(17, 17, 17, 0.77) 93%);
  z-index: 0;
}
.banner-home .bg .banner-slider .item .item_wrap {
  position: absolute;
  top: calc(50% - 75px);
  left: 365px;
}
@media (max-width: 1024px) {
  .banner-home .bg .banner-slider .item .item_wrap {
    top: 35%;
    left: 120px;
  }
}
@media (max-width: 991px) {
  .banner-home .bg .banner-slider .item .item_wrap {
    top: 56%;
    left: 50px;
    translate: 0 -50%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-home .bg .banner-slider .item .item_wrap {
    top: 36%;
    left: 0;
    right: 0;
    padding: 0 18px;
    translate: 0 0;
  }
}
.banner-home .bg .banner-slider .item .item_wrap .title h1 {
  font-family: "Playfair Display", serif;
  color: #fff;
  max-width: 535px;
  margin-right: 0;
  font-weight: 300;
}
@media (max-width: 1230px) {
  .banner-home .bg .banner-slider .item .item_wrap .title h1 {
    font-size: 40px;
    line-height: 40px;
    max-width: 540px;
  }
}
.banner-home .bg .banner-slider .item .item_wrap .title_btn {
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .banner-home .bg .banner-slider .item .item_wrap .title_btn {
    margin-top: 20px;
  }
}
.banner-home .bg .banner-slider .item .item_wrap .title_btn a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.banner-home .bg .banner-slider .item .item_wrap .title_btn a p {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .banner-home .bg .banner-slider .item .item_wrap .title_btn a p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner-home .bg .banner-slider .item .item_wrap .title_btn a p {
    font-size: 12px;
  }
}
.banner-home .bg .banner-slider .item .item_wrap .title_btn a span {
  position: relative;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .banner-home .bg .banner-slider .item .item_wrap .title_btn a span {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 991px) {
  .banner-home .bg .banner-slider .item .item_wrap .title_btn a span {
    height: 22px;
    width: 22px;
  }
}
.banner-home .bg .banner-slider .item .item_wrap .title_btn a span img {
  position: absolute;
  top: 50%;
  left: -6px;
  translate: 0 -50%;
  width: auto;
  height: auto;
  transition: 0.5s ease;
}
.banner-home .bg .banner-slider .item .item_wrap .title_btn a:hover span img {
  translate: 130% -50%;
}
.banner-home .bg .banner-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16%;
  text-align: center;
}
@media (max-width: 1230px) {
  .banner-home .bg .banner-slider .owl-dots {
    bottom: 19%;
  }
}
@media (max-width: 675px) {
  .banner-home .bg .banner-slider .owl-dots {
    bottom: 10%;
  }
}
.banner-home .bg .banner-slider .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
  margin-inline: 6px;
  transition: 0.5s ease;
}
@media (max-width: 991px) {
  .banner-home .bg .banner-slider .owl-dots button.owl-dot {
    height: 7px;
    width: 7px;
    margin-inline: 4px;
  }
}
.banner-home .bg .banner-slider .owl-dots button.owl-dot.active {
  opacity: 1;
}
.banner-home .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 119px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .banner-home .banner-wrapper {
    height: auto;
    left: 125px;
    bottom: auto;
    top: 20%;
  }
}
@media (max-width: 991px) {
  .banner-home .banner-wrapper {
    left: 55px;
  }
}
@media (max-width: 767px) {
  .banner-home .banner-wrapper {
    top: 12%;
    left: 0;
    padding: 0 22px;
    text-indent: none;
  }
}
.banner-home .banner-wrapper .banner-content {
  position: relative;
  height: 100%;
}
.banner-home .banner-wrapper .banner-content .aside_sec {
  height: 100%;
  position: relative;
  margin-left: 72px;
}
@media (max-width: 1024px) {
  .banner-home .banner-wrapper .banner-content .aside_sec {
    margin-left: 0;
  }
}
.banner-home .banner-wrapper .banner-content .aside_sec::before, .banner-home .banner-wrapper .banner-content .aside_sec::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  width: 1px;
}
@media (max-width: 1024px) {
  .banner-home .banner-wrapper .banner-content .aside_sec::before, .banner-home .banner-wrapper .banner-content .aside_sec::after {
    display: none;
  }
}
.banner-home .banner-wrapper .banner-content .aside_sec::before {
  bottom: 99px;
  height: calc(50% - 22px);
}
@media (max-width: 1140px) {
  .banner-home .banner-wrapper .banner-content .aside_sec::before {
    bottom: 67px;
    height: calc(50% - 2px);
  }
}
.banner-home .banner-wrapper .banner-content .aside_sec::after {
  top: 0;
  height: calc(50% - 145px);
}
.banner-home .banner-wrapper .banner-content .aside_sec .slide_content {
  position: relative;
  top: calc(50% - 155px);
  padding: 20px 0;
  margin-left: -5px;
  pointer-events: all;
  overflow-y: hidden;
  width: inherit;
}
@media (max-width: 1024px) {
  .banner-home .banner-wrapper .banner-content .aside_sec .slide_content {
    margin-left: 0;
  }
}
.banner-home .banner-wrapper .banner-content .aside_sec .slide_content .slide-wrap {
  position: relative;
}
.banner-home .banner-wrapper .banner-content .aside_sec .slide_content .slide-wrap .slide_item {
  position: unset;
  transform: translateY(60px);
  transition: transform 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.banner-home .banner-wrapper .banner-content .aside_sec .slide_content .slide-wrap .slide_item.current {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  transform: translateY(0);
  right: 0;
  pointer-events: auto;
}
.banner-home .banner-wrapper .banner-content .aside_sec .slide_content p {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 400;
  line-height: 55px;
}
@media (max-width: 1230px) {
  .banner-home .banner-wrapper .banner-content .aside_sec .slide_content p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .banner-home .banner-wrapper .banner-content .aside_sec .slide_content p {
    letter-spacing: 2px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-home .banner-wrapper .banner-content .aside_sec .slide_content p {
    letter-spacing: 0px;
    font-size: 13px;
  }
}
.banner-home .btm-rt-cntr {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .banner-home .btm-rt-cntr {
    display: none;
  }
}
.banner-home .btm-rt-cntr .PlatformSLideJs {
  overflow: hidden;
  margin: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .banner-home .btm-rt-cntr .PlatformSLideJs {
    margin: 12px;
  }
}
.banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap {
  transition: 0.5s ease;
}
.banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList {
  padding: 7px 0;
  transition: 0.5s ease;
}
.banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList span {
  font-size: 20px;
  font-weight: 500;
  float: left;
}
@media (max-width: 991px) {
  .banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList span {
    font-size: 16px;
  }
}
.banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList p {
  max-width: 215px;
  padding-left: 50px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList p {
    font-size: 12px;
  }
}
.banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList.current {
  opacity: 1;
  transform: scale(1);
}
.banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList.next, .banner-home .btm-rt-cntr .PlatformSLideJs .slideWrap .warpList .prev {
  opacity: 0.2;
  transform: scale(0.97);
}
.banner-home .btm-rt-cntr2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-home .btm-rt-cntr2 {
    display: none;
  }
}
.banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap {
  padding: 25px 110px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 1366px) {
  .banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap {
    padding: 15px 48px;
  }
}
.banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(255, 255, 255, 0) 73%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1230px) {
  .banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex {
    justify-content: space-between;
  }
}
.banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex .item {
  flex: 0 1 20%;
  max-width: 20%;
  width: 100%;
  display: flex;
  gap: 18px;
  color: #fff;
}
@media (max-width: 1230px) {
  .banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex .item {
    flex: 0 1 18%;
    max-width: 18%;
  }
}
.banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex .item span {
  border-right: 1px solid rgba(255, 255, 255, 0.3294117647);
  padding-right: 18px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1140px) {
  .banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex .item span {
    padding-right: 12px;
  }
}
.banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex .item p {
  max-width: 185px;
  line-height: 21px;
}
@media (max-width: 1230px) {
  .banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex .item p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .banner-home .btm-rt-cntr2 .btm-rt-cntr2_wrap .flex .item p {
    font-size: 13px;
    line-height: 19px;
  }
}

.home_SecA {
  background: url(../images/logo_grey.png) no-repeat, linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(43, 43, 43) 100%);
  background-position: 14% 116%;
  padding: 95px 0;
}
@media (max-width: 1440px) {
  .home_SecA {
    background-position: 9% 116%;
  }
}
@media (max-width: 1366px) {
  .home_SecA {
    background-position: 6% 116%;
  }
}
@media (max-width: 1024px) {
  .home_SecA {
    background-position: 5% 105%;
    background-size: 8%, cover;
    padding: 55px 0;
  }
}
@media (max-width: 991px) {
  .home_SecA {
    background-size: 0%, cover;
    padding: 35px 0;
  }
}
@media (max-width: 1024px) {
  .home_SecA .flex {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .home_SecA .flex {
    gap: 30px 0;
  }
}
.home_SecA .flex .colA {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .home_SecA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .home_SecA .flex .colA .title {
    text-align: center;
  }
}
.home_SecA .flex .colA .title h1 {
  font-family: "Silver South";
  color: #fff;
  font-weight: 300;
  font-size: 75px;
  line-height: 67px;
}
@media (max-width: 1024px) {
  .home_SecA .flex .colA .title h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
.home_SecA .flex .colA .title h1 span {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .home_SecA .flex .colA .title h1 span {
    font-size: 18px;
  }
}
.home_SecA .flex .colA .title p {
  color: #fff;
  opacity: 0.5;
  margin-top: 20px;
  max-width: 180px;
  margin-right: auto;
}
@media (max-width: 991px) {
  .home_SecA .flex .colA .title p {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
    margin: 8px auto 0;
  }
}
.home_SecA .flex .colB {
  flex: 0 1 75%;
  max-width: 75%;
  width: 100%;
}
@media (max-width: 1024px) {
  .home_SecA .flex .colB {
    flex: 0 1 70%;
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .home_SecA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item {
  position: relative;
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item figure {
  border-radius: 5px;
  overflow: hidden;
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item figure img {
  transition: 0.5s ease;
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 63%, rgba(0, 0, 0, 0.82) 79%);
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item .ttl_inf {
  bottom: 25px;
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item .ttl_inf h6 {
  color: #fff;
  font-weight: 400;
  max-width: 232px;
  margin: 0 auto;
}
@media (max-width: 675px) {
  .home_SecA .flex .colB .luxury_demo .luxury-slider .item .ttl_inf h6 {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    max-width: 165px;
  }
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item .ttl_inf h6 span {
  display: block;
  font-size: 14px;
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .item:hover img {
  transform: scale(1.1);
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .owl-nav button.owl-next, .home_SecA .flex .colB .luxury_demo .luxury-slider .owl-nav .owl-prev {
  height: 40px;
  width: 40px;
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .owl-nav button.owl-next img, .home_SecA .flex .colB .luxury_demo .luxury-slider .owl-nav .owl-prev img {
  width: 8px;
}
.home_SecA .flex .colB .luxury_demo .luxury-slider .owl-nav button.owl-next.disabled, .home_SecA .flex .colB .luxury_demo .luxury-slider .owl-nav .owl-prev.disabled {
  display: none;
}

.home_SecB .home_SecB-i {
  padding: 65px 0;
}
@media (max-width: 1024px) {
  .home_SecB .home_SecB-i {
    padding: 35px 0;
  }
}
.home_SecB .home_SecB-i .heading {
  margin-bottom: 50px;
}
@media (max-width: 675px) {
  .home_SecB .home_SecB-i .heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .home_SecB .home_SecB-i .heading {
    margin-bottom: 25px;
  }
}
.home_SecB .home_SecB-i .heading p {
  margin-top: 8px;
}
@media (max-width: 675px) {
  .home_SecB .home_SecB-i .heading p {
    margin-top: 3px;
  }
}
.home_SecB .home_SecB-ii {
  padding: 65px 0;
}
@media (max-width: 1024px) {
  .home_SecB .home_SecB-ii {
    padding: 40px 0;
  }
}
.home_SecB .home_SecB-ii .heading {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .home_SecB .home_SecB-ii .heading {
    margin-bottom: 20px;
  }
}
.home_SecB .weekend-break-demo .weekend-break-slider .item {
  overflow: hidden;
  border-radius: 5px;
}
.home_SecB .weekend-break-demo .weekend-break-slider .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.67) 78%);
}
.home_SecB .weekend-break-demo .weekend-break-slider .item figure img {
  transition: 0.5s ease;
}
.home_SecB .weekend-break-demo .weekend-break-slider .item .ttl_inf {
  bottom: 15px;
}
.home_SecB .weekend-break-demo .weekend-break-slider .item .ttl_inf span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  max-width: 150px;
  margin: 0 auto;
  font-weight: 500;
}
.home_SecB .weekend-break-demo .weekend-break-slider .item:hover img {
  transform: scale(1.1);
}
.home_SecB .weekend-break-demo .weekend-break-slider .owl-nav button.owl-next, .home_SecB .weekend-break-demo .weekend-break-slider .owl-nav .owl-prev {
  height: 35px;
  width: 35px;
}
@media (max-width: 675px) {
  .home_SecB .weekend-break-demo .weekend-break-slider .owl-nav button.owl-next, .home_SecB .weekend-break-demo .weekend-break-slider .owl-nav .owl-prev {
    margin-top: 3px;
  }
}
.home_SecB .weekend-break-demo .weekend-break-slider .owl-nav button.owl-next img, .home_SecB .weekend-break-demo .weekend-break-slider .owl-nav .owl-prev img {
  width: 6px;
}
.home_SecB .weekend-break-demo .weekend-break-slider .owl-nav button.owl-next.disabled, .home_SecB .weekend-break-demo .weekend-break-slider .owl-nav .owl-prev.disabled {
  display: none;
}
@media (max-width: 675px) {
  .home_SecB .pakage_tab ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 420px) {
  .home_SecB .pakage_tab ul {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.home_SecB .pakage_tab ul li {
  font-weight: 500;
  display: inline-block;
  margin-inline: 30px;
  text-transform: uppercase;
  position: relative;
  padding: 0 5px 8px;
  cursor: pointer;
  color: #666666;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab ul li {
    margin-inline: 20px;
  }
}
@media (max-width: 675px) {
  .home_SecB .pakage_tab ul li {
    margin-inline: 0;
    padding: 0 0 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .home_SecB .pakage_tab ul li:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 520px) {
  .home_SecB .pakage_tab ul li:last-child span {
    display: none;
  }
}
.home_SecB .pakage_tab ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #000;
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .home_SecB .pakage_tab ul li::after {
    height: 2px;
  }
}
.home_SecB .pakage_tab ul li.active {
  color: #000;
}
.home_SecB .pakage_tab ul li.active::after {
  right: 0;
  width: 100%;
}
.home_SecB .pakage_tab_content {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content {
    margin-top: 33px;
  }
}
.home_SecB .pakage_tab_content .tab .flex {
  display: grid;
  gap: 35px 26px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex {
    gap: 12px 8px;
  }
}
@media (max-width: 991px) {
  .home_SecB .pakage_tab_content .tab .flex {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 675px) {
  .home_SecB .pakage_tab_content .tab .flex {
    grid-template-columns: 1fr;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.home_SecB .pakage_tab_content .tab .flex .item figure {
  position: relative;
  overflow: hidden;
}
.home_SecB .pakage_tab_content .tab .flex .item figure img {
  transition: 0.5s ease;
  width: 100%;
}
.home_SecB .pakage_tab_content .tab .flex .item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37%, rgba(0, 0, 0, 0.61) 73%);
  opacity: 0.2;
  transition: 0.5s ease;
  z-index: 1;
}
.home_SecB .pakage_tab_content .tab .flex .item figure .shrt_inf {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 20px;
  z-index: 1;
  translate: 0 100px;
  opacity: 0;
  transition: 0.5s ease;
}
.home_SecB .pakage_tab_content .tab .flex .item figure .shrt_inf span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.home_SecB .pakage_tab_content .tab .flex .item figure .shrt_inf span b {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content {
  padding: 20px;
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content {
    padding: 14px;
    padding-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content {
    padding-bottom: 15px;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .title h6 {
  font-weight: 600;
  display: inline-block;
  max-width: 180px;
  margin-right: auto;
  float: left;
  line-height: 20px;
}
@media (max-width: 675px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .title h6 {
    float: none;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .title span {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  float: right;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .title span {
    font-size: 12px;
    line-height: 26px;
  }
}
@media (max-width: 675px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .title span {
    font-size: 14px;
    line-height: 20px;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content > p {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  font-weight: 400;
  margin: 12px 0 20px;
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .book_now_btn {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .book_now_btn {
    position: unset;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .book_now_btn a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 10px 32px;
  border: 1px solid #000;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .book_now_btn a {
    padding: 6px 22px;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage {
  position: absolute;
  right: 20px;
  bottom: 27px;
  background: #000;
  padding: 6px 22px;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage {
    display: inline-block;
    padding: 4px 15px;
    right: 14px;
    bottom: 21px;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage span, .home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage p {
  color: #fff;
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage span {
  font-size: 9px;
  line-height: 12px;
  display: block;
  font-weight: 400;
}
@media (max-width: 675px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage span {
    line-height: 12px;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
@media (max-width: 1140px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage p {
    line-height: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .home_SecB .pakage_tab_content .tab .flex .item .card_content .price_pakage p {
    line-height: 13px;
  }
}
.home_SecB .pakage_tab_content .tab .flex .item .link-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home_SecB .pakage_tab_content .tab .flex .item:hover figure img {
  transform: scale(1.1);
}
.home_SecB .pakage_tab_content .tab .flex .item:hover figure::before {
  opacity: 1;
}
.home_SecB .pakage_tab_content .tab .flex .item:hover figure .shrt_inf {
  translate: 0 0;
  opacity: 1;
}
.home_SecB .pakage_tab_content .tab .flex .item:hover .card_content .book_now_btn a {
  color: #fff;
}
.home_SecB .pakage_tab_content .tab .flex .item:hover .card_content .book_now_btn a:before, .home_SecB .pakage_tab_content .tab .flex .item:hover .card_content .book_now_btn a:focus:before, .home_SecB .pakage_tab_content .tab .flex .item:hover .card_content .book_now_btn a:active:before {
  right: 0;
  width: 100%;
}

.home_secC {
  background: url(../images/home/SecC_bg.png) no-repeat;
  background-size: cover;
  padding: 75px 0;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .home_secC {
    padding: 55px 0;
    background-position-x: center;
  }
}
@media (max-width: 991px) {
  .home_secC {
    padding: 35px 0;
  }
}
.home_secC .heading {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .home_secC .heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 675px) {
  .home_secC .heading {
    margin-bottom: 20px;
  }
}
.home_secC .heading h1, .home_secC .heading h3 {
  display: inline-block;
  color: #fff;
}
.home_secC .heading h1 {
  font-family: "Silver South";
  font-weight: 300;
}
@media (max-width: 991px) {
  .home_secC .heading img {
    width: 30px;
    margin-bottom: 15px;
  }
}
.home_secC .pakage_tab {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .home_secC .pakage_tab {
    margin-bottom: 35px;
  }
}
@media (max-width: 675px) {
  .home_secC .pakage_tab ul {
    width: calc(100vw - 40px);
    white-space: nowrap;
    overflow-y: scroll;
    padding-bottom: 13px;
  }
}
.home_secC .pakage_tab ul li {
  display: inline-block;
  margin-inline: 30px;
  text-transform: uppercase;
  position: relative;
  padding: 0 5px 8px;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  opacity: 0.6;
  transition: 0.5s ease;
}
@media (max-width: 1230px) {
  .home_secC .pakage_tab ul li {
    margin-inline: 15px;
  }
}
@media (max-width: 1024px) {
  .home_secC .pakage_tab ul li {
    margin-inline: 4px;
    font-size: 13px;
  }
}
.home_secC .pakage_tab ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: 0.5s ease;
}
.home_secC .pakage_tab ul li.active {
  opacity: 1;
}
.home_secC .pakage_tab ul li.active::after {
  right: 0;
  width: 100%;
}
.home_secC .pakage_tab_content {
  position: relative;
}
.home_secC .pakage_tab_content .tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0.3s ease 0.2s;
}
.home_secC .pakage_tab_content .tab.active {
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.home_secC .pakage_tab_content .city-hotel-slider .item {
  overflow: hidden;
  border-radius: 5px;
}
.home_secC .pakage_tab_content .city-hotel-slider .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37%, rgba(0, 0, 0, 0.78) 73%);
}
.home_secC .pakage_tab_content .city-hotel-slider .item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: #fff;
  z-index: 1;
  translate: 0 100px;
  opacity: 0;
  transition: 0.25s ease;
}
@media (max-width: 1230px) {
  .home_secC .pakage_tab_content .city-hotel-slider .item::after {
    height: 56%;
  }
}
.home_secC .pakage_tab_content .city-hotel-slider .item figure img {
  transition: 0.5s ease;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_secC .pakage_tab_content .city-hotel-slider .item .ttl_inf {
  bottom: 15px;
  translate: 0 60px;
  transition: 0.5s ease;
  z-index: 2;
  padding: 0 50px;
}
@media (max-width: 1300px) {
  .home_secC .pakage_tab_content .city-hotel-slider .item .ttl_inf {
    padding: 0 25px;
  }
}
.home_secC .pakage_tab_content .city-hotel-slider .item .ttl_inf h6 {
  display: block;
  color: #fff;
  font-weight: 400;
  transition: 0.5s ease;
}
.home_secC .pakage_tab_content .city-hotel-slider .item .ttl_inf h6 span {
  display: block;
  font-size: 14px;
}
.home_secC .pakage_tab_content .city-hotel-slider .item .ttl_inf .book_now_btn {
  margin-top: 40px;
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
.home_secC .pakage_tab_content .city-hotel-slider .item .ttl_inf .book_now_btn a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding: 6px 25px;
  border: 1px solid #000;
  border-radius: 30px;
}
.home_secC .pakage_tab_content .city-hotel-slider .item:hover::after {
  translate: 0 0;
  opacity: 1;
  transition: 0.5s ease;
}
.home_secC .pakage_tab_content .city-hotel-slider .item:hover .ttl_inf {
  translate: 0 0;
}
.home_secC .pakage_tab_content .city-hotel-slider .item:hover .ttl_inf h6 {
  color: #000;
}
.home_secC .pakage_tab_content .city-hotel-slider .item:hover .ttl_inf .book_now_btn {
  opacity: 1;
  margin-top: 15px;
  transition: margin 0.5s ease 0.1s;
}
.home_secC .pakage_tab_content .city-hotel-slider .item:hover img {
  transform: scale(1.1);
}
.home_secC .pakage_tab_content .city-hotel-slider .owl-nav button.owl-next, .home_secC .pakage_tab_content .city-hotel-slider .owl-nav .owl-prev {
  height: 35px;
  width: 35px;
}
.home_secC .pakage_tab_content .city-hotel-slider .owl-nav button.owl-next img, .home_secC .pakage_tab_content .city-hotel-slider .owl-nav .owl-prev img {
  width: 6px;
}
.home_secC .pakage_tab_content .city-hotel-slider .owl-nav button.owl-next.disabled, .home_secC .pakage_tab_content .city-hotel-slider .owl-nav .owl-prev.disabled {
  display: none;
}
.home_secC.homeSecD {
  background: #fff;
  padding: 50px 0 15px;
}
@media (max-width: 1024px) {
  .home_secC.homeSecD {
    padding: 35px 0 5px;
  }
}
.home_secC.homeSecD .heading {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .home_secC.homeSecD .heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .home_secC.homeSecD .heading {
    margin-bottom: 20px;
  }
}
.home_secC.homeSecD .heading h3, .home_secC.homeSecD .heading h1 {
  color: #000;
}
.home_secC.homeSecD .pakage_tab {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .home_secC.homeSecD .pakage_tab {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .home_secC.homeSecD .pakage_tab {
    margin-bottom: 20px;
  }
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab {
    margin-bottom: 25px;
  }
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab ul {
    padding-bottom: 0;
    width: 100%;
  }
}
.home_secC.homeSecD .pakage_tab ul li {
  color: #000;
  opacity: 1;
  font-weight: 500;
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab ul li {
    padding-bottom: 2px;
  }
}
.home_secC.homeSecD .pakage_tab ul li::after {
  background: #000;
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab ul li::after {
    height: 2px;
  }
}
.home_secC.homeSecD .pakage_tab_content .secluded-slider .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.61) 75%);
}
.home_secC.homeSecD .pakage_tab_content .secluded-slider .ttl_inf {
  bottom: 55px;
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab_content .secluded-slider .ttl_inf {
    bottom: 25px;
  }
}
.home_secC.homeSecD .pakage_tab_content .secluded-slider .ttl_inf h4 {
  color: #fff;
}
@media (max-width: 991px) {
  .home_secC.homeSecD .pakage_tab_content .secluded-slider .ttl_inf h4 {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab_content .secluded-slider .ttl_inf h4 {
    font-size: 16px;
    font-weight: 500;
  }
}
.home_secC.homeSecD .pakage_tab_content .secluded-slider .owl-nav button {
  height: 45px;
  width: 45px;
}
@media (max-width: 991px) {
  .home_secC.homeSecD .pakage_tab_content .secluded-slider .owl-nav button {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab_content .secluded-slider .owl-nav button {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 991px) {
  .home_secC.homeSecD .pakage_tab_content .secluded-slider .owl-nav button img {
    width: 7px;
  }
}
@media (max-width: 675px) {
  .home_secC.homeSecD .pakage_tab_content .secluded-slider .owl-nav button img {
    width: 5px;
  }
}
.home_secC.homeSecD .pakage_tab_content .secluded-slider .owl-nav .owl-prev {
  left: 5%;
}
.home_secC.homeSecD .pakage_tab_content .secluded-slider .owl-nav .owl-next {
  right: 5%;
}

.home_secE {
  background: url(../images/home/SecE_bg.png) no-repeat;
  background-size: cover;
  padding: 205px 0 55px;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 1024px) {
  .home_secE {
    padding: 55px 0;
  }
}
.home_secE::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33%, rgba(0, 0, 0, 0.64) 75%);
  z-index: 1;
}
.home_secE .heading {
  position: relative;
  z-index: 1;
}
.home_secE .heading h3 {
  font-size: 80px;
  line-height: 84px;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 200;
  color: orange;
  font-size: 85px;
}
@media (max-width: 1024px) {
  .home_secE .heading h3 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 675px) {
  .home_secE .heading h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.home_secE .heading h3 span.first_l {
  display: block;
  font-family: "Poppins";
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .home_secE .heading h3 span.first_l {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 675px) {
  .home_secE .heading h3 span.first_l {
    font-size: 20px;
    line-height: 20px;
    margin-top: 22px;
    margin-bottom: 8px;
  }
}
.home_secE .heading h3 span.scnd_l {
  font-family: "Playfair Display", serif;
  font-size: 85px;
  line-height: 100px;
  font-weight: 500;
  color: #1aa9e8;
}
@media (max-width: 1024px) {
  .home_secE .heading h3 span.scnd_l {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 675px) {
  .home_secE .heading h3 span.scnd_l {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .home_secE .heading img {
    width: 40px;
    margin-bottom: 5px;
  }
}
.home_secE .exotic_demo {
  margin-top: 65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .home_secE .exotic_demo {
    margin-top: 50px;
  }
}
@media (max-width: 675px) {
  .home_secE .exotic_demo {
    margin-top: 25px;
  }
}
.home_secE .exotic_demo .exotic-slider {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
@media (max-width: 991px) {
  .home_secE .exotic_demo .exotic-slider {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 675px) {
  .home_secE .exotic_demo .exotic-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home_secE .exotic_demo .exotic-slider .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0 15px;
}
.home_secE .exotic_demo .exotic-slider .item span, .home_secE .exotic_demo .exotic-slider .item p {
  color: #fff;
  display: inline-block;
}
.home_secE .exotic_demo .exotic-slider .item span {
  font-size: 16px;
  font-weight: 500;
  float: left;
}
.home_secE .exotic_demo .exotic-slider .item p {
  max-width: 160px;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 675px) {
  .home_secE .exotic_demo .exotic-slider .item p {
    max-width: 100%;
  }
}
.home_secE .exotic_demo .exotic-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.home_secE .exotic_demo .exotic-slider .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
  margin-inline: 6px;
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .home_secE .exotic_demo .exotic-slider .owl-dots button.owl-dot {
    height: 7px;
    width: 7px;
    margin-inline: 5px;
  }
}
.home_secE .exotic_demo .exotic-slider .owl-dots button.owl-dot.active {
  opacity: 1;
}

.home_SecB.home_secF.whlInON {
  position: relative;
}
.home_SecB.home_secF.whlInON .vdoMedi {
  display: inline-block;
  width: 100%;
  position: sticky;
  top: 0;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .vdoMedi {
    position: unset;
  }
}
.home_SecB.home_secF.whlInON .vdoMedi .vdoIn, .home_SecB.home_secF.whlInON .vdoMedi .vdoSec {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .home_SecB.home_secF.whlInON .vdoMedi .vdoIn, .home_SecB.home_secF.whlInON .vdoMedi .vdoSec {
    height: 100%;
  }
}
.home_SecB.home_secF.whlInON .vdoMedi .vdoIn:after, .home_SecB.home_secF.whlInON .vdoMedi .vdoSec:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -1%, rgba(0, 0, 0, 0.43) 45%);
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .vdoMedi .vdoIn video, .home_SecB.home_secF.whlInON .vdoMedi .vdoSec video {
    height: 50vh;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr {
    margin-top: -285px;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD {
  width: 100%;
  position: relative;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-i {
  background: none;
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-i .heading h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 991px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-i .heading h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-i .heading h3 span {
  font-family: "Silver South";
  font-size: 60px;
  line-height: normal;
  font-weight: 300;
}
@media (max-width: 991px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-i .heading h3 span {
    font-size: 48px;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-i .heading p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 300;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii {
  background: url(../images/home/banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii {
    padding: 35px 0;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex {
  justify-content: space-between;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex {
    flex-direction: column;
    align-items: center;
    gap: 50px 0;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex figure {
  flex: 0 1 28%;
  max-width: 28%;
  width: 100%;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex figure {
    flex: 0 1 20%;
    max-width: 20%;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col {
  flex: 0 1 62%;
  max-width: 62%;
  width: 100%;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .pakage_tab ul {
  text-align: left;
}
@media (max-width: 675px) {
  .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .pakage_tab ul {
    text-align: center;
    justify-content: center;
    gap: 0 12px;
  }
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .pakage_tab ul li {
  color: #fff;
  margin-inline: 0;
  font-size: 16px;
  text-transform: none;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .pakage_tab ul li:not(:first-child) {
  margin-left: 24px;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .pakage_tab ul li::after {
  background: #fff;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .content p, .home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .content ul {
  margin-bottom: 25px;
  text-align: justify;
  color: #fff;
  opacity: 0.7;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .content ul {
  padding-left: 20px;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .content ul li {
  list-style: disc;
  margin-bottom: 2px;
}
.home_SecB.home_secF.whlInON .medDlv_wrpr .bKsCLLmD .About-sec-ii .flex .col .content ul li::marker {
  color: #fff;
}

footer .footer-wrapper {
  background: url(../images/footer/background.png) no-repeat;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 90px 0 55px;
}
@media (max-width: 1024px) {
  footer .footer-wrapper {
    padding: 55px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper {
    position: relative;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper {
    padding: 45px 0 35px;
  }
}
@media (max-width: 520px) {
  footer .footer-wrapper {
    background: #000;
    margin: 0;
  }
}
footer .footer-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(273deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  display: none;
}
@media (max-width: 991px) {
  footer .footer-wrapper::after {
    display: block;
  }
}
footer .footer-wrapper .container-fluid {
  padding: 0 90px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .container-fluid {
    padding: 0 40px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .container-fluid {
    padding: 0 25px;
  }
}
footer .footer-wrapper .heading h3, footer .footer-wrapper .heading p {
  color: #fff;
}
footer .footer-wrapper .heading h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .heading h3 {
    font-size: 24px;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .heading h3 {
    font-size: 20px;
    font-weight: 500;
  }
}
footer .footer-wrapper .heading h3 span {
  font-size: 48px;
  font-weight: 300;
  font-family: "Silver South";
}
@media (max-width: 1024px) {
  footer .footer-wrapper .heading h3 span {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .heading h3 span {
    font-size: 36px;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .heading h3 span {
    font-size: 32px;
  }
}
footer .footer-wrapper .heading p {
  font-weight: 300;
  line-height: 24px;
  max-width: 675px;
  margin: 10px auto 0;
}
@media (max-width: 675px) {
  footer .footer-wrapper .heading p {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-wrapper .mdl-footer .col {
  margin: 85px 0 95px;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .mdl-footer .col {
    margin: 45px 0;
  }
}
footer .footer-wrapper .mdl-footer .col .flex {
  gap: 50px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .mdl-footer .col .flex {
    gap: 35px;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .mdl-footer .col .flex {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .mdl-footer .col .flex figure img {
    width: 40px;
  }
}
footer .footer-wrapper .mdl-footer .col .address_footer {
  flex: 0 1 20%;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .mdl-footer .col .address_footer {
    flex: 0 1 27%;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .mdl-footer .col .address_footer {
    flex: 0 1 32%;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .mdl-footer .col .address_footer {
    flex: 0 1 70%;
  }
}
footer .footer-wrapper .mdl-footer .col .address_footer > ul li {
  margin-bottom: 3px;
}
footer .footer-wrapper .mdl-footer .col .address_footer > ul li:first-child {
  line-height: 22px;
  margin-bottom: 12px;
}
footer .footer-wrapper .mdl-footer .col .address_footer > ul li:last-child {
  margin-bottom: 0;
}
footer .footer-wrapper .mdl-footer .col .address_footer > ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  opacity: 0.7;
  transition: 0.5s ease;
}
footer .footer-wrapper .mdl-footer .col .address_footer > ul li a:hover {
  opacity: 1;
}
footer .footer-wrapper .mdl-footer .col .address_footer .social-links {
  margin-top: 20px;
}
footer .footer-wrapper .mdl-footer .col .address_footer .social-links ul li {
  display: inline-block;
}
footer .footer-wrapper .mdl-footer .col .address_footer .social-links ul li:not(:first-child) {
  margin-left: 15px;
}
footer .footer-wrapper .mdl-footer .col .address_footer .social-links ul li a {
  padding: 0;
  width: auto;
  height: auto;
  transition: 0.5s ease;
}
footer .footer-wrapper .mdl-footer .col .address_footer .social-links ul li a:hover {
  opacity: 0.4;
}
footer .footer-wrapper .mdl-footer .ftr_form .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 35px 0;
}
footer .footer-wrapper .mdl-footer .ftr_form .form h3 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  margin: 57px 0 0;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  gap: 25px 0;
}
@media (max-width: 675px) {
  footer .footer-wrapper .mdl-footer .ftr_form .form .col {
    gap: 20px 0;
  }
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group {
  flex: 0 1 31%;
  max-width: 31%;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group {
    flex: 0 1 48%;
    max-width: 48%;
  }
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group input, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #525252;
  color: #fff;
  padding: 4px 0;
  background: none;
  font-family: inherit;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group input::-webkit-outer-spin-button, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group input::-webkit-inner-spin-button, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group textarea::-webkit-outer-spin-button, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group input::-moz-placeholder, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group textarea::-moz-placeholder {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  color: #666666;
  font-size: 12px;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group input::placeholder, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group textarea::placeholder {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  color: #666666;
  font-size: 12px;
  transition: 0.5s ease;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group input:focus, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group textarea:focus {
  outline: none;
  border-color: #fff;
}
@media (max-width: 675px) {
  footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group input, footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group textarea {
    padding: 2px 0;
    font-size: 12px;
  }
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group label {
  font-size: 14px;
  color: #fff;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease;
  opacity: 0.4;
}
@media (max-width: 675px) {
  footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group label {
    font-size: 12px;
  }
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group label.valid {
  top: -20px;
  opacity: 1;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group .icon.calen {
  position: absolute;
  right: 0;
  top: 5px;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col .form-group img {
  width: 15px;
  opacity: 0.7;
  filter: invert(1);
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col select {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #525252;
  outline: none;
  background: none;
  color: #525252;
  font-weight: 500;
  font-family: inherit;
  font-size: 14px;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col select:focus {
  border-color: #fff;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col select.valid {
  color: #fff;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col select.valid option {
  color: #000;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.calender .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.company_name label {
  font-size: 14px;
  color: #666666;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.message_box textarea {
  width: 100% !important;
  resize: none;
  background: none;
  outline: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  height: 35px;
  max-height: 35px !important;
  min-height: 50px;
  font-size: 16px;
  padding: 5px;
  font-family: inherit;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.message_box textarea::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.message_box textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.message_box textarea::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
  height: 5px;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.message_box textarea::-moz-placeholder {
  color: #fff;
  font-family: inherit;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.message_box textarea::placeholder {
  color: #fff;
  font-family: inherit;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .col.message_box label {
  top: -35px;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .submit_btn {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
footer .footer-wrapper .mdl-footer .ftr_form .form .submit_btn input {
  font-family: inherit;
  font-weight: 400;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 6px 40px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .mdl-footer .ftr_form .form .submit_btn input {
    padding: 4px 30px;
    font-size: 14px;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .mdl-footer .ftr_form .form .submit_btn input {
    padding: 2px 25px;
    font-size: 12px;
  }
}
footer .footer-wrapper .mdl-footer .ftr_form .form .submit_btn input:hover {
  background: #fff;
  color: #000;
}
footer .btm-footer {
  border-top: 2px solid #1c1c1c;
  padding: 35px 0;
  background: #000;
}
@media (max-width: 1024px) {
  footer .btm-footer {
    padding: 25px 0;
  }
}
footer .btm-footer .flex {
  justify-content: center;
  align-items: center;
  gap: 55px;
}
@media (max-width: 1024px) {
  footer .btm-footer .flex {
    gap: 30px;
  }
}
@media (max-width: 675px) {
  footer .btm-footer .flex {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  footer .btm-footer .flex .col img {
    width: 40px;
  }
}
@media (max-width: 675px) {
  footer .btm-footer .flex .col img {
    width: 25px;
  }
}
footer .sub-footer {
  background: #1c1c1c;
  padding: 15px 0;
}
@media (max-width: 675px) {
  footer .sub-footer {
    position: relative;
  }
}
footer .sub-footer .flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 675px) {
  footer .sub-footer .flex {
    flex-direction: column-reverse;
    gap: 5px 0;
  }
}
footer .sub-footer .flex p, footer .sub-footer .flex span {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 1024px) {
  footer .sub-footer .flex p, footer .sub-footer .flex span {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .sub-footer .flex span {
  display: inline-block;
  width: 24px;
  vertical-align: bottom;
}
@media (max-width: 675px) {
  footer .sub-footer .flex span {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 15px;
  }
}
footer .sub-footer .flex .rigtht_ft ul {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  footer .sub-footer .flex .rigtht_ft ul {
    margin-right: 5px;
  }
}
footer .sub-footer .flex .rigtht_ft ul li {
  display: inline-block;
  margin-inline: 10px;
}
@media (max-width: 1024px) {
  footer .sub-footer .flex .rigtht_ft ul li {
    margin-inline: 5px;
  }
}
footer .sub-footer .flex .rigtht_ft ul li a {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1024px) {
  footer .sub-footer .flex .rigtht_ft ul li a {
    font-size: 12px;
  }
}
@media (max-width: 675px) {
  footer .sub-footer .flex .rigtht_ft ul li a {
    font-size: 14px;
  }
}

.enqury_model {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  transform: translateX(100%);
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .enqury_model {
    left: 0;
  }
}
.enqury_model .model-body {
  width: 420px;
  background-color: #fff;
  padding-top: 30px;
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  background: #fff url(../images/logo_grey2.png);
  background-position: right bottom;
  background-blend-mode: difference;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 675px) {
  .enqury_model .model-body {
    padding-top: 55px;
  }
}
@media (max-width: 520px) {
  .enqury_model .model-body {
    width: 100%;
  }
}
.enqury_model .model-body .close_model {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
}
.enqury_model .model-body .Navigation-list {
  overflow-y: auto;
  height: 100%;
  padding: 45px;
  padding-top: 0;
}
.enqury_model .model-body .Navigation-list::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.enqury_model .model-body .Navigation-list::-webkit-scrollbar-track {
  box-shadow: none;
}
.enqury_model .model-body .Navigation-list::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
@media (max-width: 675px) {
  .enqury_model .model-body .Navigation-list {
    padding: 0 25px;
  }
}
.enqury_model .model-body .Navigation-list .get_help h4 {
  padding: 10px 0;
  font-size: 28px;
  line-height: 28px;
  color: #000;
}
.enqury_model .model-body .Navigation-list .get_help p {
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
  margin: 0 auto;
  line-height: 20px;
  font-weight: 400;
}
.enqury_model .model-body .Navigation-list .get_help img {
  filter: grayscale(1);
  margin-bottom: 5px;
  width: 45px;
}
@media (max-width: 675px) {
  .enqury_model .model-body .Navigation-list .get_help img {
    display: none;
  }
}
.enqury_model .model-body .Navigation-list .enqury_form_model {
  padding-top: 40px;
}
@media (max-width: 675px) {
  .enqury_model .model-body .Navigation-list .enqury_form_model {
    padding-top: 30px;
  }
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group {
  position: relative;
  margin-bottom: 23px;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.flex50 {
  flex: 0 1 47%;
  max-width: 47%;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.cursor input {
  cursor: pointer;
  caret-color: transparent;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group input {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  padding: 5px;
  padding-left: 0;
  border-bottom: 1px solid #bebebe;
  color: #000000;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group input::-webkit-outer-spin-button, .enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group input::-moz-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #666666;
  font-size: 10px;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group input::placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #666666;
  font-size: 10px;
  transition: 0.5s ease;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group label {
  position: absolute;
  top: 0px;
  left: 0;
  color: #000000;
  pointer-events: none;
  transition: 0.3s ease;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group label span {
  color: red;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group label.valid {
  top: -20px;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group .icon.calen {
  position: absolute;
  right: 0;
  top: 5px;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group .icon.calen img {
  width: 15px;
  opacity: 0.7;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group select {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #bebebe;
  outline: none;
  background: none;
  color: #000;
  font-weight: 300;
  font-family: inherit;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.calender .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.company_name label {
  font-size: 14px;
  color: #666666;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box {
  margin-top: 60px;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box textarea {
  width: 100% !important;
  resize: none;
  background: none;
  outline: none;
  border: none;
  color: #000000;
  border-bottom: 1px solid #bebebe;
  height: 35px;
  max-height: 35px !important;
  min-height: 50px;
  font-size: 16px;
  padding: 5px;
  font-family: inherit;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box textarea::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box textarea::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
  height: 5px;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box textarea::-moz-placeholder {
  color: #fff;
  font-family: inherit;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box textarea::placeholder {
  color: #fff;
  font-family: inherit;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .col .form-group.message_box label {
  top: -35px;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .callnwtsp {
  width: 100%;
}
@media only screen and (max-width: 365px) {
  .enqury_model .model-body .Navigation-list .enqury_form_model .callnwtsp {
    padding: 0 0 25px;
  }
}
.enqury_model .model-body .Navigation-list .enqury_form_model .callnwtsp ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 15px 0 0;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .callnwtsp ul li {
  display: inline-block;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .callnwtsp ul li a {
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  transition: 0.5s ease;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .callnwtsp ul li a:hover {
  color: #666666;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .callnwtsp ul li.ortext {
  color: #666666;
  font-weight: 600;
  font-size: 18px;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .submit_btn {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .submit_btn input {
  background: #000;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 7px 0;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: 0.5s ease;
  font-family: inherit;
  font-weight: 400;
  display: block;
}
.enqury_model .model-body .Navigation-list .enqury_form_model .submit_btn input:hover {
  background: #2A2A2A;
  color: #fff;
}
.enqury_model.is-open {
  transform: translateX(0%);
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: 8;
  transition: 0.5s ease;
  pointer-events: none;
}
.overlay.overlay_active {
  pointer-events: all;
  opacity: 0.6;
}

.terms_condition_pop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  transform: translateY(60px);
  transition: 0.1s linear;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
}
.terms_condition_pop .model-body {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff url(../images/logo_grey2.png);
  background-position: right bottom;
  background-blend-mode: difference;
  background-repeat: no-repeat;
  background-size: 15%;
  padding-bottom: 95px;
}
.terms_condition_pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.terms_condition_pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.terms_condition_pop .model-body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
.terms_condition_pop .model-body .upper_tab {
  position: sticky;
  top: 0;
  padding: 15px 0 0;
  z-index: 2;
  text-align: center;
  background: #f6f6f6;
}
@media (max-width: 675px) {
  .terms_condition_pop .model-body .upper_tab {
    padding: 12px 0;
  }
}
@media (max-width: 675px) {
  .terms_condition_pop .model-body .upper_tab .page_tab ul {
    text-align: left;
  }
}
.terms_condition_pop .model-body .upper_tab .page_tab ul li {
  font-weight: 500;
  display: inline-block;
  margin-inline: 30px;
  text-transform: uppercase;
  position: relative;
  padding: 0 5px 15px;
  cursor: pointer;
}
@media (max-width: 675px) {
  .terms_condition_pop .model-body .upper_tab .page_tab ul li {
    margin-inline: 10px;
    padding: 0 0 5px;
    font-size: 14px;
  }
}
.terms_condition_pop .model-body .upper_tab .page_tab ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #000;
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .terms_condition_pop .model-body .upper_tab .page_tab ul li::after {
    height: 2px;
  }
}
.terms_condition_pop .model-body .upper_tab .page_tab ul li.active::after {
  right: 0;
  width: 100%;
}
.terms_condition_pop .model-body .upper_tab .close_model {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  padding-right: 50px;
  cursor: pointer;
}
@media (max-width: 675px) {
  .terms_condition_pop .model-body .upper_tab .close_model {
    padding-right: 10px;
  }
}
.terms_condition_pop .model-body .model-body_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .terms_condition_pop .model-body .model-body_wrapper {
    padding: 65px;
  }
}
@media (max-width: 675px) {
  .terms_condition_pop .model-body .model-body_wrapper {
    padding: 20px;
  }
}
.terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content h2, .terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content h4 {
  font-weight: 600;
}
.terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content h4 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: normal;
}
.terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content p, .terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content ul {
  text-align: justify;
  margin-bottom: 35px;
}
.terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content ul {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content ul {
    padding-left: 20px;
  }
}
.terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content li {
  list-style: auto;
}
.terms_condition_pop .model-body .model-body_wrapper .page_tab-content .tab .content li::marker {
  color: #2A2A2A;
}
.terms_condition_pop.is-open {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  transition: 0.5s ease;
}

.thankyou_model {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  transform: translateX(100%);
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .thankyou_model {
    left: 0;
  }
}
.thankyou_model .model-body {
  width: 420px;
  background-color: #fff;
  padding-top: 30px;
  padding: 45px;
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  background: #fff url(../images/logo_grey.png);
  background-position: right bottom;
  background-blend-mode: difference;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 675px) {
  .thankyou_model .model-body {
    width: 100%;
    text-indent: none;
  }
}
.thankyou_model .model-body .thank-you-wrapper .title h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.thankyou_model .model-body .thank-you-wrapper .title p {
  font-weight: 400;
  margin: 25px 0;
}
.thankyou_model .model-body .thank-you-wrapper .btn {
  text-align: center;
}
.thankyou_model .model-body .thank-you-wrapper .btn a {
  color: #fff;
  display: inline-block;
  background: #000;
  border-radius: 30px;
  padding: 6px 60px;
  transition: 0.5s ease;
}
.thankyou_model .model-body .thank-you-wrapper .btn a:hover {
  background: #2A2A2A;
}
.thankyou_model.is-open {
  transform: translateX(0%);
}/*# sourceMappingURL=style.css.map */