@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');


body {
  overflow-x: hidden;
  color: #333;
  font-family: "Work Sans", sans-serif;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
}
p {
  color: #354154;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.5px;
}
.main_home_mob {
  width: 100%;
  display: block;
  overflow: hidden;
}
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}

.container {
  max-width: 1300px;
}

.container1 {
  max-width: 1300px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 160px;
  padding-bottom: 50px;
  /*height: 110vh;*/
  background-color: #1a1a1a;
}
/* .hometopsection::before {
  background-image: url(../images/bannerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
}
.hometopsection::after {
  background-color: #010016;
  opacity: 0.84;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
} */
/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
  background-color: #000;
}
#header.fixed1.fixed2 {
}
.header_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.logo {
  float: left;
}

.logo a {
}
.logo a img {
  height: 50px;
}
.headerright1 {
  float: right;
  text-align: right;
}
.menu {
  float: right;
  height: 110px;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  float: left;
  position: relative;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 0 20px;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  height: 110px;
  line-height: 110px;
  display: block;
}
#header.fixed1 .menu > ul > li {
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
}

.menu > ul > li.contactli {
}
.menu > ul > li > a span {
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed2 .menu > ul > li > a {
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 18px;
}

#header.fixed1 .menu > ul > li.contactli {
}

#header.fixed1 .menu > ul > li.contactli > a {
  height: 110px;
  line-height: 110px;
  margin-left: 70px;
  padding: 0 30px;
  /* width: 36px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffeb87;
}
.menu > ul > li > a img {
  height: 28px;
  transition: all 0.3s;
}
.menu > ul > li > a:hover img {
  transform: rotate(360deg);
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #ffeb87;
  opacity: 1;
}
/* #header.fixed1 .menu > ul > li > a.active::before {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 4px;
  background-color: #ffeb87;
  border-radius: 3px;
} */
#header.fixed1 .menu > ul > li.contactli > a:hover {
}
.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 0;
}

.menu ul > li:hover ul.submenu1,
ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
}

