@font-face {
  font-family: 'Baskervville';
  src: url('Fonts/Baskervville-Regular.ttf') format('truetype');
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* Remove the underline from the heading */
.heading_container h2::before {
  content: none;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/mountain2.jpg); /* Desktop background image */
  background-size: cover;
  background-attachment: fixed;
}

.hero_area2 {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/mountain2.jpg); /* Desktop background image */
  background-size: cover;
  background-attachment: fixed;
}

/* Add to your style.css */
.hero_area .detail-box p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  word-break: break-word;
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
  .hero_area {
    background-image: url(../images/mountain3.jpg); /* Mobile background image */
    background-attachment: scroll; /* Avoid fixed backgrounds on mobile */
  }
}

.sub_page .hero_area {
  height: auto;
}

.sub_page2 .hero_area {
  height: 100vh;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  color: #281e1f;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

/* Remove the lines under the navigation links */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: none;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: none;
  content: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_cart-btn {
  background-color: transparent; /* Keep the background transparent */
  color: #281e1f; /* Set the icon color to brown */
  background-image: url(../images/cart2.png); /* Ensure the correct image is used */
  background-size: 25px;
  background-repeat: no-repeat;
  background-position-y: 3px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  filter: brightness(0) saturate(100%) invert(21%) sepia(76%) saturate(745%) hue-rotate(15deg) brightness(92%) contrast(89%); /* Apply a brown filter to the image */
}

.custom_nav-container .nav_login-btn {
  background-color: transparent; /* Keep the background transparent */
  color: #281e1f; /* Set the icon color to brown */
  background-image: url(../images/account3.png); /* Ensure the correct image is used */
  background-size: 25px;
  background-repeat: no-repeat;
  background-position-y: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  filter: brightness(0) saturate(100%) invert(21%) sepia(76%) saturate(745%) hue-rotate(15deg) brightness(92%) contrast(89%); /* Apply a brown filter to the image */
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-toggler {
  margin: 0 auto; /* Center the button horizontally */
  display: block; /* Ensure it's treated as a block element */
}

.navbar-brand span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #281e1f;
  position: relative;
  z-index: 3;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  border: none; /* Remove the border from the button */
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-color: #281e1f; /* Set the background color to #281e1f */
  background-image: none; /* Remove any existing background image if present */
  border-radius: 3px; /* Optional: Add rounded corners */
}

/*end header section*/
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box {
  text-align: center;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-size: 2.5rem;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}

.guide_section {
  background-image: url(../images/11.jpg); /* Desktop background image */
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
  .guide_section {
    background-image: url(../images/test3.jpg); /* Mobile background image */
    background-attachment: scroll; /* Avoid fixed backgrounds on mobile */
  }

  .how_section {
    background-image: url(../images/4.jpg); /* Mobile background image */
    background-attachment: scroll; /* Avoid fixed backgrounds on mobile */
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }

}

.guide_section .us_container {
  padding-top: 25px;
}

.guide_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;
}

.guide_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide_section .us_container .box .img-box img {
  max-width: 100%;
}

.guide_section .us_container .box .detail-box h5 {
  font-weight: bold;
}

.vision_section {
  background-image: url(../images/brown6.jpg); /* Desktop background image */
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
  .vision_section {
    background-image: url(../images/grey4.jpg); /* Mobile background image */
    background-attachment: scroll; /* Avoid fixed backgrounds on mobile */
  }
}

.vision_section h2 {
  font-weight: bold;
}

.vision_section p {
  margin-top: 35px;
}

.vision_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.vision_section .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
}

.vision_section .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.how_section {
  background-image: url(../images/grey3.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

.how_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.how_section .box .name h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.how_section .box .img-box {
  border-radius: 15px;
  overflow: hidden;
}

.how_section .box .img-box img {
  width: 100%;
}

.how_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 225px;
  padding: 12px 45px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: -25px;
}

.account_section {
  position: relative;
  background-color: #27223f;
  color: #ffffff;
}

.account_section .heading_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.account_section .heading_container h2::before {
  content: none;
}

.account_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account_section .img-box img {
  width: 100%;
}

.account_section .form_container {
  padding: 45px 0 45px 15px;
}

.account_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  margin-top: 25px;
  padding: 12px;
}

.account_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.account_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.account_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.account_section input::placeholder {
  color: #2a2a2c;
}

.account_section input.message-box {
  padding: 45px 12px;
}

.account_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #ff2953;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}

.info_section {
  background-color: #64513c;
  padding: 1px 0; /* Reduce padding to decrease height */
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/Mastadon3.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/bluesky2.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/Librarything3.png);
}

