@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}



ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* core css */

html,
body {
  overflow: hidden;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
}

.font2 {
  font-family: "Unbounded", sans-serif;
}

.fsty2 {
  font-family: "Unbounded", sans-serif;
}

.for-navigation {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fs42 {
  font-size: 42px;
}

.fs44 {
  font-size: 44px;
}

.fs46 {
  font-size: 46px;
}

.fs48 {
  font-size: 48px;
}

.fs50 {
  font-size: 50px;
}

.fs52 {
  font-size: 52px;
}

.fs54 {
  font-size: 54px;
}

.fs56 {
  font-size: 56px;
}

.fs58 {
  font-size: 58px;
}

.fs60 {
  font-size: 60px;
}

.fs62 {
  font-size: 62px;
}

.fs64 {
  font-size: 64px;
}

.fs66 {
  font-size: 66px;
}

.fs68 {
  font-size: 68px;
}

.fs70 {
  font-size: 70px;
}

.fs72 {
  font-size: 72px;
}

.fs74 {
  font-size: 74px;
}

.fs76 {
  font-size: 76px;
}

.fs78 {
  font-size: 78px;
}

.fs80 {
  font-size: 80px;
}

.fs82 {
  font-size: 82px;
}

.fs84 {
  font-size: 84px;
}

.fs86 {
  font-size: 86px;
}

.fs88 {
  font-size: 88px;
}

.fs90 {
  font-size: 90px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.acard {
  padding: 15px;
  border-radius: 20px;
  background: #fff;
}

.bcard {
  background: #E36E21;
  border-radius: 15px;
  padding: 15px;
}

.bcard-footer {
  background: #ffffff;
  border-radius: 15px;
  padding: 15px;
}

.ccard {
  padding: 15px;
  border-radius: 20px;
  background: #efeeec;
}

.ong {
  color: #E36E21 !important;
}


.bg-ong {
  background: #E36E21 !important;
}

.black-bg {
  background: #161616;
}

.vline-r {
  border-right: solid 1px #c7c8c9;
}

.navbar {
  position: fixed;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* background: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(10px); */
  padding: 10px 0;
}

.set-logo {
  height: 40px;
}

.border-nav-ul {
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-left: 15px;
  background: #000;
}

.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background: rgb(255 82 0 / 95%);
  color: #fff;
}

.circle-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  background-color: #000;
  margin-right: 8px;
}

.circle-icon:hover {
  background: #fff;
  color: #000;
}

.contact-link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  margin-right: 15px;
  transition: 0.3s;

}

.contact-link:hover {
  color: rgb(255 82 0);
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
}

.background:first-child {

  /* background-image: url(https://unsplash.it/2928/2264?image=325); */
  background: #ffffff;
  -webkit-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(2) {
  background: #efeeec;
}

.background:nth-child(3) {
  background: #ffffff;
}

.background:nth-child(4) {
  background: #efeeec;
}

.background:nth-child(5) {
  background-image: url("./images/worldmap.png");
}

.background:nth-child(6) {
  background: #efeeec;
}

/* Set stacking context of slides */

.background:nth-child(1) {
  z-index: 6;
}

.background:nth-child(2) {
  z-index: 5;
}

.background:nth-child(3) {
  z-index: 4;
}

.background:nth-child(4) {
  z-index: 3;
}

.background:nth-child(5) {
  z-index: 2;
}

.background:nth-child(6) {
  z-index: 1;
}

.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;



  -webkit-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-wrapper-normal {

  display: inherit !important;

}

.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.container-one {
  position: relative;
  margin: 8px;
  border-radius: 20px;
  /* border: solid 1px #ffffff;
  outline: solid 1px #f8f8f8; */
  height: 97vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background image as <img> */
.container-one .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(15px);
  /* blur effect */
  z-index: 0;
}

/* Overlay */
.container-one .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.3);  */
  background-color: color-mix(in oklab, #111212 30%, transparent);
  z-index: 1;
}

/* Content on top */
.container-one .container-fluid {
  position: relative;
  z-index: 2;
  /* above overlay */
}

.banner-text-heading h1 {
  font-size: 120px;
  font-weight: 600;
  color: #fff;
}

.banner-text-heading h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

.txt-img-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-img-txt img {
  width: 100px;
  height: 100px;
  margin: 0px 20px;
  border-radius: 12px;
}

.banner-text-sub {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}

