* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5{
  font-family: "Poppins", sans-serif;
} 
p
{
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

/*** Header css Start ***/

.container 
{
  width: 100%;
  max-width: 1720px;
  margin: 0px auto;
  position: relative;
}
header {
  padding: 20px 0px;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  right: 0;
  margin: 0px auto;
  box-shadow: 0px 4px 30px 0px #00000029;
}
.top-flex {
  justify-content: space-between;
}
.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
  position: absolute;
  left: 0;
  top: -10px;
}
.topBtn {
  width: auto;
  height: auto;
  margin: 0 0 0;
  float: right;
  height: 60px;
}
.topBtn a 
{
  background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
  border-radius: 60px;
  padding: 10px 20px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1%;
  text-transform: uppercase;
}
.topBtn a span 
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.topBtn a:hover 
{
  background: linear-gradient(180deg, #88121A 0%, #EE202D 100%);
}


/*** Footer css End ***/

.banner 
{
  width: 100%;
  height: 850px;
  background: url(../images/banner.webp) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 100px;
}
.banner .container
{
  height: 100%;
}
.banerBox {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  border-radius: 20px;
  min-height: 100px;
  display: flex;
  margin: 10px auto 0;
  justify-content: space-between;
  position: relative;
  background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
  box-shadow: 0px 14px 15px 0px #00000040;
  border: 1px solid #FFFFFF;
  gap:20px;
}
.banerBox::before {
  content: "";
  border: 1.5px dotted #fff;
  width: 98%;
  height: 85%;
  position: absolute;
  left: 7px;
  top: 14px;
  border-radius: 20px;
}
.banerBox h5 
{
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
  margin: 0 0 0px 0;
  color: #fff;
}
.banerBox p 
{
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  margin: 0 0 0px 0;
  color: #fff;
}
.marginTopset{
  margin-top:20px;
}
.line
{
  /* height: 70px; */
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.banerBox1
{
  padding: 0 0 0 40px;
  background: url(../images/location.webp) no-repeat;
  background-size: 30px ;
  background-position: 0 10px;
}
.banerBox2
{
  padding: 0 0 0 50px;
  background: url(../images/calender.webp) no-repeat;
  background-size: 35px;
  background-position: 0 10px;
}


.banner-text
{
  width: 100%;
  height: auto;
  z-index: 99;
  position: absolute;
  bottom: 90px;
  left: 0;
  max-width: 722px;
}
.banner-text h1 
{
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 0px 0;
  color: #260002;
}

.banner-text h2 
{
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 20px 0;
  background: linear-gradient(180deg, #EE202D 15.01%, #88121A 97.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.frm
{
  width: 100%;
  height: auto;
  position: absolute;
  max-width: 418px;
  right: 0;
  top: 162px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(40px);
  border-radius: 25px;
  padding:30px 15px 10px;
}
.frm iframe
{
  width: 100%;
  height: 100%;
}
.frm h3 
{
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 100%;
  margin: 0 0 10px 0;
}
.frm p
{
  font-size: 18px;
  font-weight:400;
  color: #000;
  line-height: 100%;
  margin: 0 0 20px 0;
}
.frm input 
{
  border: 1px solid #FFFFFF33;
  height: 50px;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  padding: 10px 10px;
  margin: 0 0 15px 0;
}
.frm textarea
{
  border: 1px solid #FFFFFF33;
  height: 100px;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  padding: 10px 10px;
  margin: 0 0 15px 0;
}
.frm button 
{
  background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
  border-radius: 6px;
  padding: 10px 20px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1%;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.frm button span 
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.frm button:hover 
{
  background: linear-gradient(180deg, #88121A 0%, #EE202D 100%);
}
.frm input::placeholder, .frm textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.frm input::-ms-input-placeholder, .frm textarea::-ms-input-placeholder  { /* Edge 12 -18 */
  color: #fff;
}


.heading
{
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}
.heading h1
{
  color: #222222;
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
}
.text-center
{
  text-align: center;
}
.block 
{
  display: block;
}
.logoSliderSection
{
  width: 100%;
  height: auto;
  padding: 30px 0 30px 0;
}
.logo-slider
{
  width: 100%;
  height: auto;
  margin: 20px 0 20px;
}
.logoPic
{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E7E7;
  border-radius: 10px;
  max-width: 98%;
  margin: 0px auto;
}
.logoPic img 
{
  max-width: 90%;
  max-height: 80px;
  width: auto !important;
  display: inherit !important;
}

.preBookSection
{
  width: 100%;
  height: auto;
  padding: 30px 0 40px 0;
}
.pre-flx
{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.pre-flx > div 
{
  width: 100%;
}
.preBookDes
{
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 0 0 50px;
}
.preBookDes h5
{
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  font-style: italic;
  background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 15px 0;
}
.preBookDes h3
{
  color: #222222;
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
}
.preBookDes p
{
  color: #222222;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  margin: 0 0 30px 0;
}
.bookBtn
{
  width: auto;
  height: auto;
  margin: 20px 0;
}
.bookBtn a 
{
  background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
  border-radius: 60px;
  padding: 10px 20px 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1%;
  text-transform: uppercase;
  display: inline-flex;
}
.bookBtn a span 
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookBtn a:hover 
{
  background: linear-gradient(180deg, #88121A 0%, #EE202D 100%);
}
.vedioSection
{
  width: 100%;
  height: auto;
}

.benefitsSection
{
  width: 100%;
  height: auto;
  min-height: 1300px;
  background: url(../images/benifit-bg.webp) no-repeat bottom;
  background-size: 100%;
  padding: 50px 0;
}
.beneFull
{
  width: 100%;
  height: auto;
  position: relative;
}
.benePic
{
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.benePic:before
{
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 99;
  position: absolute;
}
.benePic img 
{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.beneDec
{
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 99;
  position: absolute;
  padding: 0 15px 40px;
}
.bn-icon
{
  width: 80px;
  height: auto;
  margin: 0 0 20px 0;
}
.beneDec h5 
{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.beneDec p
{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.benefitsSection .heading h1, .vedioSection .heading h1
{
  font-size: 48px;
  font-weight: 500;
  color: #222222;
}
.whySection
{
  width: 100%;
  height: auto;
  padding: 50px 0 60px;
}

.why-flx
{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.why-flx > div 
{
  width: 100%;
}
.whyLeft h2
{
  font-size: 48px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 50px 0;
}
.whyLeft ul 
{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.whyLeft ul li
{
  width: 48%;
  height: auto;
  margin: 0 0 40px 0;
  list-style: none;
  text-align: center;
  box-shadow: 0px 0px 10px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.whyLeft h4 
{
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  margin: 0 0 5px 0 ;
  text-transform: uppercase;
}
.whyLeft p 
{
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin: 0 0 0px 0 ;
  padding: 0 0px 0 0;
}

.whyLeft .bn-icon  
{
  margin: 0px auto 10px;
  width: 56px;
}
.whyPic
{
  text-align: right;
}
.for-mob
{
  display: none;
}

footer
{
  width: 100%;
  height: auto;
  background: url(../images/footer-bg.webp) no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 60px 0;
}
.ft-flx
{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.ft-flx > div 
{
  width: 100%;
}
footer h4
{
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  margin: 0 0 25px 0 ;
}
.ft-box
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 30px 0;
}
.ft-box p 
{
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #fff;
}
.ft-box p a  
{
  color: #fff;
  text-decoration: none;
}
.ft-box p a:hover
{
  color: #000;
}
.ft-box-icon
{
  width: 45px;
  height: auto;
  position: absolute;
  left: 0;
  top: 10px;
}
.social
{
  display: flex;
  gap: 20px;
}
.sc-1
{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 75.26px 60.21px 0px #00000012;
}
.sc-1 a 
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sc-1:hover 
{
  background: #000;
}

.benefitsSection .bookBtn
{
  position: absolute;
  right: 0;
  top: 0;
}
.last-footer
{
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 20px 0;
  border-top: 1px dotted #ccc;
}
.vedioSlider .owl-nav
{
  position: absolute;
  width: 120px;
  right: 0;
  top: -100px;
}

.vedioSlider .owl-carousel .owl-nav button.owl-next, .vedioSlider .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
  border-radius: 50%;
}
.vedioSlider .owl-carousel .owl-nav button.owl-next span, .vedioSlider .owl-carousel .owl-nav button.owl-prev span
{
  color: #fff;
  font-size: 30px;
}
.vedioSlider .owl-carousel .owl-nav button.owl-next:hover, .vedioSlider .owl-carousel .owl-nav button.owl-prev:hover
{
  background: #000;
}

.befefit-slider .owl-carousel .owl-nav button.owl-next, .befefit-slider .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
  border-radius: 50%;
}
.befefit-slider .owl-carousel .owl-nav button.owl-next span, .befefit-slider .owl-carousel .owl-nav button.owl-prev span
{
  color: #fff;
  font-size: 30px;
}


