
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
html,
img {
  max-width: 100%;
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.hero-text h3 span,
.top-bar p span,
h1 {
  font-weight: 700;
}
#hero-box,
.batSec,
.hero-box-one,
.hero-rate p span img,
.hero-text,
.s6Left,
.top-bar,
section {
  position: relative;
}
.active,
.text {
  opacity: 1;
}
body {
  font-size: 16px;
  color: #000;
  /* font-family: "Inter", sans-serif;
     */
  font-family: "Inter", sans-serif;
}
body,
html {
  overflow-x: hidden;
}
:focus,
:hover {
  outline: 0 !important;
  text-decoration: none !important;
}
*,
.ftr-link a,
.nav-rgt a {
  text-decoration: none;
}
.btn:focus,
.form-control:focus {
  box-shadow: none;
}

a:hover {
  color: #1477bd !important;
}
ol,
ul {
  list-style: none;
}

.nav-rgt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: 0;
}
.nav-rgt a {
    font-family: "Kantumruy Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    padding: 0 15px;
}
a.order-link {
    border-radius: 20px;
    padding: 8px 18px;
    background: #FFA135;
    color: #333;
    font-family: "Kantumruy Pro", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}
a.order-link:hover {
    color: #fff !important;
}
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}
.nav-bar {
    background-color: #fff;

}
#nav-bar-section .nav-bar.fixed-nav, #nav-bar-section-mob .nav-bar.fixed-nav {
    position: fixed;
    z-index: 9999;
    -webkit-transition: margin 0.3s 
ease-out;
    transition: margin 0.3s 
ease-out;
    margin-top: 0;
    top: -1px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #fff;
}

/* hero section */
#hero-box {
    background: url(../../images/index-v1/hero-banner-img.png) no-repeat center;
    background-size: cover;
    background-position: right;
    position: relative;
    z-index: 1;
}
#hero-box::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: 020E1C;
background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
z-index: -1;
}
.hero-box-one{
  padding: 29px 0;
  position: relative;
  max-height: 1024px;
}
.hero-icons {
    width: 100%;
    text-align: center;
}
.hero-icons img {
    padding-bottom: 33px;
}
.video-background-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
p.review-star {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 23px;
    line-height: 20px;
    font-size: 16px;
    gap: 10px;
    font-family: "Lato", sans-serif;
    color: #fff;
}
p.review-star img {
    width: 100px;
    margin-right: 10px;
    margin-top: -3px;
}
.hero-text h1 span{
  display: block;
  color: #10D9E9;
}
.hero-text h1 {
    font-size: 55px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 0;
    font-weight: 900;
    color: #fff;
    margin-bottom: 29px;
}
ul.hero-details li {
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}
ul.hero-details {
    padding-left: 0;
}
ul.hero-details li img {
    margin-right: 13px;
    width: 22px;
}
.banner-review {
    margin-top: 40px;
    background: #fff;
    max-width: 100%;
    padding: 20px 35px;
    border-radius: 15px;
    max-width: 558px;
}
.banner-review-content {
    align-items: center;
    gap: 10px;
}
p.main-review-para {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
    color: #333;
}
#mob-btn1{
    text-align: center;
}
.banner-rver-info.d-flex {
    justify-content: space-between;
    margin-top: 10px;
}
p.banner-rvwr-name {
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
}
.banner-reviews-content {
    background-color: #F6F7F9;
    border: 1px dashed #3A748C;
    border-radius: 15px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.banner-reviews-para p {
    color: #000;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}
.banner-author-section {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
div#mob-btn1 {
    max-width: 560px;
    margin-top: 25px;
}
.btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.save-btn.spc-btn.pulse {
    width: 100%;
    text-align: center;
    background: #FFA035;
    border-radius: 5px;
    padding: 20px 25px;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 4px 4px 0px #00000040;
    max-width: 100%;
}
a.save-btn.spc-btn.pulse:hover {
    color: #fff !important;
}
img.img-fluid.btn-arw {
    width: 25px;
    margin-top: -3px;
}
.btn-box p {
    font-size: 12px;
    font-family: "Inter", sans-serif;
}
.features-list ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
}

.features-list ul li img {
    width: 100px;
    margin-bottom: 23px;
}
.features-list ul li p {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}
.banner-video video {
    border: 1px solid #848484;
    max-width: 645px;
    height: 645px;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}
.banner-video {
    text-align: end;
}
/* as seen on section */
.as_seen_on {
    padding: 30px 0;
    background: #F9F9F9;
}
.as_seen_on_cntnt_cntnr {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1450px;
    margin: auto;
}
.pro-slider {
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: space-between;
}
.as_seen_hdng{
  width: 10%;
}
.as_seen_hdng p{
  font-size: 32px;
  text-transform: uppercase;
  color: #848484;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 0;
}
.as_seen_on_cntnr_desk{
  width: 85%;
}
section.as_seen_on_sec {
    background: #020E1C;
}

/* section two */
section.section-two {
    background: #121212;
}
.cozy-home-video-container {
    position: relative;
    height: 745px;
    overflow: hidden;
    max-width: 1083px;
}
.cozy-home-video-container video {
    height: 100%;
    object-fit: cover;
    object-position: right;
    width: 100%;
    position: relative;
}
.cozy-home-video-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 25%;
    height: 100%;
    background: linear-gradient(90deg, rgb(18 18 18 / 3%) 50.65%, #121212 109.69%);
    z-index: 1;
}
.cozy-home-content {
    position: absolute;
    width: 43%;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
    padding: 100px 144px 100px 0;
    background-repeat: no-repeat;
    z-index: 2;
}
.sec3-txt-content {
    width: 50%;
}

.sec-heading h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 23px;
}
.sec-heading h2 span {
    color: #E86A00;
    display: block;
}
.cozy-home-content p {
    max-width: 425px;
    font-size: 21px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
ul.cozy-home-list li {
    display: flex;
    gap: 26px;
    align-items: flex-start;
    margin-bottom: 31px;
}
ul.cozy-home-list {
    padding: 0;
    margin: 23px 0 0;
    max-width: 465px;
}
ul.cozy-home-list li p {
    font-size: 21px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    margin: 0;
    font-weight: 400;
}
ul.cozy-home-list li img {
    width: 74px;
}
p.bold-text {
    font-weight: 700 !important;
}
/* section three */
.sec3-content-container {
    padding: 120px 0 80px;
    background-color: #fff;
}
.sec3-content-container .sec-heading {
    text-align: center;
    margin-bottom: 50px;
}
.sec3-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 130px;
}
.sec3-content.sec3-content-reverse {
    display: flex;
    flex-direction: row-reverse;
}
.sec9-highlight{
    color: #FFD061 !important;
}