ul.submenu1,
ul.submenu2 {
  width: 240px;
  background-color: #000;
  /* box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15); */
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
ul.submenu2 {
  left: 100%;
  top: 0;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  padding: 10px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #2b2b2b;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 > li:hover > a,
ul.submenu2 > li:hover > a {
  color: #ffeb87 !important;
}

ul.submenu1 li:last-child a {
}
/*------header_end--------*/

/*------bannerbox---------*/

.bannerbox {
  /*height: calc(110vh - 110px);*/
  width: 100%;
  display: block;
}
.bannerboxcont {
  /*height: calc(110vh - 110px);*/
  justify-content: center;
  /*padding: 0 120px 0 200px;*/
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.bannerboxcont_inner {
  display: grid;
  grid-template-columns: 47fr 53fr;
  gap: 50px;
  align-items: center;
  position: relative;
}
.bannerboxcont img {
  width: 90%;
}
.bannerboxcont1 {
  padding-left: 50px;
  border-left: 3px solid #4a4a4a;
}
.banner_hd {
  color: #fff;
  font-size: 30px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  z-index: 9;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-family: "VT323", monospace;
  letter-spacing: -1px;
}
.banner_hd::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 3px;
  width: 185px;
  background-color: #535353;
}
ul.banner_cont {
  color: #fffff9;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  list-style: none;
  /*padding-left: 30px;*/
}
ul.banner_cont span {
  font-style: italic;
  font-size: 20px;
  /* margin-left: 24px; */
}
ul.banner_cont li {
  margin-bottom: 27px;
  font-family: "VT323", monospace;
    
}
.banner_info {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
}
.banner_r_more {
  clear: both;
  margin-top: 20px;
  visibility: visible !important;
  z-index: 9;
  position: relative;
}

.banner_r_more a {
  text-decoration: none;
  color: #36345d;
  padding: 15px 25px;
  background-color: #ffeb87;
  display: inline-flex;
  border: 1px solid #ffeb87;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  border-radius: 10px;
}
.banner_r_more a:hover {
  background-color: transparent;
  color: #ffeb87;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
  /* width: 55%; */
  height: 90vh;
  padding-right: 20px;
}
.scroll-down-link {
  position: absolute;
  bottom: 70px;
  right: 50px;
  z-index: 999;
  display: block;
}
a.ml-onclick-form {
  margin: 85px auto 0;
  padding: 20px 40px;
  background-color: #d34865;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s;
}
a.ml-onclick-form:hover {
  background-color: #56a7a0;
}
/*------bannerbox---------*/

/*wizardV_sec1*/
.wizardV_sec {
  padding: 50px 0;
  width: 100%;
  display: block;
}
.wizardV_sec h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #000;
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
}
.wizardV_sec h2::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 270px;
  height: 3px;
  background-color: #d34865;
  transform: translateX(-50%);
}
.wizardV_sec1 a {
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: all 0.3s;
  display: block;
}
.wizardV_sec1 a .img {
  padding: 0;
}
.wizardV_sec1 a img {
  width: 100%;
  display: block;
  border-radius: 15px;
  box-shadow: 9px 10px 30px rgba(0, 0, 0, 0.3);
}
.wizardV_sec1 a h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 20px 0 0;
  font-weight: 700;
}
.wizardV_sec1 a:hover h3{color: #003f97;}
.wizardV_sec1 a p,
p {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 10px;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  width: 45px !important;
  height: 45px !important;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 21px !important;
  font-weight: 900;
}
.wizardV_sec1 a .img{overflow: hidden; border-radius: 15px;}
.swiper-button-next {
  right: -55px !important;
  top: 50% !important;
}
.swiper-button-prev {
  left: -55px !important;
  top: 50% !important;
}
.wizardV_sec1_in {
  padding: 0 130px;
  position: relative;
}
.swiper-pagination {
  position: relative !important;
  z-index: 99;
  margin-top: 45px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #3f7be2;
  margin: 0 8px !important;
}
.wizardV_sec1 a .img img{transition: all 0.3s;}
.wizardV_sec1 a:hover .img img{transform: scale(1.05);}
/*wizardV_sec1*/

/*wizardV_sec2*/
.wizardV_sec2 {
  /* padding-top: 0; */
  padding-bottom: 0;
}
.wizardV_sec2 .img {
  position: relative;
}
.wizardV_sec2 .img img {
  width: 100%;
  display: block;
}
a.btn {
  text-decoration: none;
  color: #36345d;
  padding: 7px 15px;
  background-color: #e3e3e3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  border-radius: 10px;
}
a.btn:hover {
  background-color: #e6e6e6;
}
a.btn2 {
  padding: 10px 50px;
  background-color: #d34865;
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
}
a.btn2:hover {
  background-color: #56a7a0;
  color: #fff;
}
a.btn img {
  height: 40px;
}
.wizardV_sec2 a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*wizardV_sec2*/

/*wizardV_sec3*/
.wizardV_sec3 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
  align-items: center;
  padding: 0 150px;
}
.wizardV_sec3 .grid img {
  width: 100%;
  display: block;
}
.wizardV_sec3 .grid h3 {
  text-transform: uppercase;
  font-size: 32px;
  padding: 10px 0;
  padding-left: 20px;
  border-left: 15px solid #ffeb87;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
}
.wizardV_sec3 p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
.wizardV_sec3 a:hover {
  border-color: #000;
  color: #000;
}
/*wizardV_sec3*/