.banner-text-sup {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/* Section wrapper */
.featured-work {
  padding: 20px;
}

/* Black box container */
.fw-container {
  background: #111;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 30px;
  min-height: 90vh;
}

.letter-minus-1 {
  letter-spacing: -1px;
}

.fw500 {
  font-weight: 500;
}

.fs26 {
  font-size: 26px;
}

.welcome-right h1 {
  font-size: 90px;
  font-weight: 800 !important;
  line-height: 0.8;
  letter-spacing: -1;
  margin-bottom: 20px;
}

.welcome-right h2 {
  font-size: 50px;
  font-weight: 800 !important;
  line-height: 0.8;
  letter-spacing: -1;
  margin-bottom: 10px;
  padding-left: 4px;
}

.welcome-right h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -1;
  margin-bottom: 0px;
  padding-left: 6px;
}

.welcome-right h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -1;
  margin-bottom: 0px;
}

.welcome-right h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -1;
  margin-bottom: 0px;
}

.main-hero-heading {

  font-size: 66px;
  line-height: 96px;
  letter-spacing: -0.03em;
  color: #000000
}

.sec-two {
  background-color: transparent;
  background-image: linear-gradient(262deg, #386BB7 0%, #E24C4A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-decoration: none;
  color: transparent;
}

.sec-two-t1 {
  background: #aeffd9;
  border-radius: 15px;
  padding: 0px 4px;
  min-width: 120px;
  width: 120;
  display: block
}

.sec-two-t2 {
  background: #ffd27d87;
  border-radius: 15px;
  padding: 0px 4px;
  min-width: 120px;
  width: 120;
  display: block
}

.sec-two-t3 {
  background: #aeffd9;
  border-radius: 15px;
  padding: 0px 4px;
}

.sec-two-t4 {
  background: #ffd27d87;
  border-radius: 15px;
  padding: 0px 4px;
  min-width: 120px;
  width: 120;
  display: block
}

.ulone {
  list-style: none;
  margin-bottom: 0px;
}

.ulone li {
  display: flex;
  padding: 20px;
  border-bottom: solid 1px #e3e3e333;
  cursor: pointer;
}

.icorud img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.li-txt h5 {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.ulone li:hover h5 {
  color: #f26424
}

.li-txt p {
  color: #dbdbdb
}

.li-txt a {
  color: #f26424
}

.blurcard-main {
  position: relative;
}

.blurcard {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.blurcard img {
  display: block;
  width: 100%;
  height: auto;
}

.blurcard::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.171);
  border-top-left-radius: 50% 20%;
  border-top-right-radius: 50% 20%;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(10px);
}

/* Hover on either the entire card container OR just the text area */
.blurcard-main:hover .blurcard::after,
.blurcard-text:hover .blurcard::after {
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.blurcard-text {
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}

.blurcard-text h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.faq-section {
  padding: 60px 20px;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.faq-subtitle {
  color: #6c757d;
  margin-bottom: 30px;
}

.accordion-button {
  font-weight: 500;
  font-size: 22px;
  font-family: "Unbounded", sans-serif;
  background: #fff;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #E36E21;
  background-color: #f8f9fa;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-color: #009688;
  /* teal circle */
  border-radius: 50px;
  /* round shape */
  padding: 8px;
  /* circle size */
  transform: rotate(0deg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-body {
  color: #555;
  font-size: 0.95rem;
}

.content-top-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 99vh;
}

.content-top,
.content-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.set-bottom-footer {
  background: #000;
  border-radius: 20px 20px 0px 0px;
  padding: 15px;
  min-height: 35vh;
  display: flex;
  align-items: end;
  justify-content: center;
}

.set-bottom-footer a {
  text-decoration: none;
}

.custom-input {
  height: 44px;
  border-radius: 11px;
  padding: 0 15px;
  font-size: 16px;
}

.custom-textarea {
  min-height: 100px;
  border-radius: 20px;
  padding: 12px 15px;
  font-size: 16px;
  resize: none;
}

.form-label {
  font-weight: 500;
  margin-bottom: 6px;
}

/* Disable parallax below 991px */
@media (max-width: 991px) {

  html,
  body {
    overflow: auto;
    /* allow normal scrolling */
  }

  .background {
    position: relative !important;
    height: 100% !important;
    /* normal height for section */
    transform: none !important;
    transition: none !important;
    background-attachment: scroll !important;
  }

  /* .background:before {
    background-color: rgba(0, 0, 0, 0.4); /* keep dark overlay */


  .content-wrapper {
    height: auto !important;
    transform: none !important;
    transition: none !important;

    font-size: 20px;
    /* smaller text for mobile */
  }

  .content-title {
    font-size: 32px !important;
    line-height: 1.3;
  }
}


/* home start */

.hero-section {
  min-height: 100vh;
  /* display: flex; */
  align-items: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
}

.profile-avatars img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: -10px;
  border: 2px solid #fff;
}

.feature-card {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
}

.feature-card img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card.active {
  outline: 3px solid #000;
  transform: scale(1.03);
}

.tag-buttons .btn {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  margin: 4px;
  font-size: 14px;
}

.image-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  /* background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
}

.image-box img {
  width: 100%;
  height: 98vh !important;
  object-fit: cover;
  transition: opacity 0.6s ease;
}

.info-tag {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-tag.top {
  top: 20px;
  left: 20px;
}

.info-tag.bottom {
  bottom: 20px;
  right: 20px;
}

.mng-top-slider {
  position: absolute;
  bottom: 100px;
}

.slider-div {
  background-color: #ffffff54;
  padding: 15px;
  border-radius: 22px;
}

:root {
  --clr-white: #fff;
  --clr-black: #111;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: var(--clr-white);
  font-family: "Moderustic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-black);
}

/* Custom Bootstrap Override */
.container-custom {
  max-width: 70rem;
}

/* Heading Styles */
.main-heading h1 {
  letter-spacing: 0.025em;
  font-size: clamp(2.5rem, 1.6351rem + 4.3243vw, 6.5rem);
  line-height: 1;
  font-family: "SUSE", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.heading-aside {
  max-width: 16.25rem;
}

.heading-aside p {
  font-size: 0.9rem;
  color: var(--clr-black);
  line-height: 1.5;
}

/* Card Styles */
.tour-card {
  background: var(--clr-white);
  border-radius: 1.2rem;
  position: relative;
  height: 24rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .tour-card {
    border-radius: 1.8rem;
    height: 28rem;
  }
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.card-box {
  width: 100%;
  height: 100%;
  background: var(--clr-white);
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .card-box {
    border-radius: 1.8rem;
  }
}

/* Image Box */
.img-box {
  position: absolute;
  inset: 0;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .img-box img {
    border-radius: 1.6rem;
  }
}



/* More Section with Images */
.more-section {
  position: absolute;
  top: -0.375rem;
  right: 0;
  background: var(--clr-white);
  padding: 0.625rem 0 0.625rem 0.625rem;
  border-bottom-left-radius: 1rem;
  z-index: 5;
}

.more-section::before {
  position: absolute;
  content: "";
  top: 0.375rem;
  left: -1.188rem;
  background: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0.313rem 0.313rem 0px 0.313rem var(--clr-white);
  transform: rotate(-90deg);
}

.more-section::after {
  position: absolute;
  content: "";
  bottom: -1.188rem;
  right: -0.063rem;
  background: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0.313rem 0.313rem 0px 0.313rem var(--clr-white);
  transform: rotate(-90deg);
}

/* Image List */
.image-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
}

.image-list li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--clr-white);
  position: relative;
  transform: translatey(0);
  transition: 0.2s ease-in-out;
  margin-left: -0.625rem;
}

.image-list li:first-child {
  margin-left: 0;
}

.image-list li:hover {
  transform: translatey(-0.625rem);
  cursor: pointer;
}

.image-list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.2);
  z-index: 1;
}