.sec3-media-content{
  width: 50%;
}
.sec3-text-inner-content {
    padding: 0;
    margin: 0;
}
.sec3-txt-content h4 {
    font-size: 35px;
    color: #006675;
    font-weight: 700;
    margin-bottom: 23px;
    font-family: "Manrope", sans-serif;
}
.sec3-text-inner-content ul {
    padding-left: 0;
    margin-top: 20px;
}

.sec3-txt-content p {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    width: 70%;
}
  /* section-four */
   .section-four{
    background: url(../../images/index-v1/section4-bg.png) no-repeat center;
   }
 .section-four .cozy-home-video-container {
    position: relative;
    height: 452px;
    overflow: hidden;
    max-width: 1083px;
    margin-left: auto;
}
.section-four .cozy-home-content {
    background: linear-gradient(90deg, #333333 36.07%, rgba(51, 51, 51, 0) 70.18%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    color: #fff;
    padding: 50px 0px 50px 144px;
    background-repeat: no-repeat;
}
.section-four .cozy-home-content .sec-heading h2 {
    font-size: 30px;
    line-height: 39px;
}
.section-four .cozy-home-content p {
    max-width: 425px;
    font-size: 19px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
section.section-four ul {
    padding-left: 0;
}
section.section-four ul  li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

section.section-four ul li p {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 400;
}
section.sec-4-action-btn {
    padding: 50px 0 120px;
    background-color: #EFEFEF;
}
div#mob-btn2 a.save-btn.spc-btn.pulse {
    padding: 18px 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 12px;
}
.features-sec-txt {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 23px;
    min-height: 97px;
}
.features-sec-txt img {
    width: 70px;
}
.features-sec-para strong {
    font-size: 20px;
    color: #1B1614;
    font-family: "Lato", sans-serif;
}
.features-sec-para p {
    font-size: 16px;
    line-height: 25px;
    color: #1B1614;
    margin-bottom: 0;
     font-family: "Lato", sans-serif;
}
.features-sec-para {
    margin-bottom: 25px;
}
.features-content-container{
  padding: 120px 0;
}
.features-hdng-content.sec-heading.text-center {
    margin-bottom: 50px;
}

div#mob-btn3 a.save-btn.spc-btn.pulse {
    width: 80%;
    margin: auto;
    margin-bottom: 12px;
}
div#mob-btn4 {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}
.three-steps {
    background: #ECEFF3;
    padding: 50px 0;
}
.three-steps-box {
    margin: auto;
    padding: 0 10px;
    position: relative;
    z-index: 0;
}
.step-box {
    text-align: center;
}
.features-sec-para-wrapper.text-center {
    margin: 60px 30px 20px;
    position: relative;
    z-index: 9;
}
.step-box {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    font-size: 24px;
    font-family: "Manrope", sans-serif;
    line-height: normal;
    background-color: #006575;
    font-weight: 700;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: auto;
    z-index: 22;
}
p.step-head {
    font-size: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #006575;
    background: #fff;
    padding: 10px;
    border-radius: 17px;
}
.features-sec-video-wrapper {
    margin: auto;
    text-align: center;
    width: 316px;
    height: 360px;
    z-index: 0;
    position: relative;
    border: 3px solid #24242473;
    border-radius: 36px;
    overflow: hidden;
    z-index: -1;
}
.heading1.heading1-sec6 {
    margin-bottom: 70px;
}
.features-sec-para-inner-content p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #333;
    padding: 0 20px;
}
.features-sec-video-wrapper video, .features-sec-video-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;        
    border-radius: 33px;
    z-index: -1;
}
section.section-six {
    padding: 120px 0;
}
.counter{
  margin-top: 50px;
}
.status-counter {
    display: flex;
    justify-content: space-between;
    gap: 23px;

}
.status-box {
    background-color: #E2E2E2;
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Inter', sans-serif;
}
.status-box h3 {
    font-size: 42px;
    font-weight: 700;
}
.status-box p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}
div#mob-btn5 a.save-btn.spc-btn.pulse {
    padding: 18px 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 12px;
}
div#mob-btn5 {
    margin-top: 50px;
}
div#mob-btn7 {
    width: 80%;
    margin: auto;
}
.comparison-table {
    padding: 90px 0 150px;
}
.s5CompBox {
    width: 90%;
    vertical-align: middle;
    margin: 240px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.s5Col1 {
    width: 28%;
    padding: 0 0 0;
    margin-top: -20px;
}
.s5CompBox ul {
    margin-bottom: 20px;
}
.s5Col1 ul li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 23.5px;
    color: #333;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    text-align: left;
    justify-content: flex-start;
    padding-left: 0px;
    font-family: "Inter", sans-serif;
}
.s5Col1 ul li, .s5Col2 ul li {
    height: 64px;
   border-bottom: 2.32px solid #86B4FF40;
    padding: 10px;
}
.s5Col1 ul li:last-child {
    border-bottom: none;
}
img.s5Col2Img {
    margin: 10px auto;
}
img.cross {
    margin: 10px auto;
}
img.r-check {
    margin: 10px auto;
}
.s5Col2 {
    float: left;
    width: 16%;
    background: transparent;
    border-radius: 10px;
    margin: -118px 0 -20px;
    position: relative;
    z-index: 9;
}
.s5Col2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #D3EAFF 100%);
    border-radius: 10px;
    z-index: -1;
}
.s5Col2Top {
    height: auto;
    text-align: center;
    margin-bottom: 0px;
}
.s5CompBox .s5Col2Top img:first-child, .s5CompBox .s5Col3Top img:first-child {
    height: fit-content;
    object-fit: contain;
}