/* footer section*/
.footer_section {
  background-color: #d9c18d;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/ 
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 260px;
  padding: 20px 1px;
  margin: 10px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(33,150,243,.4),0 4px 6px -4px rgba(33,150,243,.4);
  border-radius: 10px;
  background-color: #6B6ECC;
  background: linear-gradient(45deg, #04051dea 0%, #2b566e 100%);
}

.content {
  padding: 20px;
}

.content .price {
  color: white;
  font-weight: 800;
  font-size: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}

.content .description {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
  font-size: 14px;
}

.content .title {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 1px;
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  color: rgb(255 255 255);
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  padding: 0.75rem 1.5rem;
  background-color: rgb(33 150 243);
  border-radius: 0.5rem;
  width: 90%;
  text-shadow: 0px 4px 18px #2c3442;
}

/*# sourceMappingURL=style.css.map */

/* Add the card styles */
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 260px;
  padding: 20px 1px;
  margin: 10px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(33,150,243,.4),0 4px 6px -4px rgba(33,150,243,.4);
  border-radius: 10px;
  background-color: #6B6ECC;
  background: linear-gradient(45deg, #04051dea 0%, #2b566e 100%);
}

.content {
  padding: 20px;
}

.content .price {
  color: white;
  font-weight: 800;
  font-size: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}

.content .description {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
  font-size: 14px;
}

.content .title {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 1px;
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  color: rgb(255 255 255);
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  padding: 0.75rem 1.5rem;
  background-color: rgb(33 150 243);
  border-radius: 0.5rem;
  width: 90%;
  text-shadow: 0px 4px 18px #2c3442;
}
/* Add responsive styles for mobile devices */
@media (max-width: 768px) {
  body {
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .layout_padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading_container h2 {
    font-size: 1.5rem; /* Adjust heading size */
  }

  .hero_area {
    height: auto; /* Allow content to adjust dynamically */
    background-attachment: scroll; /* Avoid fixed backgrounds on mobile */
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    color: #281e1f;
    margin: 5px 15px; /* Reduce spacing for navigation links */
    font-size: 12px; /* Adjust font size */
  }

  .custom_nav-container .navbar-toggler {
    margin-top: 10px; /* Adjust this value to lower the hamburger menu */
    position: relative; /* Ensure it can be moved relative to its current position */
    margin: 0 auto; /* Center the button horizontally */
    display: flex; /* Ensure proper alignment */
    justify-content: center; /* Center the content inside */
    align-items: center; /* Center vertically */
  }

  .custom_nav-container .navbar-toggler-icon {
    background-color: transparent; /* Remove solid block background */
    background-image: none; /* Ensure no conflicting background image */
    position: relative; /* Allow positioning of pseudo-elements */
    width: 30px; /* Adjust width */
    height: 3px; /* Adjust height */
  }
  
  .custom_nav-container .navbar-toggler-icon::before,
  .custom_nav-container .navbar-toggler-icon::after {
    content: '';
    display: block;
    background-color: #281e1f; /* Set the line color */
    height: 3px; /* Line thickness */
    width: 30px; /* Line width */
    position: absolute;
    left: 0;
  }
  
  .custom_nav-container .navbar-toggler-icon::before {
    top: -8px; /* Position the top line */
  }
  
  .custom_nav-container .navbar-toggler-icon::after {
    top: 8px; /* Position the bottom line */
  }

  .card {
    width: 100%; /* Make cards full-width on mobile */
    margin: 10px 0;
  }

  button {
    width: 100%; /* Make buttons full-width */
  }

  .info_items {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between; /* Ensure proper spacing */
    align-items: center; /* Align items vertically */
    width: 100%; /* Ensure it spans the full width */
  }

  .info_items .item {
    width: auto; /* Allow items to size dynamically */
    margin-bottom: 0; /* Remove bottom margin */
  }

  .slider_section .detail-box h1,
  .slider_section .detail-box h2 {
    font-size: 1.5rem; /* Adjust slider text size */
  }

  .vision_section .btn-box a {
    padding: 10px 20px; /* Adjust button padding */
    font-size: 14px; /* Adjust button font size */
  }

  .navbar-brand {
    pointer-events: none; /* Disable click events */
    margin: 0 auto; /* Center the brand horizontally */
    display: flex; /* Ensure proper alignment */
    justify-content: center; /* Center the content inside */
    align-items: center; /* Center vertically */
    text-align: center; /* Ensure text is centered */
  }

  .sub_page2 .hero_area {
    background-position: center; /* Center the background image */
    background-size: cover; /* Ensure the image covers the area */
    background-attachment: scroll; /* Avoid fixed backgrounds on mobile */
  }
}
/* Center the login button on mobile */
@media (max-width: 991.98px) {
  .user_option {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .user_option form {
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .user_option {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
  }
  .user_option form {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    display: flex;
    justify-content: center;
  }
  .nav_login-btn {
    margin: 0 auto !important;
    display: block;
  }
  /* Remove left margin from the parent flex container if present */
  .ml-auto {
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .d-flex.ml-auto {
    justify-content: center !important;
    margin-left: 0 !important;
    width: 100%;
  }
  .user_option {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .user_option form {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    display: flex !important;
    justify-content: center !important;
  }
  .nav_login-btn {
    margin: 0 auto !important;
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .nav_login-btn {
    margin-left: 16px !important; /* Adjust this value as needed */
  }
}
