@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: black;
}

::-webkit-scrollbar-thumb {
  background-color: #bb8739;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  background-clip: content-box;
  height: 5px !important;
}

.alert {
  position: fixed;
  top: 0%;
  right: 0%;
  background: #111;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
  width: 300px;
  height: 100vh;
  border-radius: 10px 0px 0px 10px;
  transform: translateX(150%);
  transition: transform 0.3s ease-in-out;
  border-left: 4px solid #b08b45;
  border-top: 4px solid #b08b45;
  border-bottom: 4px solid #b08b45;
}

.alert .navigation1 {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: center;
}

.alert .navigation1 li a {
  text-decoration: none;
  color: #b08b45;
  transition: .3s;
}

.alert .navigation1 li a:hover {
  color: whitesmoke;
}

.alert .navigation li a {
  text-decoration: none;
  color: #b08b45;
}

.alert p {
  margin: 30px;
  letter-spacing: 1px;
}

.alert i {
  display: flex;
  justify-content: flex-end;
  font-size: 30px;
  cursor: pointer;
  color: #b08b45;
}

body {
  background: #fff;
}

header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px 60px;
}

header .logo {
  width: 6%;
}

header ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 40px;
  padding-left: 0;
  list-style: none;
}

header ul li {
  border-bottom: 1px solid;
  border-bottom-style: dotted;
  padding-bottom: 4px;
  color: #b08b45;
}

header .navigation li a {
  text-decoration: none;
  color: #fff;
}

header .navigation li a:hover {
  border-bottom: 1px solid #fff;
}

header .hamburger {
  display: none;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  background: #bb8739;
  width: 36px;
  text-align: center;
  height: 36px;
  border-radius: 5px;
}

.hero-section-other {
  width: 100%;
  height: 66px;
}

.hero-section {
  width: 100%;
  height: 100vh;
  background: #00000036;
  background-image: url(../images/banner1.webp);
  background-size: cover;
  opacity: 1;
  background-blend-mode: overlay;
}

.section {
  padding: 40px 0;
}

.g-s {
  box-shadow: 0px 0px 20px #80808024;
}

.footer-area {
  background: black;
  padding-top: 45px;
  position: relative;
  border-top: 1px solid #bb8739;
}

.footer-area .widget {
  margin-bottom: 20px;
}

.footer-area .widget {
  border: 0;
}

.widget {
  border: 1px solid rgba(197, 197, 197, 0.5);
  border-radius: 8px;
}

.footer-heading {
  color: #bb8739;
}

.widget-title {
  font-weight: 700;
  margin-bottom: 16px;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 2px;
}

.footer-contact-icon {
  color: #bb8739;
  margin-right: 7px;
}

.widget_nav_menu ul li a {
  color: whitesmoke;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget_nav_menu ul li a:hover {
  color: #bb8739;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.footer-area .copy-right {
  padding: 8px 0;
  color: rgb(187 135 57);
  font-size: 12px;
  border-top: 1px solid;
}

.footer-area .footer-social .social-icon {
  display: inline-block;
}

.social-icon {
  margin-bottom: 0;
  padding-left: 0;
}

.container {
  max-width: 1280px;
}

.social-icon li {
  display: inline-block;
  margin: 0 5px;
}

.social-icon li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #bb8739;
  background: whitesmoke;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid rgba(253, 169, 79, 0.2);
  font-size: 15px;
}

.underlne img {
  width: 20%;
}

.heading .blog-d-h1 {
  font-size: 28px;
  font-weight: bold;
}

.heading span {
  font-size: 28px;
  font-weight: bold;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
  font-size: 28px;
  font-weight: bold;
}

.sr-img {
  width: 50%;
}

.bg-section {
  background-color: black;
}

.bg-heading {
  /* background-image: linear-gradient(45deg, #e1d58a, #846223);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; */
  color: #bb8739;
}

.section-title .title {
  font-size: 20px;
  font-weight: bold;
}

.bg-b-t-c {
  color: #bb8739;
}

.section-title p {
  font-size: 14px;
  margin-bottom: 8px;
}

.bg-b-p-c {
  color: whitesmoke;
}

.text-justify {
  text-align: justify;
}