.s5Col2Prod {
    margin-bottom: -0;
}
img.img-fluid.table-star {
    width: 110px;
    margin-top: 0;
}
.s5Col2Prod, .s5Col3Prod {
    margin: -100px auto 0;
    height: auto;
}
.s5Col2 .s5Col2Top p {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 12px;
    font-family: "Inter", sans-serif;
}
.main-pro-txt{
    font-weight: 600 !important;
}
.s5CompBox ul {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-left: 0;
    text-align: center;
}
.s5Col2.s5Col3::before {
    border: none;
    background: transparent;
}
.s5Col2.s5Col4::before {
    background: transparent;
}
ul.s5Col2-checkbox,.s5Col2Top ul {
    text-align: center;
}
.s5Col2 ul li:last-child, .s5Col3 ul li:last-child, .s5Col4 ul li:last-child {
    border-bottom: none;
}
.footer {
    background: #FCFCFC;
    padding: 80px 0;
    text-align: center;
    color: #333333;
    font-family: "Inter", sans-serif;
}
.ftr-link a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 0 7px;
}
.ftr-link {
    margin-bottom: 15px;
    margin-top: 20px;
}
p.c-text{
    font-size: 16px;
    font-weight: 600;
}
.dic-text p {
    font-size: 14px;
    line-height: 24px;
    color: #7C7C7C;
}
.faq-container {
    vertical-align: top;
    max-width: 860px;
    width: 100%;
    margin: 15px auto;
    float: none;
    overflow: hidden;
}
.up-slide-dwn {
    float: left;
    width: 99%;
    margin-top: 0;
    padding: 0px 25px 8px 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-bottom: 1px solid #21252929;
}
.faq-container .up-slide-dwn {
    margin-bottom: 10px;
}
.accordion {
    background: url(../../images/index-v1/open.png) 100% center no-repeat;
    padding: 15px 45px 15px 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    background-size: 23px;
    transition: background 0.3s ease;
}
.sec8-hdng h3 {
    font-size: 58px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.acdn-content {
    display: none;
    transition: background-color 0.3s;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}
section#faqs {
    padding: 120px 0;
}
.limited-sec-content {
    background: url(../../images/index-v1/offer-banner.png) no-repeat right top;
    background-size: contain;
    padding: 35px 0;
    font-family: "Inter", sans-serif;
}
.rating-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}
.limited-left-content h2 {
    font-size: 60px;
    margin-bottom: 10px;
    color: #FFC34B;
    font-family: "Merriweather", serif;
}
.desktop-view {
    margin-top: 35px;
}
.offer-time-wrapper {
    display: flex;
    justify-content: space-between;
    width: 72%;
    margin: auto;
    margin-top: 37px;
    border: 1px solid #006575;
    padding: 15px 30px;
    align-items: center;
    border-radius: 24px;
}
.offer-time-wrapper h6 {
    font-size: 18px;
      font-family: "Inter", sans-serif;
      color: #333;
      font-weight: 700;
}