.image-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-list li span {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.6rem;
  color: var(--clr-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Tag Section */
.tag-section {
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  background: var(--clr-white);
  padding: 0.625rem 0.625rem 0.625rem 0;
  border-top-right-radius: 1rem;
  z-index: 5;
}

.tag-section::before {
  position: absolute;
  content: "";
  top: -1.188rem;
  left: 0;
  background: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0.313rem 0.313rem 0px 0.313rem var(--clr-white);
  transform: rotate(90deg);
}

.tag-section::after {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  right: -1.188rem;
  background: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0.313rem 0.313rem 0px 0.313rem var(--clr-white);
  transform: rotate(90deg);
}

.tag-link {
  font-size: 0.8rem;
  color: var(--clr-black);
  font-weight: 400;
  border: 0.125rem solid #c8c8c8;
  border-radius: 3.125rem;
  padding: 0.313rem 0.625rem;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.tag-link:hover {
  color: var(--clr-white);
  background: var(--clr-black);
  border: 0.125rem solid var(--clr-black);
}

.circle-body {
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translateX(-50%);
}

.circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000014;
}

.logo {
  position: absolute;
  width: 140px;
  height: 140px;
  background: url("./images/footer-arrow.png");
  background-size: auto;
  border-radius: 100vmax;
  background-position: center;

  background-repeat: no-repeat;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #8a8a8a;
  font-size: 17px;
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 100px;
}
.fassai-logo{
  height: 36px;
}
.regnu, .regnu2{
  margin-bottom: 0px;
}

.fssai-div{
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) and (max-width: 1399px){
  body {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}
#homepage .fs50{
  font-size: 30px;
}
#homepage .col-md-5{
  width:70%;
}
.mng-top-slider {
    position: absolute;
    bottom: 58px;
}
.sone-mb {
    margin-bottom: 3% !important;
}

#welcomepage .fs38 {
    font-size: 28px;
}