.follow-dream-area .thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}

.overview-img {
  height: 458px;
  width: 100%;
}

.overview-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.shape-image-list.left-top {
  padding: 35px 0 0 35px;
}

.shape-image-list {
  position: relative;
  display: inline-block;
}

.shape-image-list .shadow-img {
  -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}

.shape-image-list img {
  border-radius: 8px;
}

.shape-image-list-wrap img {
  border-radius: 8px;
  width: 100%;
}

.shape-image-list.left-top:after {
  left: 0;
  top: 0;
}

.shape-image-list:after {
  content: '';
  position: absolute;
  height: 205px;
  width: 230px;
  background: #bb8739;
  z-index: -1;
  border-radius: 8px;
}

.section-title .sub-title {
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 20px;
  color: #bb8739;
  font-size: 24px;
  margin: 10px 0;
}

.btn {
  padding: 0px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #bb8739;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.btn-yellow {
  background: #bb8739 !important;
  color: #fff !important;
  border: none;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background: #bb8739;
  color: #fff;
}

.bg-sectionc {
  background: #000000c9;
  color: #fff;
  background-image: url(../images/banner1.webp);
  background-position: center;
  background-size: cover;
  opacity: 3;
  background-blend-mode: overlay;
  background-attachment: fixed;
}

.bg-circle {
  width: 90vmin;
  height: 90vmin;
  border-radius: 999px;
  background-color: var(--yellow);
  position: absolute;
  top: 60%;
  right: 50%;
  opacity: 0.25;
  transform: translate(50%, -50%) scale(0);
  z-index: 0;
  transition: left 500ms, right 500ms, top 500ms, position 500ms, transform 500ms 500ms, opacity 500ms 350ms;
}

@media (min-width: 577px) {
  .bg-circle {
    width: 75vmin;
    height: 75vmin;
  }
}