.watchSec span {
    color: #006575;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    font-family: "Work Sans", sans-serif;
}
.watchSet span {
    color: #333333;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 18.75px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    padding: 0 5px;
    min-width: 50px;
    display: inline-block;
}
.limited-offers-list h5 {
    font-size: 23px;
      font-family: "Inter", sans-serif;
    text-align: center;
}
.limited-offers-list p {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 14px;
    padding: 0 69px;
    margin-top: 6px;
}

.limited-offers-list li {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 17px;
    font-family: "Inter", sans-serif;
    width: 49%;
}
.features-list {
    margin: auto;
    padding-left: 0;
}
div#mob-btn10 a {
    margin: 20px auto 0;
    text-align: center;
}
.traveller-box {
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    padding: 20px;
    min-height: 559px;
    margin-bottom: 30px;
    margin-right: 20px;
    background: #fff;
}
.travel-cont img {
    max-width: 110px;
    margin-bottom: 20px;
}
.travel-cont {
    padding: 25px 20px 20px;
}
p.cont-head {
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
p.travel-txt {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
section.travellers {
    padding: 80px 0;
    background: #ECF1F8;
}
.days-money-back-sec {
    padding: 20px 0;
    background: linear-gradient(100.42deg, #4C2812 0.78%, #2F1A0D 25.55%);

}
.days-money-back-sec-content-container {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    gap: 60px;
}
.days-money-back-sec-content-container .money-left-content {
    max-width: 30%;
    height: 381px;
}
.days-money-back-sec-content-container .money-left-content img {
    height: 100%;
    object-fit: contain;
}
.days-money-back-sec-content-container .money-right-content {
    max-width: 65%;
    font-family: 'Inter', sans-serif;
}
.days-money-back-sec-content-container .money-right-content h3 {
    font-size: 35px;
    line-height: 36px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
     font-family: "Lato", sans-serif;
}
.days-money-back-sec-content-container .money-txt {
    color: #fff;
    font-size: 17px;
    padding-right: 100px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
div#mob-btn6 {
    width: 66%;
}
div#mob-btn7 {
    width: 85%;
    margin: auto;
}
.heading1.heading1-sec6 h3 {
    color: #006575;
}
.heading1.heading1-sec6 h2{
  color: #8C6239;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

.as_seen_on_sec {
    clear: both;
    position: relative;
    z-index: 99;
    margin-top: -3px;
    background: #f9f9f9;
}
.as_seen_on_sec .as_seen_on_cntnt_cntnr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 44px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 90px;
}
.as_seen_on_cntnr_desk {
    width: 100%;
    text-align: center;
}
.pro-slider .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 24%;
}
.as_seen_on_cntnr_desk .slider-collection .owl-carousel {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
}
p.ben-header {
    text-align: left;
    font-family: "Kantumruy Pro", sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 700;
    color: #333;
}
p.ben-txt {
    font-size: 14px;
    text-align: left;
    font-family: "Kantumruy Pro", sans-serif;
    color: #333;
}
.item-txt {
    margin-left: 10px;
}
.as_seen_on_cntnr_mob {
    display: none;
}
.owl-carousel.owl-theme.pro-slider img {
    min-width: 100px;
    object-fit: contain;
}
.dot-fade {
    animation: 1s ease-in-out infinite fade;
}
@keyframes fade {
   0%, 100%, 70% {
    opacity: 100%;
}

50% {
    opacity: 30%;
}
}

.banner-features-container {
    max-width: 560px;
    display: flex;
    gap: 10px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}
.banner-features-content{
  width: 24%;
}
.banner-features-content img {
    width: 87px;
}
section.about-us.sec-two {
    background-color: #020E1C;
    padding: 70px 0;
}
.sec2-img {
    text-align: right;
}
.sec2-img video {
    max-width: 600px;
    height: 600px;
    border-radius: 9px;
    border: none;
    object-position: center;
    object-fit: cover;
    border: 9px solid #FFFFFF;
    text-align: left;
}
.sec2-content {
    padding-left: 40px;
    box-sizing: border-box;
}
.section-heading h3 {
    color: #10D9E9;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 20px;
}
.sec2-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Kantumruy Pro", sans-serif;
}
.about-review {
    margin-top: 46px;
    border: 2px solid #E9852A;
    background: #fff;
    border-radius: 15px;
    padding: 20px 10px;
}
.about-review .main-review-para {
    margin-bottom: 4px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1B1614;
}
.about-review .d-flex.align-items-center {
    gap: 10px;
}
.about-review .about-rvwr-name{
    font-size: 13px;
    color: #727272;
    margin-bottom: 0;
}

