* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
}
p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0px 30px;
}
.maharana-travels-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.maharana-travels-header {
    padding: 15px 0px;
}
.maharana-travels-header-menu ul {
    list-style-type: none;
}
.maharana-travels-header-menu ul li {
    display: inline-block;
    padding-right: 30px;
}
.maharana-travels-header-menu {
    display: flex;
    align-items: center;
}
.maharana-travels-header-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
button.maharana-travels-button {
    border: none;
    background: transparent;
}
button.maharana-travels-button a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #ff9933;
    padding: 15px 30px;
    border-radius: 30px;
    display: block;
}
.maharana-hiro-section {
    background-image: url(../image/hero-section-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px;
    background-position: 0% 70%;
    position: relative;
}
.maharana-hiro-section-main h1 {
    font-size: 65px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 700;
}
.maharana-hiro-section-main h1 span {
    display: block;
}
section.maharana-hiro-section:after {
    content: "";
    position: absolute;
    background: #0000005e;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.maharana-hiro-section-main {
    position: relative;
    z-index: 1;
}
.maharana-hiro-section-main p {
    color: #fff;
    font-size: 23px;
    padding-bottom: 50px;
}
.maharana-hiro-section-button button.maharana-travels-button a {
    font-size: 30px;
    padding: 20px 100px;
    border-radius: 50px;
}
.maharana-about-section-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maharana-about-section-left {
    width: 47%;
}
.maharana-about-section-right {
    width: 47%;
}
h2.maharana-heading {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 25px;
}
h2.maharana-heading span {
    display: block;
    font-size: 30px;
    color: #f93;
}
section.maharana-about-section {
    padding: 110px 0px;
}
.maharana-about-section-right p {
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 30px;
}
section.maharana-choose-section {
    background: #f93;
    padding: 110px 0px;
}
.maharana-choose-section-text {
    text-align: center;
}
.maharana-choose-section-text p {
    font-size: 25px;
    color: #fff;
}
.maharana-choose-section-text h2 {
    padding-bottom: 10px;
    color: #fff;
}
.maharana-choose-section-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.maharana-choose-section-item {
    width: 32%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 7px 0px #0000004a;
}
.maharana-choose-section-item-img {
    width: 15%;
}
.maharana-choose-section-item-text {
    width: 85%;
    padding-left: 15px;
    border-left: 2px solid #f93;
    margin-left: 15px;
}
.maharana-choose-section-text {
    text-align: center;
    padding-bottom: 50px;
}
.maharana-choose-section-item-text h3 {
    font-size: 23px;
    padding-bottom: 10px;
}
section.maharana-choose-car-section {
    padding: 110px 0px;
    text-align: center;
}
.maharana-choose-car-section-text h2 {
    padding-bottom: 10px;
}
.maharana-choose-car-section-text p {
    font-size: 25px;
}
.maharana-choose-car-section-text {
    padding-bottom: 70px;
}
section.maharana-choose-car-section .slick-arrow {
    position: absolute;
    top: 30%;
    background: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 7px 0px #0000004a;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.maharana-choose-car-section button.slide-arrow.next-arrow2.slick-arrow {
    right: 0;
    transform: rotate(270deg);
}
section.maharana-choose-car-section button.slide-arrow.prev-arrow1.slick-arrow {
    left: 0;
    transform: rotate(90deg);
}
.maharana-choose-car-section-item {
    width: 19%;
}
.maharana-choose-car-section-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.maharana-choose-car-section .slick-arrow img {
    width: 30px;
}
section.maharana-choose-car-section .slick-track {
    display: flex;
    align-items: center;
}
section.maharana-services-section {
    padding: 110px 0px;
    background: #CBC9C930;
}
.maharana-services-section-text {
    padding-bottom: 50px;
    text-align: center;
}
.maharana-services-section-text h2 {
    padding-bottom: 10px;
}
.maharana-services-section-text p {
    font-size: 25px;
}
.maharana-services-section-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.maharana-services-section-item {
    width: 23.5%;
    box-shadow: 0px 0px 7px 0px #0000004a;
    background: #f93;
    border-radius: 0px 0px 10px 10px; 
}
.maharana-services-section-item-text {
    padding: 10px 25px 25px 25px;
    color: #fff
}
.maharana-services-section-item-text h3 {
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.maharana-services-section-item-text p {
    font-size: 16px;
    line-height: 25px;
}
.maharana-book-section {
    padding: 110px 0px;
}
.maharana-book-section-main {
    position: relative;
    z-index: 1;
    text-align: center;
}
.maharana-book-section-main h2 span a {
    text-decoration: none;
    color: #f93;
    font-size: 55px;
    padding-top: 30px;
    display: block;
    padding-bottom: 10px;
}
.maharana-book-section-main p {
    font-size: 25px;
    line-height: 39px;
}
.maharana-book-section-main p span {
    display: block;
}
section.maharana-regular-section {
    background: #f93;
    padding: 110px 0px;
}
.maharana-regular-section-text {
    text-align: center;
    padding-bottom: 50px;
    color: #fff;
}
.maharana-regular-section-text h2 {
    padding-bottom: 10px;
}
.maharana-regular-section-text p {
    font-size: 25px;
}
.maharana-regular-section-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maharana-regular-section-item {
    width: 32%;
    text-align: center;
}
.maharana-regular-section-item ul {
    list-style-type: none;
}
.maharana-regular-section-item ul li {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 25px;
    text-align: left;
    color: #fff;
}
.maharana-regular-section-item ul li i {
    padding-right: 10px;
}
section.maharana-gallery-section {
    padding: 110px 0px;
}
.maharana-gallery-section-text {
    text-align: center;
    padding-bottom: 25px;
}
.maharana-gallery-section-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maharana-gallery-section-item {
    width: 32%;
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px #0000001f;
}
.maharana-gallery-section-item img {
    height: 300px;
    object-fit: cover;
}
.maharana-gallery-section-main .maharana-gallery-section-item:nth-child(1), .maharana-gallery-section-main .maharana-gallery-section-item:nth-child(2), .maharana-gallery-section-main .maharana-gallery-section-item:nth-child(3) {
    margin-bottom: 25px;
    display: block;
}
.maharana-form-section-text {
    text-align: center;
    padding-bottom: 50px;
}
.maharana-form-section-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maharana-form-section-left {
    width: 47%;
}
.maharana-form-section-right {
    width: 47%;
}
.maharana-form-section-right-main {
    box-shadow: 0px 0px 7px 0px #00000033;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.maharana-form-section-right-text {
    background: #ff9933;
    color: #fff;
    text-align: center;
    padding: 25px;
    font-size: 30px;
}
form.maharana-form-section-right-form {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maharana-form-section-right-form-input {
    width: 100%;
    padding-bottom: 25px;
}
.maharana-form-section-right-form-input input {
    width: 100%;
    border: 2px solid #f93;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
}
.maharana-form-section-right-form-input input::placeholder {
    color: #000;
}
form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(2), form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(3), form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(5), form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(6) {
    width: 48%;
}
input.maharana-travels-submit {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #ff9933;
    border-radius: 40px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
section.maharana-form-section {
    padding-bottom: 110px;
}
footer.maharana-travels-footer {
    background: #000;
    padding: 110px 0px 15px 0px;
    color: #fff;
}
.maharana-travels-footer-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.maharana-travels-footer-left {
    width: 60%;
}
.maharana-travels-footer-right {
    width: 40%;
}
.maharana-travels-footer-right {
    width: 40%;
    padding-left: 50px;
}
.maharana-travels-footer-right h2 {
    font-size: 30px;
    padding-bottom: 25px;
}
.maharana-travels-footer-right-item {
    padding-bottom: 25px;
}
.maharana-travels-footer-right-item h3 {
    font-size: 18px;
}
.maharana-travels-footer-right-item p a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    display: block;
    width: fit-content;
}
.maharana-travels-footer-right-item p a i {
    color: #ff9933;
    font-size: 25px;
    margin-right: 5px;
}
.maharana-travels-footer-left p {
    padding-top: 25px;
}
.maharana-travels-footer-right-item ul {
    padding-top: 15px;
    list-style-type: none;
}
.maharana-travels-footer-right-item ul li {
    display: inline-block;
    padding-right: 10px;
}
.maharana-travels-footer-right-item ul li a {
    text-decoration: none;
    background: #ff9933;
    color: #fff;
    width: 39px;
    display: block;
    height: 39px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.maharana-travels-copyright {
    border-top: 2px solid #fff;
    padding-top: 15px;
    text-align: center;
}
button.maharana-travels-button a:hover, input.maharana-travels-submit:hover, .maharana-travels-footer-right-item ul li a:hover {
    color: #000;
    box-shadow: 0px 0px 5px 0px #0000003b;
    cursor: pointer;
}
.maharana-travels-footer-right-item p a:hover {
    color: #ff9933;
}
.maharana-travels-footer-right-item p a:hover i {
    color: #fff;
}
section.maharana-choose-car-section .slick-arrow:hover {
    background: #f93;
}
.maharana-travels-header-menu ul li a:hover {
    color: #ff9933;
}
.maharana-travels-header-menu-mob {
    display: none;
}
.maharana-book-section-main h2 span a {
    width: fit-content;
    margin: 0 auto;
}
.maharana-book-section-main h2 span a:hover {
    color: #000;
}
.maharana-book-section-main h2 span a:hover i {
    color: #f93;
}
a.maharana-travels-header-logo-mob {
    display: none;
}
section.maharana-travels-book-and-whatsapp {
    position: fixed;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.maharana-travels-book-and-whatsapp-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.maharana-travels-book-and-whatsapp .container {
    padding: 0px 10px;
}
.maharana-travels-book-and-whatsapp-main-item button a {
    box-shadow: 0px 0px 7px 0px #00000021;
    padding: 15px 30px;
}
.maharana-travels-book-and-whatsapp-main .maharana-travels-book-and-whatsapp-main-item:last-child button a {
    background: #50af36;
    color: #fff;
}
.maharana-travels-book-and-whatsapp-main .maharana-travels-book-and-whatsapp-main-item:last-child button a:hover {
    color: #000;
}

.maharana-choose-car-section-main {
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: wrap;
}
.maharana-choose-car-section-item {
    width: 33%;
    padding: 0px 25px;
}
.maharana-choose-car-section-main .maharana-choose-car-section-item:nth-child(4), .maharana-choose-car-section-main .maharana-choose-car-section-item:nth-child(5) {
    padding-top: 50px;
}
.maharana-choose-car-text {
    display: flex;
    flex-direction: column;
}
.maharana-choose-car-text button a {
    width: fit-content;
    margin: 0 auto;
}
.maharana-choose-car-text-detail ul {
    list-style-type: none;
}
.maharana-choose-car-text-detail {
    padding-top: 15px;
}
.maharana-choose-car-text-detail ul li {
    font-size: 16px;
    padding-bottom: 10px;
}
.maharana-choose-car-text-detail ul li:last-child {
    padding-bottom: 0px;
}
.maharana-choose-car-text button {
    padding-top: 15px;
}
.maharana-choose-car-text-detail ul li span {
    display: block;
    padding-top: 5px;
    font-weight: 600;
    font-size: 18px;
}
.maharana-choose-car-text-detail h3 {
    font-size: 30px;
    padding-bottom: 15px;
}
.maharana-choose-car-text-detail ul {
    display: none;
}
.maharana-choose-car-text.active .maharana-choose-car-text-detail ul {
    display: block;
}
.maharana-travels-button.choose-car-price-hide {
    display: none;
}
.maharana-choose-car-text.active .maharana-travels-button.choose-car-price-hide {
    display: block;
    margin: 0 auto;
}
.maharana-choose-car-text.active .maharana-travels-button.choose-car-price-show {
    display: none;
}
.maharana-choose-car-text-detail-phone {
    display: flex;
    justify-content: center;
}
button.maharana-travels-button.choose-car-phone {
    padding-right: 15px;
}
.maharana-travels-book-and-whatsapp-main-item button a {
    background: #000;
}
.maharana-travels-book-and-whatsapp-main .maharana-travels-book-and-whatsapp-main-item:first-child button a:hover {
    color: #fff;
}
.maharana-gallery-section-item video {
    height: auto;
    max-width: 50%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px #0000001f;
}
.maharana-gallery-section-item {
    text-align: center;
}
.maharana-gallery-section-main .maharana-gallery-section-item:nth-child(7), .maharana-gallery-section-main .maharana-gallery-section-item:nth-child(8), .maharana-gallery-section-main .maharana-gallery-section-item:nth-child(9) {
    height: auto;
    box-shadow: none;
    height: auto;
    margin-top: 25px;
}

/** media **/
@media (max-width: 812px) {
.container {
    padding: 0px 15px;
}
.maharana-hiro-section-main {
    text-align: center;
}
.maharana-hiro-section-main h1 span {
    display: unset;
}
.maharana-hiro-section-main h1 {
    font-size: 30px;
    padding-bottom: 10px;
}
.maharana-hiro-section-main p {
    font-size: 18px;
    padding-bottom: 30px;
}
.maharana-hiro-section-button button.maharana-travels-button a {
    font-size: 18px;
    padding: 15px 70px;
    border-radius: 50px;
}
section.maharana-hiro-section:after {
    background: #0000007a;
}
.maharana-hiro-section {
    padding: 70px 0px;
    background-position: 70% 70%;
}
section.maharana-about-section {
    padding: 50px 0px;
    text-align: center;
}
.maharana-about-section-main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.maharana-about-section-right {
    width: 100%;
}
h2.maharana-heading {
    font-size: 30px;
    padding-bottom: 15px;
}
h2.maharana-heading span {
    font-size: 18px;
}
p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px !important;
}
.maharana-about-section-right p {
    padding-bottom: 10px;
}
.maharana-about-section-left {
    width: 100%;
    padding-top: 15px;
}
section.maharana-choose-section {
    padding: 50px 0px;
}
.maharana-choose-section-text p {
    font-size: 18px;
    color: #fff;
}
.maharana-choose-section-main {
    flex-wrap: wrap;
}
.maharana-choose-section-item {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 7px 0px #0000001f;
}
.maharana-choose-section-main .maharana-choose-section-item:last-child {
    margin-bottom: 0px;
}
.maharana-choose-section-text {
    padding-bottom: 30px;
}
.maharana-choose-section-item-text h3 {
    font-size: 18px;
}
section.maharana-choose-car-section {
    padding: 50px 0px;
}
.maharana-choose-car-section-main {
    flex-wrap: wrap;
}
.maharana-choose-car-section-item {
    width: 100%;
    padding-top: 20px;
}
.maharana-choose-car-section-text {
    padding-bottom: 10px;
}
.maharana-choose-car-section-text p {
    font-size: 18px;
}
.maharana-services-section-text p {
    font-size: 18px;
}
.maharana-services-section-main {
    flex-wrap: wrap;
}
.maharana-services-section-item {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 0px 7px 0px #0000001f;
}
.maharana-services-section-text {
    padding-bottom: 10px;
}
.maharana-services-section-item-text h3 {
    font-size: 23px;
}
section.maharana-services-section {
    padding: 50px 0px;
}
.maharana-book-section {
    padding: 50px 0px;
}
.maharana-book-section-main h2.maharana-heading {
    font-size: 25px;
    padding-bottom: 0px;
}
.maharana-book-section-main h2 span a {
    font-size: 25px;
    padding-top: 10px;
}
.maharana-book-section-main p {
    font-size: 18px;
}
.maharana-book-section-main p span {
    display: unset;
}
section.maharana-regular-section {
    padding: 50px 0px;
}
.maharana-regular-section-text p {
    font-size: 18px;
}
.maharana-regular-section-main {
    flex-wrap: wrap;
}
.maharana-regular-section-item {
    width: 100%;
    padding-top: 30px;
}
.maharana-regular-section-item ul li {
    font-size: 18px;
}
.maharana-regular-section-text {
    padding-bottom: 10px;
}
.maharana-regular-section-item ul li:last-child {
    padding-bottom: 0px;
}
section.maharana-gallery-section {
    padding: 50px 0px;
}
section.maharana-gallery-section h2.maharana-heading {
    font-size: 30px;
    padding-bottom: 0px;
}
.maharana-gallery-section-item {
    width: 100%;
    overflow: hidden;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px #0000001f;
}
footer.maharana-travels-footer {
    padding: 50px 0px 15px 0px;
    text-align: center;
}
.maharana-travels-footer-main {
    padding-bottom: 55px;
    flex-wrap: wrap;
}
.maharana-travels-footer-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
}
.maharana-travels-footer-left {
    width: 100%;
}
.maharana-travels-footer-right-item p a {
    margin: 0 auto;
}
.maharana-form-section-text {
    padding-bottom: 30px;
}
.maharana-form-section-main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.maharana-form-section-left {
    width: 100%;
    padding-top: 30px;
}
.maharana-form-section-right {
    width: 100%;
}
section.maharana-form-section {
    padding-bottom: 50px;
}
.maharana-form-section-right-text {
    padding: 15px;
    font-size: 30px;
}
form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(2), form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(3), form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(5), form.maharana-form-section-right-form .maharana-form-section-right-form-input:nth-child(6) {
    width: 100%;
}
.maharana-form-section-right-form-input {
    padding-bottom: 15px;
}
.maharana-form-section-right-text h3 {
    font-size: 30px;
}
input.maharana-travels-submit {
    font-size: 25px;
}
.maharana-travels-footer-right-item ul li {
    display: inline-block;
    padding-right: 0px;
    padding: 0px 5px;
}
.maharana-form-section-right-form-input input {
    padding: 10px;
}
.maharana-form-section-right-main {
    box-shadow: 0px 0px 7px 0px #0000001f;
}
.maharana-gallery-section-item img {
    margin-bottom: -4px;
}
.maharana-gallery-section-item {
    box-shadow: 0px 0px 7px 0px #0000001f;
    margin-bottom: 20px;
}
.maharana-gallery-section-main .maharana-gallery-section-item:last-child {
    margin-bottom: 0px;
}
/** menu bar start **/
header.maharana-travels-header .sidenav {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 0px 7px 0px #0000001f;
}
header.maharana-travels-header .sidenav a {
    padding: 0px 8px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
header.maharana-travels-header .sidenav a:hover {
  color: #f1f1f1;
}
header.maharana-travels-header .sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 55px;
    margin-left: 50px;
    color: #f93;
}
header.maharana-travels-header .sidenav {
    padding-top: 15px;
}
header.maharana-travels-header .sidenav a {
    font-size: 18px;
}
ul.maharana-travels-header-menu-dex {
    display: none;
}
.maharana-travels-header-button {
    display: none;
}
.maharana-travels-header-menu-mob {
    display: block;
}
a.maharana-travels-header-logo-dex {
    display: none;
}
a.maharana-travels-header-logo-mob {
    display: block;
}
header.maharana-travels-header a.maharana-travels-header-menu-mob-text {
    border-top: 1px solid #f93;
    padding: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.maharana-travels-header-menu-mob a.maharana-travels-header-logo-mob {
    padding-bottom: 20px;
}
/** menu bar end **/
.maharana-travels-book-and-whatsapp-main {
    align-items: flex-end;
    flex-direction: column;
}
.maharana-travels-book-and-whatsapp-main .maharana-travels-book-and-whatsapp-main-item:last-child button a {
    margin-top: 10px;
}
.maharana-travels-book-and-whatsapp-main-item button a {
    padding: 10px 30px;
}
section.maharana-travels-book-and-whatsapp {
    bottom: 45px;
}
.maharana-travels-copyright {
    border-top: 2px solid #fff;
    padding-top: 25px;
}
.maharana-travels-book-and-whatsapp-main {
    flex-direction: unset;
    justify-content: flex-end;
}
.maharana-travels-book-and-whatsapp-main button a span {
    display: none;
}
.maharana-travels-book-and-whatsapp-main button a {
    font-size: 40px;
    padding: 0px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.maharana-travels-button {
    padding-left: 15px;
}
.maharana-gallery-section-item video {
    max-width: 70%;
}
.maharana-gallery-section-main .maharana-gallery-section-item:nth-child(7), .maharana-gallery-section-main .maharana-gallery-section-item:nth-child(8), .maharana-gallery-section-main .maharana-gallery-section-item:nth-child(9) {
    margin-top: 0px;
}
.maharana-regular-section-main .maharana-regular-section-item:last-child {
    margin-top: -10px;
}
}

header.maharana-travels-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 7px 14px 0 rgb(0 0 0 / 19%), 0 2px 7px 0 rgb(0 0 0 / 19%);
}