/*Main Css */
:root {
  --primary-color: #fff;
  --secondary-color: #000;
  --theme-color: #052120;
  --body-font-family: "Helvetica", "Arial", sans-serif;
  --heading-family: "bill corporate medium", sans-serif;
  --section-pad: 5rem 0;
}

::selection {
  background: #052120;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--theme-color);
}

@font-face {
  font-family: 'bill corporate medium';
  src: url('../fonts/billcorporatemedium-medium.woff2') format('woff2'),
    url('../fonts/billcorporatemedium-medium.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}



/* Tabbing CSS */
[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: var(--body-font-family);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-color);
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  font-family: var(--heading-family);
  color: var(--secondary-color)
}

.sec-heading {
  font-size: 68px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.sec-para {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.29;
  color: #fff;
}

.theme-btn {
  border-radius: 72.5px;
  background-color: #9baf91;
  padding: 16px 0;
  margin-top: 18px;
  width: 147px;
  max-width: 100%;
  font-size: 15px;
  font-weight: normal;
  color: white;
  text-align: center;
  transition: 1s ease;
}

.theme-btn:hover {
  transform: scale(1.1);
}

/*popup*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 500px;
  z-index: 1;
}

.pop-inner {
  background-color: #052120;
  width: 100%;
  height: 550px;
  padding: 35px;
  border-radius: 10px;
}

.closePop {
  position: absolute;
  top: -12px;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

span {
  display: inline-block;
}

/* faqs accordian */
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0px;
  padding: 24px;
  border-radius: 12px;
  border: solid 1px #dedede;
  cursor: pointer;
  margin-bottom: 24px;
}



ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .01em;
  cursor: pointer;
  color: #fff;
}



ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0;
  cursor: pointer;
  width: 100%;
  line-height: 150%;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: start;
  color: #849090;
}

ul.accordion-list li.active .answer {
  display: block !important;
}

/* slider arrows */

.srv-slider .arr-left,
.srv-slider .arr-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0%;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.srv-slider .arr-right {
  left: auto;
  right: 0%;
}

.srv-slider .arr-left:hover,
.srv-slider .arr-right:hover {
  background-color: #73bd44;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: var(--body-font-family);
  font-weight: 400;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  opacity: 1;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -25px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
  position: relative;
  bottom: 0;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
  height: auto;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

.slick-dots li.slick-active button:before {
  display: none;
}

.slick-dots li button:before {
  display: none;
}

/*header css*/

header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

/* Hamburger Menu */

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: white;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #fff;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */

.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}

.menu li a {
  display: block;
  font-size: 15px;
  color: #d8d8d8;
  text-transform: capitalize;
  font-weight: normal;
}


/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 968px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-color);
}

.spad {
  padding: var(--section-pad);
}

.banner-content {
  position: relative;
}

.banner-content .image {
  position: absolute;
  top: -10px;
  right: 119px;
}

.banner-content .flex {
  display: flex;
  gap: 16px;
}

.banner-content .flex img {
  width: 443px;
}

.banner-content h2 {
  font-size: 38.4px;
  font-weight: 500;
  line-height: 1.56;
  color: #9baf91;
}

.banner-content h1 {
  font-size: 102px;
  font-weight: normal;
  line-height: 0.92;
  text-transform: uppercase;
  color: white;
}

.menu li a.theme-btn {
  margin-top: 0 !important;
}

.sec-heading strong {
  color: #9baf91;
  font-weight: normal;
}

.indexSlider .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}

.indexSlider .flex h3 {
  font-size: 25.9px;
  font-weight: 500;
  color: white;
}

.indexSlider .flex .anchor {
  width: 147px;
  max-width: 100%;
  margin-right: 30px;
  font-size: 15px;
  background-color: transparent;
  border-radius: 72.5px;
  border: 1px solid white;
  color: white;
  text-align: center;
  padding: 16px 0;
}

.slick-slide img {
  display: block;
  background-color: var(--theme-color);
  opacity: 0.4;
  width: 100%;
  transform: scale(0.8);
}

.slick-slide.slick-current.slick-active.slick-center.slick-slide img {
  transform: scale(1.2);
  opacity: 1;
}