.heading1 h3 {
    font-size: 50px;
    font-family: "Manrope", sans-serif;
    font-weight: 900;
    color: #006675;
    margin-bottom: 30px;
}
.heading1 h2 {
    font-size: 60px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #1B1614;
}
.heading1-sec3 {
    margin-bottom: 40px;
}
.sec3-media-content video, .sec3-media-content img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;}


.sec3-content.sec3-content-reverse .sec3-media-content {
    text-align: left;
}

section.tiktok-wrapper-desktop {
    background: #071021;
    padding: 40px;
}
.tiktok-content img {
    width: 149px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiktok-content p {
    padding-top: 56px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}
.heading1.heading1-sec4 {
    position: relative;
}
.heading1.heading1-sec4 h2{
  color: #fff;
}
.heading1.heading1-sec4::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #fff;
    /* transform: translateX(-50%); */
}

.tiktok-content {
    padding: 0 40px;
}
.tiktok-main-video {
    text-align: center;
    overflow: hidden;
    border-radius: 33px
    
}
.tiktok-flex {
    position: relative;
}
.tiktok-main-video video {
    width: 300px;
    height: 100%;
    object-fit: cover;
    border-radius: 33px;
    box-shadow: 6px 6px 26.4px 0px #FFFFFF33 inset;
    margin-top: 20px;
}
.tiktok-video-wrapper-left {
    width: 250px;
}
.tiktok-video-wrapper-left video{
  width: 100%;
  border-radius: 33px;
}
.tiktok-video-wrapper-right {
    width: 250px;
}
.tiktok-video-wrapper-right video{
  width: 100%;
  border-radius: 33px;
}
.tiktok-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}
.features-content1 {
    margin-top: 40px;
}
.ftr-link a:hover,.ftr-link a:focus {
    color: #1B1614;
}
.accordion.acdn-heading.accordion-close.active {
    background: url(../../images/index-v1/close.png) 100% center no-repeat;
    transform: background 0.5s ease-in-out;
    background-size: 23px;
}