/*wizardV_sec4*/
.wizardV_sec4 {
  background-color: #000;
}
.wizardV_sec4 h2 {
  color: #fff;
}
.home_test {
  text-align: center;
}
.home_test span {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.home_test p {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  margin: 20px 0;
  font-size: 16px;
  padding: 0 70px;
}
.home_test h3 {
  font-family: "Work Sans", sans-serif;
  color: #ffa200;
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.home_test h3::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #ffa200;
  transform: translate(-50%, -50%);
}
.swiper-button-next2,
.swiper-button-prev2 {
  color: #fff !important;
}
/*wizardV_sec4*/

/*wizardV_sec5*/
.wizardV_sec5 {
}
.wizardV_sec5 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.wizardV_sec5 a {
  display: block;
  transition: all 0.3s;
  color: #000;
}
.wizardV_sec5 .img {
  overflow: hidden;
  display: none;
}
.wizardV_sec5 img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.wizardV_sec5 a:hover .img img {
  transform: scale(1.1) rotate(5deg);
}
.blog_i {
  padding: 20px;
  box-shadow: 9px 10px 20px rgba(0, 0, 0, 0.161);
}
.blog_i h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.blog_i h4 {
  text-transform: uppercase;
  color: #000;
  margin: 20px 0;
  font-size: 21px;
  font-weight: 600;
}
.blog_i p {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}
.blog_i span {
  text-transform: uppercase;
  font-size: 21px;
  color: #2d0ef4;
  font-weight: 600;
}
/*wizardV_sec5*/

/*wizardV_sec6*/
.wizardV_sec6 {
  position: relative;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 200% 200%;
  animation: gradient 10s ease infinite;
  padding: 50px;
}
.wizardV_sec6::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background: url("../images/banner-transparent-img.png") no-repeat;
  background-size: auto;
  background-size: cover;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.wizardV_sec6 h2 {
  color: #fff;
}
.wizardV_sec6 p {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.wizardV_sec6 form {
  max-width: 600px;
  width: 100%;
  margin: auto;
  display: table;
}
.wizardV_sec6 .form_bx {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  text-align: center;
}
.wizardV_sec6 input.form-control {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #000;
  padding: 0 20px;
}
.wizardV_sec6 input.btn {
}
.wizardV_sec6 input.btn {
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  background-color: #d34865;
  display: inline-flex;
  border: 1px solid #d34865;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.wizardV_sec6 input.btn:hover {
  background-color: #56a7a0;
  border-color: #56a7a0;
  color: #fff;
}
/*wizardV_sec6*/

/*wizardV_sec7*/
.wizardV_sec7 {
  text-align: center;
}
.wizardV_sec7 .grid {
  grid-template-columns: 35fr 65fr;
  gap: 100px;
}
/*wizardV_sec7*/

/*wizardV_sec8*/
.wizardV_sec8 {
  /*background-image: url(../images/ftbg1.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: #ebebeb;
}
.wizardV_sec8 h2 {
  background-image: url(../images/shape2.svg);
}
.wizardV_sec8 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.wizardV_sec8 .flex a {
}
.wizardV_sec8 .flex a img {
  height: 55px;
}
/*wizardV_sec8*/

/*mFooter*/
.mFooter {
  background-color: #010016;
  padding: 25px 0;
}
.ft_logo {
  margin: auto;
  display: table;
}
.ft_logo a {
}
.ft_logo a img {
  height: 50px;
}
.mFooter .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_links {
  margin: 50px auto 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.footer_links a {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.footer_links a:hover {
  color: #ffeb87;
}
.copy {
  font-size: 16px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  color: #fff;
}
/*mFooter*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #ffa200;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ffa200;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #000;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.png");
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}
.bookinfopg1 {
  padding: 0 0 70px;
  padding-top: 130px;
}
.bookinfopg1 h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
}
.bookinfopg1 h3 {
  font-weight: 700;
}
.bookinfopg1 h3 span {
  font-weight: 400;
}
a.back {
  padding: 10px 20px;
  background-color: #d34865;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s;
  float: right;
}
a.back:hover {
  background-color: #56a7a0;
}
.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 25px;
}

.gallery-main {
  width: 80%;
  /* height: 300px; */
  /* box-shadow: 0 50px 110px 50px rgba(30, 30, 30, 0.18); */
  /* border: 1px solid #e9e9e9; */
}
.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
}
.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
  font-size: 12px;
}
.gallery-main .swiper-button-prev {
  right: 40px;
  /* border-right: 1px solid #e9e9e9; */
}
.gallery-main img {
  width: 70%;
  /* height: 400px; */
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
  max-width: 400px;
}
.gallery-thumbs {
  order: -1;
  width: 200px;
  height: 350px;
  /*min-height: 450px;*/
  margin-right: 15px;
  padding-left: 30px;
  /*padding-bottom: 50px;*/
}
.gallery-thumbs .swiper-slide img {
  transition: 0.3s;
  width: 70px;
  height: 100px;
  cursor: pointer;
  border-radius: 15px;
}
.gallery-thumbs .swiper-slide-active {
  /* opacity: 0.9; */
}
.gallery-thumbs .swiper-slide-thumb-active img {
  /* opacity: 1; */
  border: 2px solid #fc6743;
}
.gallery-thumbs .swiper-slide-thumb-active img {
  /* margin-left: -15px; */
}
.swiper-pagination2 {
  z-index: 999;
  position: absolute;
  left: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex;
  flex-direction: column;
  width: 12px !important;
  height: 100%;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.swiper-pagination2 .swiper-pagination-bullet {
  margin: 0 !important;
}
.swiper-button-next2,
.swiper-button-prev2 {
  color: #fff !important;
  width: 36px !important;
  height: 36px !important;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
}
.swiper-button-next2::after,
.swiper-button-prev2::after {
  font-size: 21px !important;
  font-weight: 900;
}
.swiper-button-next2 {
  right: auto !important;
  left: 16% !important;
  top: auto !important;
  bottom: 0 !important;
}
.swiper-button-prev2 {
  left: 7% !important;
  top: auto !important;
  bottom: 0 !important;
}
.bookinfobtns {
  display: flex;
  justify-content: center;
  padding-right: 32px;
  gap: 10px;
  margin-top: 30px;
}
.gallery-thumbs .swiper-wrapper {
  /* overflow: hidden; */
}
/*.gallery-thumbs::before {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 135px;*/
/*  height: 55px;*/
/*  content: "";*/
/*  background-color: #fff;*/
/*  z-index: 9;*/
/*}*/
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    /* padding-top: 100px; */
  }
  .hometopsection {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .menu {
    /* display: flex; */
  }
  .menu ul {
    display: flex;
  }
  .menu > ul > li > a {
    padding: 0 8px;
    height: 70px;
    line-height: 70px;
  }
  .menu > ul > li > a img {
    height: 22px;
    transition: all 0.3s;
  }
  .header_in,
  .header,
  .menu {
    height: 70px;
  }
  .menu2 {
    display: block;
    top: 20px;
    right: 0px;
  }
  .logo {
    padding: 0px 8px;
  }
  .logo a {
    margin-left: 0;
  }
  .logo {
    height: 75px;
    line-height: 75px;
  }
  .logo a img {
    margin-top: 0;
    height: 30px;
  }
  .hometopsection,
  .bannerboxcont,
  .bannerbox {
    height: auto;
  }
  .bannerboxcont {
    padding: 40px 20px;
  }
  .bannerboxcont {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  
  .bannerboxcont img {
    width: 70%;
    max-width: 400px;
    margin: auto;
    display: table;
  }
  .pavcontentslider .carousel-control {
    bottom: 0;
  }
  .bannerboxcont1 {
    padding-left: 0;
    padding-top: 0px;
    border-left: 0;
    border-top: 0;
  }
  a.ml-onclick-form {
    margin: 20px auto auto;
    font-size: 18px;
  }
  .banner_hd {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .banner_hd::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 3px;
    width: 170px;
    background-color: #535353;
    transform: translateX(-50%);
    height: 2px;
  }
  ul.banner_cont {
    font-size: 16px;
    text-align: center;
  }
  .banner_info {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .scroll-down-link {
    bottom: -70px;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    font-size: 14px;
  }
  .banner_r_more a {
    padding: 10px 15px 10px 15px;
    /* margin-left: 10px; */
    font-size: 12px;
  }
  .banner_r_more a svg {
    right: 10px;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
    padding: 0;
  }
  .banner_small {
    font-size: 12px;
  }
  .wizardV_sec h2 {
    font-size: 32px;
    background-position: center bottom;
    margin-bottom: 20px;
  }
  p {
    font-size: 14px;
  }
  .wizardV_sec3 .grid,
  .wizardV_sec7 .grid,
  .wizardV_sec5 .grid {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .wizardV_sec5 .grid {
    gap: 30px;
  }
  .footer_links {
    flex-wrap: wrap;
    gap: 15px;
  }
  .wizardV_sec1 a .img {
    padding: 0;
  }
  .wizardV_sec1 a h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  .wizardV_sec1 a p,
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  .wizardV_sec2 {
    padding: 0;
  }
  .wizardV_sec2 .img img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .wizardV_sec {
  }
  .wizardV_sec8 .flex {
    gap: 20px;
  }
  .wizardV_sec8 .flex a img {
    height: 30px;
  }
  .ft_logo a img {
    height: 30px;
  }
  .footer_links a {
    font-size: 14px;
  }
  .copy {
    font-size: 12px;
  }
  .blog_i h3 {
    font-size: 21px;
  }
  .blog_i span {
    font-size: 16px;
  }
  .home_test p {
    padding: 0;
  }
  .wizardV_sec4 {
    padding: 50px 0;
  }
  .wizardV_sec4 .home_test {
    padding: 0 40px;
  }
  .swiper-button-next2 {
    /* right: -20px !important; */
  }
  .swiper-button-prev2 {
    /* left: -20px !important; */
  }
  .swiper-button-next1,
  .swiper-button-prev1 {
    top: 35% !important;
  }
  .wizardV_sec7 .grid img {
    width: 100%;
    display: block;
    max-width: 220px;
    margin: auto;
  }
  .wizardV_sec1 a {
    padding: 0 70px;
  }
  .header_in {
    /* justify-content: center; */
  }
  .bannerboxcont_inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .mySwiper1 .swiper-button-next {
    right: 20px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
  }
  .mySwiper1 .swiper-button-prev {
    left: 20px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
  }
  .mySwiper1 .swiper-button-next::after,
  .mySwiper1 .swiper-button-prev::after {
    font-size: 24px !important;
    font-weight: 900;
  }
  .bookinfopg1 h2 {
    font-size: 24px;
    margin-top: 50px;
    display: inline-block;
  }
  .gallery-thumbs .swiper-slide img {
    width: 65px;
    height: auto;
  }
  .gallery-thumbs {
    height: 270px;
  }
  .swiper-button-prev2 {
  }
  a.btn2 {
    padding: 10px 30px;
    background-color: #d34865;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
  }
  a.back {
    float: right;
    position: relative;
    top: 0;
    margin-top: 20px;
    z-index: 1;
    margin-bottom: 20px;
  }
  /*.gallery-thumbs::before {*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  bottom: 0;*/
  /*  width: 107px;*/
  /*  height: 50px;*/
  /*  content: "";*/
  /*  background-color: #fff;*/
  /*  z-index: 9;*/
  /*}*/
  .bookinfopg1 {
    padding-top: 70px;
  }
  .swiper-button-next2 {
    right: auto !important;
    left: 20% !important;
  }
  .wizardV_sec6 form {
    display: block;
  }
  .wizardV_sec6 input.btn {
    font-size: 14px;
  }
  .bookinfopg1 h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 17px;
  }
  .wizardV_sec6 {
    padding: 40px 20px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 769px) and (max-width: 960px) {
}
/*.container, .bannerboxcont {*/
/*        width: 100%;*/
/*        max-width: 90%;*/
/*    }*/
/*}*/
/*.banner_hd {*/
/*    color: #fff;*/
/*    font-size: 22px;*/
/*    margin: 0px;*/
/*    visibility: visible !important;*/
/*    font-weight: 500;*/
/*    margin-bottom: 30px;*/
/*    line-height: 1;*/
/*    z-index: 9;*/
/*    position: relative;*/
/*    margin-bottom: 25px;*/
/*    padding-bottom: 15px;*/
/*    font-family: "Work Sans", sans-serif;*/
/*    letter-spacing: -1px;*/
/*}*/
/*ul.banner_cont li {*/
/*    margin-bottom: 15px;*/
/*}*/
/*ul.banner_cont {*/
/*    color: #fffff9;*/
/*    font-size: 13px;*/
/*    letter-spacing: 1px;*/
/*    line-height: 1.2;*/
/*    list-style: decimal;*/
/*    padding-left: 30px;*/
/*}*/
    
/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1320px) {
  .header {
    padding: 0 0px;
  }
  .menu > ul > li > a {
    font-size: 14px;
    padding: 0 15px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    margin-left: 30px;
    padding: 0 15px;
  }
  .logo a img {
    
  }
  .menu > ul > li > a img {
    
  }
  .bannerboxcont {
      max-width: 1025px;
  }
  .bannerboxcont1 {
  padding-left: 40px;
  border-left: 3px solid #4a4a4a;
}
  ul.banner_cont {
  color: #fffff9;
  font-size: 18px;
  margin-bottom: 20px;      
  }
  
  ul.banner_cont li {
    margin-bottom: 20px;
   
}
  
  .wizardV_sec1 a {
    padding: 0 30px;
  }
  .wizardV_sec1 a h3 {
    font-size: 18px;
  }
  .wizardV_sec3 .grid {
    padding: 0 50px;
    grid-template-columns: 25fr 75fr;
    gap: 100px;
  }
  .wizardV_sec h2 {
    background-position: center bottom;
  }
  .footer_links a {
    font-size: 16px;
  }
  .footer_links {
    gap: 30px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container, .bannerboxcont {
    width: 100%;
    max-width: 900px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1320px) {
  .container,
  .container1 {
    max-width: 90%;
  }
}

@media only screen and (min-width: 1320px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
  .section6 p {
    font-size: 16px;
  }
  .bannerboxcont {
    padding-left: 40px !important;
  }
  .banner_hd {
    font-size: 27px;
  }
  .menu > ul > li > a {
    font-size: 16px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1460px) and (max-width: 2100px) {
  .bannerboxcont {
    max-width: 1200px;
  }
  .wizardV_sec1 a .img {
  }
  .wizardV_sec3 .grid {
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.bannerboxcont_inner {
    display: grid;
    grid-template-columns: 47fr 53fr;
    gap: 0px;
    align-items: center;
    position: relative;
}
.bannerboxcont img {
  width: 95%;
  padding-left: 40px;
}
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {

.bookinfopg1 .col-sm-5, .bookinfopg1 .col-sm-7{width: 100%;}

.bookinfopg1 .col-sm-5 {
    
    margin-bottom: 20px;
    
}

.gallery-main img {
    width: 70%;
    /* height: 400px; */
    object-fit: cover;
    object-position: center center;
    border-radius: 15px;
    max-width: 100%;
}
}


@media only screen and (min-width: 240px) and (max-width: 500px) {
    .gallery-thumbs .swiper-slide img {
        width: 57px;
        height: auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .gallery-thumbs .swiper-slide img {
        width: 80px;
        height: auto;
    }
    
        .gallery-thumbs {
        height: 400px;
    }
    
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
 
        .gallery-thumbs {
        height: 550px;
    }
    
    .gallery-thumbs .swiper-slide img {

    width: 120px;
    height: 170px;
   
}
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    
 
        .gallery-thumbs {
        height: 300px;
    }
    
    .gallery-thumbs .swiper-slide img {

    width: 65px;
    height: auto;
   
}
}