.rides-div {
  margin-right: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rides-div1 {
  margin-left: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rides-div1 img {
  width: 56%;
  margin-bottom: 59px;
}

.rides-div1 p {
  padding-right: 118px;
}

.slick-list.draggable {
  padding: 0 33%;
}

.slick-slide.slick-current.slick-active img {
  transform: scale(1.2);
}

.slick-slide.slick-current.slick-active.slick-slide img {
  opacity: 1;
}

.slick-slide.slick-current.slick-active.indexSlider.flex {
  visibility: inherit;
  opacity: 1;
}

button.slick-prev.slick-arrow {
  content: '';
  background-image: url('../images/Image22.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
  border: 0px;
  border-radius: 100%;
  width: 90px;
  height: 93px;
  position: absolute;
  top: 86%;
  z-index: 2;
  left: 22%;
}

button.slick-next.slick-arrow {
  content: '';
  background-image: url('../images/Image21.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
  border: 0px;
  border-radius: 100%;
  width: 90px;
  height: 93px;
  position: absolute;
  top: 86%;
  z-index: 2;
  right: 23%;
}

button.slick-prev.slick-arrow:before {
  content: '';
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  color: lightgray;
}

button.slick-next.slick-arrow:before {
  content: '';
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  color: lightgray;
}

.mainBanner .image1 {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.bg-color {
  background-color: #9baf91;
  padding: 120px 0;
  position: relative;
}

.provice h2 {
  font-size: 54px !important;
}

.provice strong {
  color: #052120;
  font-weight: normal;
}

.provice a {
  background-color: #052120;
}

.image-my {
  position: absolute;
  right: 0;
  top: -80px;
}

.provice {
  margin-left: 16%;
}

.testi .flex {
  display: flex;
  gap: 20px;
  align-items: end;
  position: relative;
  margin-top: 10%;
}

.testi .flex p {
  font-size: 56.4px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 16px;
}

.testi .flex h3 {
  font-size: 37.6px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: -0.19px;
  color: #fff;
}

.testi .flex h4 {
  text-transform: uppercase;
  font-size: 18.8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.88px;
  color: #9baf91;
}

.index-slider1 .slick-list.draggable {
  padding: 0;
}

.index-slider1 .slick-slide.slick-current.slick-active {
  transform: scale(1);
}

.index-slider1 .slick-slide.slick-current.slick-active.slick-slide img {
  opacity: 1;
}

.index-slider1 .slick-slide.slick-current.slick-active.indexSlider.flex {
  display: block;
}

.index-slider1 .slick-slide img {
  display: block;
  background-color: none;
  opacity: 1;
  width: 869px;
  transform: scale(1);
}

.slick-slide.slick-current.slick-active.slick-center.slick-slide img {
  transform: scale(1);
  opacity: 1;
}

.testi .flex .image {
  position: absolute;
  top: -125px;
  left: 0%;
  width: 26%;
  z-index: -1;
}

.index-slider2 .slick-list.draggable {
  padding: 0;
}

.index-slider2 .slick-slide.slick-current.slick-active {
  transform: scale(1);
}

.index-slider2 .slick-slide.slick-current.slick-active.slick-slide img {
  opacity: 1;
}

.index-slider2 .slick-slide.slick-current.slick-active.indexSlider.flex {
  display: block;
}

.index-slider2 .slick-slide img {
  display: block;
  background-color: none;
  opacity: 1;
  width: 100%;
  transform: scale(1);
}

.slick-slide.slick-current.slick-active.slick-center.slick-slide img {
  transform: scale(1);
  opacity: 1;
}

.slider-show {
  width: 111%;
}

.slider-show1 {
  width: 111%;
  margin-top: 34px;
}

.slider-show2 {
  width: 111%;
  margin-top: 60px;
}

a:hover {
  color: white;
}

footer {
  padding-top: 120px;
  padding-bottom: 90px;
  margin: 0 7%;
}

footer .list li a {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.48;
  color: white;
}

.social li {
  display: inline-block;
}

.social li a {
  background-color: #9baf91;
  width: 39.4px;
  height: 38.9px;
  margin-right: 13px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social li a i {
  color: white;
}

.footerHeading {
  font-size: 21.5px;
  font-weight: normal;
  line-height: 0.66;
  letter-spacing: -0.29px;
  color: #fff;
  margin-bottom: 24PX;
  text-transform: uppercase;
}

.input-div1 {
  border-radius: 70px;
  background-color: rgba(238, 238, 238, 0.15);
  margin-top: 22px;
  padding: 6px;
  justify-content: space-between;
  display: flex;
}

.input-div1 input {
  background-color: transparent;
  margin-left: 20px;
  color: white;
}

.input-div1 .myButon {
  width: 43.2px;
  height: 43.2px;
  background-color: #9baf91;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

footer .para {
  font-size: 10.4px;
  font-weight: 500;
  letter-spacing: 1.57px;
  text-transform: uppercase;
  text-align: left;
  color: #888;
}

.posi .anchor {
  position: absolute;
  top: 45%;
  left: 39%;
  background-color: white;
  padding: 8px 38px 10px 39px;
  box-shadow: 0 25.8px 51.6px 0 rgba(0, 0, 0, 0.15);
  font-size: 28.4px;
  font-weight: normal;
  color: #222;
  border-radius: 70px;
  z-index: 1;
}

.posi {
  position: relative;
}

.index-slider .slick-slide.slick-current.slick-active .indexSlider .flex {
  visibility: visible;
  opacity: 1 !important;
  margin-top: 97px;
}

.index-slider1 .slick-slide.slick-current.slick-active img {
  transform: scale(1);
}

.index-slider2 .slick-slide.slick-current.slick-active img {
  transform: scale(1);
}

.innerBanner {
  height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inner-content h1 {
  font-size: 68.5px;
  font-weight: normal;
  line-height: 0.92;
  color: #fff;
  margin-top: 10%;
}

.ser-wrap {
  margin-bottom: 66px;
}

.ser-wrap .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  align-items: center;
}

.ser-wrap .flex h3 {
  font-size: 21.9px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.ser-wrap .flex .anchor {
  width: 147px;
  max-width: 100%;
  margin-right: 18px;
  font-size: 15px;
  background-color: transparent;
  border-radius: 72.5px;
  border: 1px solid white;
  color: white;
  text-align: center;
  padding: 16px 0;
}

.private-content .list {
  margin-left: 10%;
  margin-bottom: 33px;
}

.private-content .list li {
  display: inline-block;
  padding-right: 58px;
}

.private-content .list li a {
  font-size: 14px;
  font-weight: 500;
  color: #9a9a9a;
}

.private-img {
  margin-top: 10%;
}

.jewler {
  padding: 30px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 42px;
}

.small span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-left: 16px;
}

.private-content h3 {
  font-size: 28px;
  font-weight: 500;
  color: #9baf91;
  margin-bottom: 24px;
  text-transform: capitalize;
  margin-top: 66px;
}

.private-content p {
  margin-bottom: 22px;
}

hr {
  margin: 3rem 0;
  color: inherit;
  background-color: currentColor;
  border: 3;
  opacity: .25;
  width: 69%;
}

.private-content .flex {
  display: flex;
  gap: 40px;
  position: relative;
}

.private-content .flex:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 29px;
  width: 74%;
  height: 22px;
  z-index: 1;
  border-bottom: 2px solid gray;
}

.private-content .flex h4 {
  font-size: 18px;
  font-weight: 500;
  color: #9baf91;
  margin-bottom: 13px;
}

.private-content .flex h6 {
  font-size: 18px;
  font-weight: 500;
  color: #dd3333;
  margin-bottom: 13px;
}

.private-content .flex .included li {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
}

.private-content .included li span {
  font-size: 16px;
  font-weight: normal;
  color: #9baf91;
  padding-right: 19px;
}

.private-content .flex .excluded li {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
}

.private-content .excluded li span {
  font-size: 16px;
  font-weight: normal;
  color: #dd3333;
  padding-right: 19px;
}

.where {
  background-color: #9baf91;
  padding: 46px 62px;
  width: 78%;
  margin-top: 6%;
}

.where h5 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  text-align: center;
}

.where form .input-div input {
  width: 100%;
  margin-bottom: 14px;
  padding: 15px 22px;
  background-color: white;
}

.where a {
  width: 49%;
  background-color: #052120;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #9baf91;
}

.where p {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 34px;
  line-height: 1.8;
}

.slider-test .testi .flex p {
  font-size: 35.4px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 16px;
}

.testi .flex h3 {
  font-size: 24.6px;
  line-height: 1.5;
}

.slider-test .index-slider1 .slick-slide img {

  width: 448px;
}

.slider-test .testi .flex .image {
  position: absolute;
  top: -66px;
  left: 0%;
  width: 22%;
  z-index: -1;
}

.slider-test .testi .flex h4 {
  text-transform: uppercase;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.88px;
  color: #9baf91;
}

.slider-test {
  margin-top: 10%;
  margin-bottom: 91px;
}

.due-to {
  width: 57%;
  padding-bottom: 42px;
  border-bottom: 2px solid white;
  text-align: center;
  margin: auto;
}

.due-to span {
  font-weight: bold;
}

.due-to p {
  padding-top: 20px;
}

.due-to a {
  color: #9baf91;
}

.related h3 {
  font-size: 28px;
  font-weight: 500;
  color: #9baf91;
  margin-bottom: 65px;
}

.related .ser-wrap .flex {
  align-items: start;
}

.tour {
  border-radius: 3px;
  box-shadow: 0 1px 13px 0 var(--black-10);
  background-color: #fff;
  padding: 38.5px 40px 40px 30px;
  width: 80%;
  text-align: start;
  margin-bottom: 36px;
}

.tour h4 {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 39px;
}

.tour h4 strong {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  padding-left: 26px;
}

.tour ul {
  margin-bottom: 40px;
}

.tour ul li {
  display: inline-block;
  margin-right: 29px;
  font-size: 14px;
  font-weight: 500;
  color: #929292;
  border-bottom: solid 2px #e1e1e1;
  padding-bottom: 8px;
}

.tour ul li:hover {
  color: #242424;
  border-bottom: solid 2px #9baf91;
  cursor: pointer;
}

.tour .anchor {
  border-radius: 5px;
  background-color: #9baf91;
  width: 100%;
  text-align: center;
  padding: 22px 0;
  font-size: 12.5px;
  font-weight: 500;
  color: white;
}

.confidence {
  padding: 42.6px 31px 24.8px;
  background-color: #f5f5f5;
  width: 79%;
}

.confidence h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #383838;
  margin-bottom: 20px;
}

.confidence ul li {
  padding: 13px 0;
  font-size: 14px;
  font-weight: normal;
  color: #949494;
  position: relative;
}

.confidence ul li img {
  padding-right: 19px;
}

.confidence ul li:before {
  content: '';
  position: absolute;
  top: 29px;
  left: -25px;
  width: 115%;
  height: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.contact-information h3 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}

.contact-information p {
  margin-bottom: 26px;
}

.contact-information a {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.53;
  color: #fff;
  display: block;
}

.contact-information {
  text-align: start;
}

.contact-information h2 {
  font-size: 45px;
  text-transform: capitalize;
}

.contact-form h3 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 22px;
}

.contact-form p {
  margin-bottom: 41px;
}

.my-input input {
  width: 100%;
  border: solid 1px #575757;
  padding: 14px 10px;
  margin-bottom: 21px;
  color: white;
}

.my-input textarea {
  width: 100%;
  border: solid 1px #575757;
  padding: 20px 10px;
  margin-bottom: 21px;
  color: white;
}

.my-input label {
  font-size: 17px;
  font-weight: normal;
  color: white;
  margin-bottom: 10px;
}

.contact-form form button {
  width: 100%;
  padding: 15px 38px;
  border-radius: 50px;
  background-color: #9baf91;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0.84px;
  color: #fff;
}

.contact-form form button i {
  color: white;
  font-size: 20px;
}

.faq h2 {
  font-size: 92.5px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
}

.faq p {
  width: 854px;
  margin: auto;
  text-align: center;
  margin-bottom: 53px;
  font-size: 14px;
  font-weight: normal;
}

.history {
  margin-top: 82px;
}

.history h3 {
  font-size: 28px;
  font-weight: 500;
  color: #9baf91;
  margin-bottom: 24px;
}

.history p {
  padding-bottom: 20px;
}

.rides-div1 h3 {
  font-size: 28px;
  font-weight: 500;
  color: #9baf91;
  margin-bottom: 24px;
}
.vilaged-img{
  margin-bottom: 80PX;
}
.vilaged-img img{
  width: 100%;
}
.vilage-div h3{
  font-size: 28px;
  font-weight: 500;
  color: #9baf91 !important;
  margin-bottom: 24px;
}
.vilage-div {
  margin-left: 32%;
}
.vilage-div p{
  margin-bottom: 20px;
}
.vilage-div1 h3{
  font-size: 28px;
  font-weight: 500;
  color: #9baf91 !important;
  margin-bottom: 24px;
}
.vilage-div1 {
  margin-left: 6%;
  margin-top: 30px;
  width: 80%;
}
.vilage-div1 p{
  margin-bottom: 20px;
}
.blog-div {
  margin-bottom: 100px;
}
.blog-div h6{
  font-size: 25.9px;
  font-weight: 500;
  line-height: 1.69;
  color: #fff;
  margin-bottom: 6px;
}
.blog-div a{
  font-size: 22px;
  font-weight: normal;
  color: #9baf91;
  padding-top: 18px;
}
.my-sec-pad{
  padding-left: 160px;
  padding-right: 266px;
}

.blog-div ul li{
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #bebebe;
  padding-right: 19px;
}

.blog-div hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 3;
  opacity: .25;
  width: 100%;
}
.footer-img{
  margin-top: 100px;
  text-align: center;
}
.img{
  overflow: hidden;
  position: relative;
}
.img img{
  transition: 0.3s ease;
  font-size: 0px;
  width: 100%;
}
.img img:hover{
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.9);
}
.serDetail-wrap {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: end; */
  align-items: end;
}
.meet{
  margin-top: 42px;
}
.meet a{
  padding: 15px 62px;
  margin-right: 18px;
  width: 293px;
max-width: 100%;
}
.set-pad{
  padding-right: 30%;
}