button.owl-dot.active span{
    background-color: #FF9D30 !important;
}
.benefit-flex-box .item{
height: auto;
width: 100%;
}
.benefit-flex-box .item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #000000;
    transition: 0.4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px;
}
.dl-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-6px, 6px);
    background: #000000;
}
.dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background: #000000;
}
.dl-active .bar2 {
    opacity: 0;
}
.overview-one-img-container{
    position: relative;
    border-radius: 20px;
    width: 100%;
}
.overview-one-img-container .sec3-txt-content{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-height: 500px;

}
.overview-one-img-container .sec3-txt-content {
    position: absolute;
    right: 0;
    top: 45%;
    width: 50%;
    transform: translate(-32%, -50%);
    max-width: 463px;
    color: #fff;
}
.overview-one-img-container img {
    width: 100%;
    height: 100%;
}
.overview-one-img-container .sec3-txt-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    width: 89%;
}
.overview-one-img-container .sec3-txt-content h4 {
    font-size: 38px;
    color: #10D9E9;
    font-weight: 700;
    margin-bottom: 23px;
    font-family: "Manrope", sans-serif;
    width: 74%;
}
.sec3-main-content {
    margin-top: 40px;
}
.overview-two-img-container
 {
    position: relative;
    height: 500px;
    width: 100%;
}
.overview-two-img-container .sec3-txt-content {
    position: absolute;
    top: 45%;
    left: 45px;
    transform: translateY(-50%);
}
.overview-two-img-container .sec3-txt-content h4 {
    font-size: 38px;
    color: #006575;
    font-weight: 700;
    margin-bottom: 23px;
    font-family: "Manrope", sans-serif;
    width: 74%;
}
.overview-two-img-container img {
    width: 100%;
    object-fit: cover;
    object-position: right;
}
.overview-two-img-container p {
    width: 66%;
    margin-bottom: 20px;
}
img.img-fluid.streaming-img {
    width: 285px;
}
.pro-wrapper
 {
    background: linear-gradient(180deg, #E8F2F8 0%, #F5F5F5 100%);
    border-radius: 82px;
    margin-top: 100px;
    margin: 80px 20px;
    max-height: 488px;
    background-position: center;
}
.projector-feature-list {
    padding: 20px 0;
}
.list-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.5px solid #D9DADD;
    padding: 10px 0;
}
.projector-img {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 40%;
}
.projector-img p{
    font-weight: 600;
    margin-bottom: 0;
}
p.pro-txt {
    margin-bottom: 0;
}
.list-line:last-child{
    border-bottom: 0;
}
.pro-img {
    margin-left: -45px;
    margin-top: -20px;
}
.list-line p {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #000;
}
.heading1.text-center.pro-heading p {
    font-size: 18px;
    margin: 20px auto;
    width: 55%;
}
section.insideProjector {
    margin-bottom: 130px;
}
.heading1.heading1-sec4 h3 {
    color: #10D9E9;
    font-size: 43px;
}
.heading1.heading1-sec4 h5 {
    font-size: 22px;
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 30px;
}
.sec-9-img {
    position: relative;
    width: 100%;
}
.sec-9-img .heading1 {
    position: absolute;
    top: 31px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.sec-9-img .heading1 h3{
    color: #10D9E9;
}.traveller-box {
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    padding: 20px;
    min-height: 559px;
    margin-bottom: 30px;
    margin-right: 20px;
    background: #fff;
}
.sec-9-content {
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    max-width: 1024px;
}
.sec-9-content p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}
.section-9-wrapper {
    margin-bottom: 60px;
}
.treavel-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 0.71px solid #A7A7A7;
    margin-bottom: 20px;
}
img.rv-nm-tag {
    width: 55px !important;
    margin-bottom: 0;
}
.rv-name {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    font-family: "Kantumruy Pro", sans-serif;
    margin-bottom: 0px;
}
img.img-fluid.verified {
    margin-bottom: 0;
    width: 146px !important;
}
div#mob-btn10 {
    width: 472px;
    margin: 0 auto;
}
div#mob-btn10 p {
    padding: 0;
}

div#mob-btn10 {
    width: 420px;
    margin: 0 auto;
}
.limited-left-content.col-lg-6.justify-content-end h3 {
    font-size: 32px;
    font-weight: 900;
    font-family: "Manrope", sans-serif;
}
.limited-time-offer-rating {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.limited-time-offer-rating p{
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 4px;
      font-family: "Inter", sans-serif;
}
div#mob-btn9 {
    width: 400px;
    margin: auto;
}
.limited-icons img {
    padding-bottom: 36px;
}

.benefit-flex-box.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots .owl-dot span{
    border: 1px solid #fff !important;
    background: transparent !important;
}
.benefit-flex-box.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots .owl-dot.active span{
    background: #fff !important;
}
.owl-dots {
    display: flex;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot{
    width: auto;
}
.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #333333;
    background: transparent !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #333333 !important;

}