#welcomepage .fs16 {
    font-size: 14px;
}
#welcomepage .row.pt-5 {
    padding-top: 15px !important;
}
#welcomepage h1{
  font-size: 24px;
}
#welcomepage .mb-5 {
    margin-bottom: 1rem !important;
}

#aboutpage .li-txt h5 {
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
#aboutpage .ulone li {
    display: flex;
    padding: 10px;
    border-bottom: solid 1px #e3e3e333;
    cursor: pointer;
}
#aboutpage .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
#aboutpage .fs26 {
    font-size: 18px;
}
#aboutpage .mb-5{
  margin-bottom: 1rem !important;
}
#displayedImage  {
    height: 338px;
    width: 100%;
}
.li-txt p{
  margin-bottom: 6px;
}

#aboutpage p.fs26.fw500.fsty2{
  margin-bottom: 5px;
}
#productspage .blurcard-text h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#productspage .blurcard img {
    display: block;
    width: 100%;
    height: 296px;
}

#productspage .fs24 {
    font-size: 16px;
}

#presencepage .fs20 {
    font-size: 15px;
}

#presencepage .fs22 {
    font-size: 18px;
}

#presencepage p {
    margin-bottom: 0px;;
}

#presencepage hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
.set-bottom-footer {
    background: #000;
    border-radius: 20px 20px 0px 0px;
    padding: 15px;
    min-height: 35vh;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute !important;
    width: 100%;
    bottom: 45px;
}
.content-top-bottom {
    display: block;
    flex-direction: column;
    justify-content: space-between;
    height: 99vh;
}

#contactpage label{
  font-size: 14px;
}
#contactpage .mb-4{
  margin-bottom: 10px !important;
}

.circle-body {
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
}
.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000014;
}

.logo {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("./images/footer-arrow36.png");
  background-size: auto;
  border-radius: 100vmax;
  background-position: center;
  background-repeat: no-repeat;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #8a8a8a;
  font-size: 9px; /* smaller font */
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.text span {
  position: absolute;
  left: 50%;
  font-size: 1em;
  transform-origin: 0 50px; /* half of circle size */
}
.custom-input {
    height: 32px;
    border-radius: 7px;
    padding: 0 15px;
    font-size: 14px;
}
.custom-textarea {
    min-height: 100px;
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 14px;
    resize: none;
}

}

/* Responsive adjustments for the col-md-6 layout */
@media (max-width: 767px) {
  .tour-card {
    height: 20rem;
  }

  .more-section .row {
    flex-direction: column;
  }

  .more-section .col-md-6 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tour-card {
    height: 26rem;
  }
}

/* Bootstrap row/col adjustments for image list */
.more-section .row.g-0 {
  margin: 0;
}

.more-section .col-md-6 {
  padding: 0;
}

@media (min-width: 768px) {
  .more-section .col-md-6:first-child .image-list {
    margin-right: 0.5rem;
  }
}

.hv96 {
  height: 96vh;
}

.sone-pb {
  padding-top: 7%;
}

.sone-mb {
  margin-bottom: 15%;
}

.mscroll-line {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}

.mscroll-line::before,
.mscroll-line::after {
  content: "";
  flex: 1;
  border-bottom: 2px dashed #bbb;
}

.mscroll-line:not(:empty)::before {
  margin-right: 0.75em;
}

.mscroll-line:not(:empty)::after {
  margin-left: 0.75em;
}

.mscroll-line img {
  width: 40px;
  /* image size control */
  height: auto;
  border: 2px dashed #bbb;
  border-radius: 50px;
  padding: 6px;
  background: #fff;
}




@media (max-width: 992px) and (min-width: 320px) {
  body {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
  }

}