.carousel-container {
  display: block;
  width: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  overflow: auto;
  border-radius: 20px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.carousel-wrapper::-webkit-scrollbar {
  display: none;
}

.carousel-wrapper.dragging {
  scroll-behavior: auto;
}

.carousel {
  display: flex;
  width: auto;
  width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.carousel .carousel-slide {
  display: flex;
  width: 144px;
  min-width: 144px;
  height: 192px;
  flex-grow: 0;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition-property: width, min-width, height, flex, flex-grow, flex-shrink, flex-basis, opacity;
  transition-duration: 240ms;
}

.carousel .carousel-slide img,
.carousel .carousel-slide .carousel-image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: all 2s;
}

.carousel .carousel-slide .carousel-content {
  display: flex;
  width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 16px;
  color: #fff;
  transform: translateY(100%);
  backdrop-filter: blur(2px);
  transition: all 240ms;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  overflow-y: auto;
  z-index: 2;
}

.carousel .carousel-slide .carousel-content h2 {
  font-size: 1.5rem;
  margin: 0;
  transition: all 240ms;
}

.carousel .carousel-slide .carousel-content p {
  display: none;
  font-size: 0.75rem;
  margin-top: 1em;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 0;
  transform: translateY(101%);
  transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, margin;
  transition-duration: 240ms;
  transition-delay: 50ms;
}

.carousel .carousel-slide.loaded img,
.carousel .carousel-slide.loaded .carousel-image {
  opacity: 1;
}

.carousel .carousel-slide.loaded .carousel-content {
  transform: translateY(0%);
}

.carousel .carousel-slide.loaded .carousel-content h2 {
  font-size: 1.5rem;
}

.carousel .carousel-slide:hover .carousel-content {
  backdrop-filter: blur(15px);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.carousel:hover .carousel-slide:not(:hover):not(.active) {
  opacity: 0.5;
}

button.slider-nav {
  display: inline-flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

button.slider-nav svg {
  pointer-events: none;
}

button.slider-nav:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

button.prev {
  left: 0;
  transform: translate(-50%, calc(-50% - 13px));
}

button.next {
  right: 0;
  transform: translate(50%, calc(-50% - 13px));
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
  display: flex;
  width: 100%;
  align-items: center;
}

.slider-start button.prev {
  visibility: hidden !important;
  display: none;
}

.slider-end button.next {
  visibility: hidden !important;
}

.carousel-scrollbar {
  margin-top: 16px;
  padding: 4px 0;
}

.carousel-scrollbar .scrollbar-track {
  border-radius: 999px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}

.carousel-scrollbar .scrollbar-thumb {
  width: 20%;
  height: 100%;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  transition: transform 200ms, background-color 200ms, height 200ms;
}

.carousel-scrollbar .scrollbar-thumb::after {
  content: "";
  display: block;
  height: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.carousel-scrollbar .scrollbar-thumb:hover {
  height: 250%;
}

.carousel-scrollbar .scrollbar-thumb.dragging,
.carousel-scrollbar .scrollbar-thumb.dragging:hover {
  background-color: black;
  height: 400%;
}

.carousel-scrollbar .scrollbar-thumb.dragging::after {
  height: 24px;
}

.page-heading {
  position: relative;
  top: 60%;
  text-align: center;
  color: whitesmoke;
  font-size: 50px;
  width: 100%;
}

.custom-field1 {
  position: relative;
  font-size: 14px;
  border-top: 10px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  --field-padding: 12px;
  width: 100%;
}

.custom-field1 input,
.custom-field1 textarea {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: var(--field-padding);
  border-radius: 3px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.custom-field1 .placeholder1 {
  position: absolute;
  left: var(--field-padding);
  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #dadada;
  transition:
    top 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
}

.custom-field1 input.dirty+.placeholder1,
.custom-field1 input:focus+.placeholder1,
.custom-field1 input:not(:placeholder-shown)+.placeholder1,
.custom-field1 textarea.dirty+.placeholder1,
.custom-field1 textarea:focus+.placeholder1,
.custom-field1 textarea:not(:placeholder-shown)+.placeholder1 {
  top: -0px;
  font-size: 10px;
  color: #bb8739;
  background: black;
  width: auto
}

.custom-field1.one input,
.custom-field1.one textarea {
  background: none;
  border: 2px solid #bb8739;
  transition: border-color 0.3s ease;
  color: whitesmoke;
}

.custom-field1.one input+.placeholder1,
.custom-field1.one textarea+.placeholder1 {
  left: 8px;
  padding: 3px 5px;
}

.custom-field1.one input.dirty,
.custom-field1.one input:not(:placeholder-shown),
.custom-field1.one input:focus,
.custom-field1.one textarea.dirty,
.custom-field1.one textarea:not(:placeholder-shown),
.custom-field1.one textarea:focus {
  border-color: #bb8739;
  transition-delay: 0.1s
}

.custom-field1.one input.dirty+.placeholder1,
.custom-field1.one input:not(:placeholder-shown)+.placeholde1r,
.custom-field1.one input:focus+.placeholder1,
.custom-field1.one textarea.dirty+.placeholder1,
.custom-field1.one textarea:not(:placeholder-shown)+.placeholde1r,
.custom-field1.one textarea:focus+.placeholder1 {
  top: 0;
  font-size: 10px;
  color: #bb8739;
  background: black;
  width: auto
}

.mess-input {
  height: 150px;
}

.con-sub-btn {
  padding-top: 10px;
}

.con-sub-btn input {
  height: 47px;
}

.con-form {
  padding: 30px 10px;
}

.type-text-body {
  padding: 10px;
}

.blog-text {
  font-size: 14px;
  font-weight: 500;
  height: 75px;
}

.blog-img {
  height: 190px;
  overflow: hidden;
}

.blog-section-card {
  height: auto !important;
  box-shadow: 0px 0px 10px #8080807d;
}

.border-con {
  border: 1px solid #bb8739;
}

.mt-51 {
  margin-top: 3rem;
}

.footer-social {
  text-align: end;
}

.bg-t {
  background-color: transparent;
  border: none;
}

.bg-w {
  background-color: white;
}

.btn-com {
  background: transparent;
  color: white;
  font-size: 25px;
  opacity: 1;
  border-radius: 50%;
  padding-right: 0px !important;
  margin-right: -20px !important;
}

.btn-com:hover {
  color: white;
  opacity: 1;
}

.pd-col-none {
  padding: 0;
}

.contact-bg {
  height: 438px;
}

.contact-bg iframe {
  height: 100%;
}

.hedmenu1 {
  padding: 10px 60px;
  border-bottom: 1px solid #bb8739;
  background: black;
  position: fixed;
  z-index: 100;
}

.let-color {
  color: #bb8739;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
  padding: 7px 0 7px 0;
  border: 1px solid #8080803b;
}

.contact-info-box .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  position: relative;
  color: #bb8739;
  margin-bottom: 10px;
}

.contact-info-box p {
  margin-bottom: 0;
}

.main__card {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 1em rgb(0 0 0 / 26%);
}

.card__line {
  position: absolute;
  animation: 2s 2s linear infinite;
}

.card__line_left {
  animation-name: to-top;
  background: linear-gradient(to bottom, #bb8739, transparent);
  left: 0;
  bottom: -100%;
  width: 0.2em;
  height: 100%;
}

.card__line_right {
  animation-name: to-bottom;
  background: linear-gradient(to bottom, transparent, #bb8739);
  right: 0;
  top: -100%;
  width: 0.2em;
  height: 100%;
}

.card__line_top {
  animation-delay: 1.5s;
  animation-name: to-right;
  background: linear-gradient(to right, transparent, #bb8739);
  width: 100%;
  height: 0.2em;
  top: 0;
  left: -100%;
}

.card__line_bottom {
  animation-delay: 1.5s;
  animation-name: to-left;
  background: linear-gradient(to right, #bb8739, transparent);
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 0.2em;
}

.trending_card img {
  transform: scale(1);
  transition: .8s
}

.trending_card:hover img {
  transform: scale(1.2)
}

@keyframes to-top {
  to {
    bottom: 200%;
  }
}

@keyframes to-bottom {
  to {
    top: 200%;
  }
}

@keyframes to-left {
  to {
    right: 200%;
  }
}

@keyframes to-right {
  to {
    left: 200%;
  }
}

.mt-52 {
  margin-top: 1rem;
}

.blog-img1 {
  width: 100%;
  height: 500px;
}

.blog-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-img11 {
  width: 100%;
  height: 330px;
}

.blog-img11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  text-align: justify;
}

.blog-read-btn {
  text-align: end;
  color: blue;
  font-size: 13px;
}

.blog_post {
  background: #fff;
  margin-top: 75px;
  border-radius: 10px;
  box-shadow: 0px 0px 1rem rgb(0 0 0 / 8%);
  position: relative;
  border: 1px solid #8080802b;
}


.container_copy {
  padding: 1rem;
}

.img_pod {
  border: 5px solid #bb8739;
  height: 130px;
  width: 130px;
  z-index: 10;
  box-shadow: 0px 0px 1rem rgb(0 0 0 / 8%);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_pod img {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 100%;
  box-shadow: 0px 0px 1rem rgb(0 0 0 / 8%);
  z-index: 1;
  object-fit: cover;
}

.container_copy p {
  font-size: 14px;
  font-weight: 500;
  height: 75px;
  margin: 58px 0 0;
  font-size: 14px;
}

.btn_primary {
  border: none;
  outline: none;
  background: linear-gradient(90deg, #ff9966, #ff5e62);
  padding: 1.5rem 2rem;
  border-radius: 50px;
  color: white;
  font-size: 1.2rem;
  box-shadow: 1px 10px 2rem rgba(255, 94, 98, 0.5);
  transition: all 0.2s ease-in;
  text-decoration: none;
}

.btn_primary:hover {
  box-shadow: 0px 5px 1rem rgba(255, 94, 98, 0.5);
}

.text-just {
  text-align: justify;
}

.text-just a {
  color: blue;
}

.vid-banner-main {
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: relative;
}

.vid-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  background: black;
  width: 100%;
  height: 100vh;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center;
}

.blog-map {
  height: 380px;
}

.blog-d-h2 {
  font-size: 22px;
  color: #bb8739;
}

.blog-content a {
  color: blue;
}

.blog-c-img {
  width: 100%;
  height: 100px;
}

.blog-c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content p {
  margin-bottom: 0;
  color: black;
}

.text-jus {
  text-align: justify;
}

.vid-mob {
  display: none;
}

.hero-down {
  width: 100%;
  height: auto;
  background: #bb8739;
  text-align: center;
  color: white;
  padding: 5px 0;
}

.hero-down h1 {
  font-size: 20px;
  margin-bottom: 0;
}

.sector-lo {
  border: 1px solid #bb8739;
  padding: 10px;
  background: #bb8739;
  color: white;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px #bb873978;
}

.sector-lo p {
  margin-bottom: 0;
}

.fs-a {
  font-size: 22px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #bb8739;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 17px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #bb8739;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #bb8739;
  border: 1px solid #bb8739;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #bb8739;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  text-align: justify;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}

.accordion {
  --bs-accordion-border-color: none;
}

.accordion-content ul li {
  font-weight: 300;
}

.accordion-content ul li::marker {
  color: #bb8739;
}

.accordion-content a {
  color: blue;
}

.inner-title {
  font-size: 24px !important;
}

.accordion-title1 {
  font-size: 19px;
  color: #bb8739;
  padding: 0;
  text-align: justify;
}

.accordion-title2 {
  font-size: 19px;
  color: black;
  padding: 0;
  text-align: justify;
}

.accordion button .icon1 {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
}

.accordion button .icon1::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon1::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #bb8739;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  text-align: justify;
}

.mx-w {
  max-width: 800px;
}

.modal-img {
  height: 200px;
  background-image: url(../images/popup-image.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.let-color1 {
  color: whitesmoke;
  font-size: 24px;
}

.pop-btn-jus {
  justify-content: center;
}

.mess-input1 {
  height: 95px;
}

.modal-img img {
  height: 100%;
  object-fit: cover;
}

.bg-modal {
  background-color: black;
}

@media(max-width:3000px) {
  header .navigation {
    display: none;
  }

  header .hamburger {
    display: block;
  }
}

@media(max-width:1290px) {
  .vid-banner {
    object-fit: fill;
  }
}

@media(max-width:576px) {
  .blog-img11 {
    height: 95px;
  }

  .hero-down h1 {
    font-size: 13px;
  }

  .vid-mob {
    display: block;
  }

  .vid-desk {
    display: none;
  }

  .blog-c-img {
    height: 170px;
  }

  .ex-btn {
    font-size: 12px;
  }

  .widget-title {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .section-title .title {
    font-size: 24px;
  }

  .bg-b-t-c {
    font-size: 18px;
  }

  .ser-line {
    font-size: 12px;
  }

  .vid-banner-main {
    height: auto;
  }

  .hero-section {
    height: 350px;
  }

  .mob-pd-section {
    padding: 0;
  }

  .blog-img1 {
    height: 250px;
  }

  .hero-section-other {
    height: 58px;
  }

  .social-icon li {
    margin: 0 2px;
  }

  .let-color1 {
    font-size: 14px;
  }

  .copy-text {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-social {
    text-align: center;
  }

  .footer-area .widget {
    margin-bottom: 25px;
  }

  .section-title .sub-title {
    font-size: 15px;
  }

  .section-title .title {
    font-size: 15px;
  }

  .mt-51 {
    margin-top: 2rem;
  }

  header .logo {
    width: 16%;
  }

  .heading .blog-d-h1 {
    font-size: 24px;
    font-weight: bold;
  }

  .heading span {
    font-size: 24px;
    font-weight: bold;
  }

  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4,
  .heading h5,
  .heading h6 {
    font-size: 24px;
  }

  .blog-d-h2 {
    font-size: 19px;
  }

  header {
    padding: 10px 20px;
  }

  .hedmenu1 {
    padding: 10px 20px;
  }

  .underlne img {
    width: 65%;
  }
}

.accordion1 .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion1 .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #bb8739;
}

.accordion1 button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 17px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion1 button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #bb8739;
}

.accordion1 button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #bb8739;
  border: 1px solid #bb8739;
}

.accordion1 button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion1 button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion1 button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion1 button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion1 button[aria-expanded=true] {
  color: #bb8739;
}

.accordion1 button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion1 button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  text-align: justify;
}

.accordion1 .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion1 .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}

.accordion1 {
  --bs-accordion-border-color: none;
}