.ma-p-4 {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.show-mob{
  display: none;
}

@media (max-width: 520px) and (min-width: 320px) {
  body {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
  }

  .content-wrapper {
    height: auto !important;
    transform: none !important;
    transition: none !important;
    font-size: 14px;
  }
  .show-mob{
  display: block;
}
.hide-mob{
  display: none !important;
}
#homepage .fs50 {
    font-size: 26px;
}
.sone-pt{
  padding-top: 60px;
}
.mscroll-line img {
    width: 30px;
    height: auto;
    border: 1px dashed #bbb;
    border-radius: 50px;
    padding: 6px;
    background: #fff;
}
.mscroll-line::before, .mscroll-line::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #bbb;
}
.mng-top-slider{display: none;}
  #welcomepage .fs38 {
    font-size: 16px;
     margin-bottom: 16px !important;
}
.hv96{
  height: -webkit-fill-available;
}

.hero-section {
    min-height: auto;
    /* display: flex
; */
    align-items: center;
}
/* .sone-mb {
    margin-bottom: 2%;
} */

  #welcomepage .acard {
    margin-bottom: 16px;
}

  #welcomepage .vline-r {
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #c7c8c9;
    margin-bottom: 16px;
}

  #welcomepage .content-wrapper.content-wrapper-normal.pt-5{
    padding-top: 0rem !important;
  }

  #welcomepage .content-wrapper .row.pt-5.mb-5{
    padding-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

   #aboutpage .ulone{
    padding-left: 0px;
   }
   .ulone li {
    display: flex;
    padding: 5px;
    border-bottom: solid 1px #e3e3e333;
    cursor: pointer;
}
.li-txt h5 {
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.icorud img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
 #aboutpage .fs26 {
    font-size: 15px;
  }
 #aboutpage .row.mb-5{
margin-bottom: 0rem !important;
}

#productspage .fs24 {
    font-size: 15px;
}
.blurcard-text{
  margin-bottom: 16px;
}
.blurcard-text h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

  #presencepage .fs22 {
    font-size: 15px;
  }

  #presencepage .fs20 {
    font-size: 14px;
  }

  #presencepage .content-wrapper .container-fluid {
    --bs-gutter-x: -0.5rem;
  }

  #faqpage .fs38 {
    font-size: 16px;
}

  #faqpage .col-lg-5.mb-4 {
    margin-bottom: 0.5rem !important;
}

  #faqpage .content-wrapper .container-fluid {
    --bs-gutter-x: -0.5rem;
  }

.accordion-button {
    font-weight: 500;
    font-size: 14px;
    font-family: "Unbounded", sans-serif;
    background: #fff;
    border: none;
    box-shadow: none;
}
.accordion-body {
    color: #555;
    font-size: 14px;
}

/* #contactpage .circle-body{
  display: none;
} */
#contactpage.background.ma-p-4{
  padding: 1.5rem 0.5rem 0rem 0.5rem !important;
} 

#contactpage .footerlink.text-end {
    text-align: left !important;
}

.circle-body {
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
}
.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000014;
}

.logo {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("./images/footer-arrow36.png");
  background-size: auto;
  border-radius: 100vmax;
  background-position: center;
  background-repeat: no-repeat;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #8a8a8a;
  font-size: 9px; /* smaller font */
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.text span {
  position: absolute;
  left: 50%;
  font-size: 1em;
  transform-origin: 0 50px; /* half of circle size */
}

.media-copy-right{
  display: flex;
  align-items: center;
}
.media-me-2{
  margin-right: 6px;
}

.contact-text .mb-4{
  margin-bottom: 0.5rem !important;
}
.formdiv .mb-3{
  margin-bottom: 0.5rem !important;
}


.media-mb-16{
  margin-bottom: 16px;
}
  .ma-p-4 {
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
  }

  .media-p-0 {
    padding: 0px
  }

  .navbar {
    position:fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0px 0;
    background: #ffffff00;
}
.set-logo {
    height: 34px;
}
.border-nav-ul {
        padding: 2px 5px;
        border: 1px solid rgb(255 255 255 / 0%);
        border-radius: 0px;
        margin-left: 15px;
        background: #000000e3;
        margin-left: 0px;
    }

    .navbar .navbar-nav .nav-link {
    padding: 5px 20px;
        border-radius: 30px;
        font-size: 15px;
        color: #fff;
        transition: 0.3s;
        margin: 10px 0px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    background: transparent;
    color: #ff5200f2;
}

.fssai-div{
  display: block;
  align-items: center;
}

.regnu, .fassai-logo{
  margin-top: 10px;
}



}

.navbar-toggler{
  border: solid 1px #808080;
}

.navbar-dark .navbar-toggler-icon {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}