/* @import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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&family=Cinzel:wght@400..900&family=Outfit:wght@100..900&display=swap"); */
/* font-family: "Cinzel", serif; */
/* font-family: "Outfit", sans-serif; */
/* font-family: "Be Vietnam Pro", sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */



/* @font-face {
  font-family: 'Helvetica';
  src:url('../fonts/Helvetica.woff2') format('woff2'),
      url('../fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src:url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
      url('../fonts/Helvetica-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src:url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
      url('../fonts/Helvetica-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src:url('../fonts/Helvetica-Light.woff2') format('woff2'),
      url('../fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src:url('../fonts/Helvetica-Bold.woff2') format('woff2'),
      url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src:url('../fonts/Helvetica-LightOblique.woff2') format('woff2'),
      url('../fonts/Helvetica-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
} */


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

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.section-py{
  padding: 5rem 0 5rem 0 !important;
}
.text-vreal-gold {
  color: #000 !important;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
}
.text-vreal-gold i {
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

/* 0.1 header css start here */

.header-section {
  position: relative;
  padding: 0;
  /* background-image: url(https://images.pexels.com/photos/14950453/pexels-photo-14950453.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  padding: 0;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

  background-position: center center;
  background-attachment: fixed; */
}

.navbar-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(0 0 0 / 60%);
  padding: 0px 15px 0px 15px;
  border-radius: 100px;
  z-index: 9999;
  transition: all 0.6s ease;
  position: fixed;
  width: calc(100% - 70px);
  top: 15px;
  left: 35px;
  backdrop-filter: blur(10px);
}

.header-section.sticky .navbar-section {
  position: fixed;
  animation: slideDown 0.5s ease-out;
  background:rgb(0 0 0 / 60%);
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0 0 31px 31px;
  backdrop-filter: blur(10px);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.logo img {
  width: 100px;
  height: 22px;
  object-fit: contain;
}

.navbar-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.navbar-item {
  display: flex;
  gap: 40px;
}

.navbar-item .login-btn {
  padding: 10px 0;
}

/* .navbar-item .login-btn button {
  padding: 8px 30px;
  background: #aaa081;
  border: 0;
  border-radius: 31px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;

} */
.navbar-item .login-btn button i{margin-right: 5px;}

/* .navbar-item .login-btn button:hover {
  background: #aaa081;
} */

.navbar-item ul li {
  list-style: none;
  position: relative;
  padding: 16px 0;
}

.navbar-item ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.navbar-item ul li a i{
  margin-left: 4px;
  margin-right: 5px !important;
}
.navbar-item ul li a:hover {
  color: #fff;
}

/*Hero Slider*/
.hero-slider-section {
  position: relative;
  height: calc(100vh - 56px);
}
.hero-slider {
  height: 100%;
}
.hero-slider .owl-stage-outer {height: 100%;}
.hero-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.hero-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.hero-slider .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.hero-slider .owl-stage-outer .owl-stage .owl-item .item .hero-slide-list {
  height: 100%;
  position: relative;
}
.hero-slider .owl-stage-outer .owl-stage .owl-item .item .hero-slide-list::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0 0 0 / 40%);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slider .owl-stage-outer .owl-stage .owl-item .item .hero-slide-list img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-slider .owl-nav button.owl-prev {
  left: 15px;
}
.hero-slider .owl-nav button.owl-next {
  right: 15px;
}
.hero-slider .owl-nav button {
  background: #fff !important;
  border-radius: 100px !important;
  color: #000 !important;
  width: 50px;
  height: 50px;
  margin: 0px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.hero-slider .owl-nav button:hover{
  background: #000 !important;
  color: #fff !important;
}

.hero-banner-content {
  position: absolute;
  top:inherit;
  bottom: 30px;
  left: 0;
  transform: inherit;
  padding: 0 45px;
  width: 100%;
  text-align: left;
  margin-top: 50px;
  z-index: 1;
}
.inner-page-top-section .hero-banner-content {
  position: absolute;
  bottom: 35px;
  left: 0px;
  padding: 0 35px;
  width: 100%;
  text-align: left;
  margin-top: 80px;
  transform: inherit;
  top: inherit;
}
.hero-banner-content nav ol.breadcrumb.justify-content-center {
  justify-content: flex-start !important;
}
.inner-banners {
  position: relative;
  width: 100%;
  height: 500px;
}
.inner-banners::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.inner-banners img {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-banner-content h1 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #fff;


  margin-bottom: 15px;
  font-size: 35px;
}

.hero-banner-content p {
  width: 680px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.hero-banner-content button {
  padding: 11px 50.2px;
  color: #fff;
  background: #aaa081;
  border: 0;
  border-radius: 100px;
  font-size: 16px;
  display: block;
  margin: 30px auto 50px;
}

ul.subnav {
  display: block;
  gap: 0;
  position: absolute;
  top: 100%;
  left: -10px;
  align-items: baseline;
  gap: 15px;
  background:#1d1d1d;
  border-radius: 10px;
  padding: 8px;
  backdrop-filter: blur(5px);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(30px);
  pointer-events: none;
}

ul.subnav li {
  width: 100%;
  padding: 8px 10px;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  margin-bottom: 0px;
}

.navbar-item .subnav li a i{
  font-size: 12px;
}
.fs-10px{
  font-size: 10px;
}
.icon-input i{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #000;
}
.icon-input .form-control{
  padding: 20px 20px 20px 50px !important;
}


.navbar-item .subnav li a:hover {
  color: #fff;
}

.team-menu:hover ul.subnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: auto;
}
ul.subnav li:last-child {
  margin-bottom: 0;
}

.team-menu {
  padding: 10px 0px;
}

.solutions-inner-menu {
  position: absolute !important;
  right: -200px;
  max-width: 200px;
  width: 100%;
  background-color: #000;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(30px);
  pointer-events: none;
  border-radius: 10px;
  padding: 0px !important;
  display: block !important;
  margin-top: -35px !important;
}

.solution-menu:hover .solutions-inner-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: auto;
}

.parent-menu {
  position: absolute !important;
  right: -184px;
  max-width: 200px;
  width: 100%;
  background-color: #1d1d1d;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(30px);
  pointer-events: none;
  border-radius: 10px;
  padding: 8px !important;
  display: block !important;
  margin-top: -35px !important;
}

.education-menu:hover .parent-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: auto;
}

/* .education-menu {
  margin-bottom: 5px;
} */
.parent-menu li a {
  margin-bottom: 0px;
}

ul.subnav li:hover {
  background: #fff;
}
ul.subnav li:hover>a{
  color: #000 !important;
}
ul.subnav li:hover>a>i {
  transform: rotate(-90deg);
}

.navbar-item .subnav li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-item .subnav li a i {
  transition: all 0.4s ease-in-out;
  transform: rotate(0deg);
}

ul.sab-menu {
  position: absolute;
  top: 0;
  right: -70px;
}

/* 0.1 header css end here */

/* 0.2 welcome section start here */

.play-btn img {
  cursor: pointer;
}

.guided-tour-section {
  padding: 40px 0px;
  /* background:#f9f9f9; */
  background:#ffffff;
}
.guided-tour-section button.btn.btn-primary.btn-stone.rounded-pill{
  background: #000 !important;
  color: #fff !important;
}

.guided-tour-section button.btn.btn-primary.btn-white.rounded-pill {
  background: #fff !important;
  color: #000 !important;
}

.section-title {
  text-align: center;
  color: #2e3134;

}

.welcom-section {
  padding: 80px 0;
  background-image: url("../images/welcome-section-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-title img {
  padding-bottom: 30px;
}

.section-title p {
  font-size: 16px;
  color:#2e3134;
  font-weight: 400;
  margin: 0;
  padding: 0 0 12px 0;
}

.section-title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #2e3134;
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
}

.section-title h1::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 3px;
  background:#000;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.welcome-contain-img {
  height: 500px;
  width: 100%;
  border-radius: 6px;
}

.welcome-contain-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.welcome-section-contain {
  padding-left: 10%;
}

.welcome-section-contain h3 {
  margin-bottom: 30px;
  color: #2e3134;
  font-weight: 700;
  font-size: 36px;
}

.welcome-section-contain h3 span {
  color: #aaa081;
}

.welcome-section-contain p {
  color: #2e3134;
  font-size: 20px;
  margin: 0 0 22px 0;
  padding: 0;
  font-weight: 400;
}

.welcome-section-contain ul li {
  color: #2e3134;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}

/* 0.2 welcome section end here */

/* 0.3 guided tour section start here */

.tour-card {
  position: relative;
  margin: 20px 0 20px 0;
  cursor: pointer;
  overflow: hidden;
}

.tour-card-title {
  position: absolute;
  bottom: -82px;
  padding:15px;
  text-align: center;
  width: 100%;
  transition: bottom 0.5s ease;
  background: #fff;
  border-radius: 6px 6px 0 0;
  min-height: 164px;
  /* z-index: 1; */
}
.tour-card:hover .tour-card-title{
  bottom: 0;
}

/* .tour-card-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  // z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  opacity: 0.9;
  border-radius: 15px;
} */
.tour-card-img{
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.tour-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:6px 6px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.tour-card-title h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0px;
  color: #2e3134;
  word-break: break-word;
}

.tour-card-title p {
  color: #2e3134;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
/* .tour-card-title button {
  border: 0;
  background: #aaa081;
  border-radius: 100px;
  display: inline-block;
  padding: 6px 18px;
  font-weight: 500;

  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
} */
/* .guided-tour-cards [class*="col-"]:nth-child(even) .tour-card .tour-card-img{
  height: 200px;
}
 */

.guided-tour-section .view-all {
  margin: 0 auto;
  display: flex;
  padding: 15px 40px;
  background: #aaa081;
  color: #fff;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;

}



/* 0.3 guided tour section end here */

/* 0.4 exhibitions section start here */
.exhibition-section {
  padding: 80px 0;
}

.exhibition-card-details {
  margin-top: 30px;
}

.exhibition-card-img {
  width: 100%;
  height: 350px;
  border-radius: 6px;
}

.exhibition-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.exhibition-card-details h1 {

  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.exhibition-card-details p {
  text-align: center;
  margin: 0;
  padding: 10px 0 0 0 !important;
  color: rgb(33 37 41 / 50%);
}

/* 0.4 exhibitions section end here */

/* 0.5 Guided-section start here */
.Guided-section {
  background-image: url("../images/guided-tour-bg.png") !important;
}

.Guided-section button,
.view-more-btn {
  background: #aaa081;
  border: 0;
  padding: 0;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;

}

/* 0.5 Guided-section end here */

.Guided-section-cards {
  background: #dedede9c;
  padding-top: 40px;
  padding-bottom: 20px;

}

.guided-card-img {
  width: 180px;
  height: 200px;
  border-radius: 6px;
  flex: 0 0 180px;
}

.guided-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  filter: grayscale(1);
}

.guided-card-details {
  height: max-content;
  overflow: hidden;
}

/* .guided-card:hover.guided-card-details {
  height: 300px;
} */

.guided-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 0 15px 2px rgb(0 0 0 / 5%);
  margin-bottom: 20px;
  transition:0.5s ease;
}

.guided-card-details {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  /* background-color: #fff;
  border-radius:6px 6px 0px 0px ; */
  color: #fff;
  /* padding: 20px; */
  padding-right: 20px;
  transition: bottom 0.5s ease;
  box-sizing: border-box;
}
.guided-card-main-content .text-vreal-gold{
  margin: 0;
}

/* .guided-card:hover .guided-card-details {
  bottom: 0;
} */

.guided-card-main-content {
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guided-card:hover {
    background: #000000;
}

.guided-card:hover .guided-card-main-content p{
    color: #a5a5a5 !important;
}
.guided-card:hover .guided-card-main-content h2,
.guided-card:hover .guided-card-main-content a{
  color: #fff !important;
}


.guided-card-more-content {
  display: none;
}

.guided-card:hover .guided-card-more-content {
  display: block;
}

.guided-card-main-content span {
  font-size: 32px;
  font-weight: 700;
  color: #2e3134;
}

.guided-card-main-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0px;
  color: #2e3134;

}

.guided-card-details span,
.guided-card-details p {
  margin: 0;
}

.guided-card-main-content p {
  font-size: 16px;
  color: #2e3134;
  margin-top: 10px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 !important;
}

.guided-card-main-content button {
  border: 0;
  background: transparent;
  color: #aaa081;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 15px;
}
.guided-card-main-content .subscribe-social-links {
  gap: 10px;
  margin-top: 0;
}
.guided-card-main-content .subscribe-social-links .social-icon {
  width: 35px;
  height: 35px;
}
.guided-card-main-content .subscribe-social-links .social-icon i {
  font-size: 20px;
  color: #fff;
}
.guided-card:hover .guided-card-main-content .subscribe-social-links .social-icon{
  background: #fff;
}
.guided-card:hover .guided-card-main-content .subscribe-social-links .social-icon i{
  color: #000;
}

/* join community section css */

.join-community-section {
  background-color: #2e3134;
  background-image: url("../images/Community.png");
  padding: 40px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.join-community-section h1 {
  color: #aaa081;


  font-size: 35px;
  font-weight: 600;
  margin: 0;
  padding: 0px 0 20px 0;
}

section.join-community-section p {
  margin: 0;
  padding: 0 0 30px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.join-community-section a {
  background: #aaa081;
  border: 0;
  padding: 15px 40px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;

  text-decoration: none;
  display: inline-block;
}

.community-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.community-social-links .social-icon {
  width: 50px;
  height: 50px;
  background: #aaa081;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  cursor: pointer;
}

.social-icon i {
  font-size: 25px;
  color: #ffffff;
}

/* join community section css */

.footer-links-section {
  background: #1d1d1d;
  padding: 0px 0px 0 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-subscribe {
  height: 100%;
  padding-left: 20px;
  margin-top: 30px;
}

.about-us h1,
.footer-links h1,
.footer-subscribe h1 {
  color: #fff;
  font-weight: 600;
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 24px;
}

.about-us p {
  color: #2e3134;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 28px 0;
  padding: 0;
}

.footer-links-item ul {
  margin: 0;
  padding: 0;
}

.footer-links-item {
  display: flex;
  gap: 30px;
}

.footer-links-item ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 12px;
}

.footer-links-item ul li a {
  text-decoration: none;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.footer-links-item ul li a:before {
  content: '';
  background: #a5a5a5;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 6px;
  left: -12px;
}
.subscribe-input{
  position: relative;
}
.subscribe-input input {
  height: 50px;
  border-radius: 100px;
  background: #1d1d1d;
  padding: 6px 115px 6px 12px;
  width: 100%;
  color: #fff;
  border: 1px solid #ffffff;
}
.subscribe-input input::placeholder{
  color: #fff !important;
  opacity: 1;
}

.subscribe-input input:focus,
.subscribe-input input:focus-visible {
  outline: none;
}
.subscribe-input button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px 20px;
  background-color: #fff !important;
  color: #000;
  border: 1px solid #fff !important;
  font-weight: bold;
}
.subscribe-input button:hover{
  background-color: #000 !important;
  color: #fff !important;
}

/* .subscribe-input button {
  background:#212529;
  color: #aaa081;
  height: 45px;
  width: 100px;
  border: 0;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;

} */

/* .subscribe-input input {
  height: 45px;
  border: 1px solid;
  border-radius: 5px;
  background: rgb(255 255 255 / 20%);
} */

/* .subscribe-input button {
  background:#212529;
  color: #aaa081;
  height: 45px;
  width: 100px;
  border: 0;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;

} */

.subscribe-social-links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.subscribe-social-links .social-icon {
  width: 50px;
  height: 50px;
  background:#000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
.subscribe-social-links .social-icon a{
  line-height: 0;
}

.subscribe-social-links .social-icon i {
  color: #fff;
}
.subscribe-social-links .social-icon:hover{
  background: #fff;
}
.subscribe-social-links .social-icon:hover i{
  color: #000;
}

.copyright-text {
  text-align: center;
  padding: 20px 0px;
  background: #000;
  border-top: 0;
}

.copyright-text p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.toggle-bar {
  display: none;
}

.offcanvas-body {
  background-color: transparent;
  padding: 16px;
}

.offcanvas-body {
  border: unset;
  box-shadow: unset;
  border-color: unset;
}

.offcanvas {
  background-color: #1d1d1d !important;
  color: #fff !important;
  z-index: 9999;
}

.accordion-item {
  border: unset;
}

.offcanvas-header button {
  background-color: transparent;
  border: unset;
  margin-left: auto;
}

.offcanvas-header button i {
  font-size: 18px;
  color: #fff;
}

.offcanvas-header .logo img {
  width: 100px;
}

.footer-border-line {
  padding-left: 32px;
  padding-right: 32px;
}

/*Sidebar Menu*/
.offcanvas {
  max-width: 250px;
  height: 100vh;
}

.offcanvas-header {
  border-bottom: 1px solid #fff;
}

.sidebar-navigation {
  position: relative;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
  margin: 4px 0;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  background-color:#000;
  border-radius: 6px;
  color: #fff;
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul li {
  margin-left: 10px;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #fff;
  font-weight: 400;
  position: relative;
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color:#000;
  border-radius: 6px;
  color: #fff;
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li.selected>a em {
  transform: translateY(-50%) rotate(0deg);
}

.owl-nav button {
  background: #aaa081;
  border-radius: 100px;
  border: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
}

.owl-nav button.owl-prev {
  left: -25px;
}

.owl-nav button.owl-next {
  right: -25px;
}

.owl-nav button:hover {
  background: #ff7e79;
}

.owl-nav button:focus-visible {
  outline: none;
}

.tour-modal-info .modal-body::-webkit-scrollbar {
  display: none;
}

.tour-modal-info .modal-body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tour-modal-info .modal-header {
  border: 0;
  padding: 0;
}

.tour-modal-info .modal-header .btn-close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  color: #fff;
  opacity: 1;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  z-index: 9;
}

.tour-modal-info .modal-content {
  background: rgb(0 0 0 / 80%);
  border: 0;
  border-radius: 6px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 40px 10px rgb(255 255 255 / 20%);
}

.tour-modal-info .modal-body {
  padding: 25px;
}

.tour-user {
  text-align: center;
}

.tour-content-user {
  margin-bottom: 40px;
}

.tour-user-img {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  margin: 0 auto;
  border-radius: 100px;
  background: #aaa081;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tour-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.tour-user h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.tour-schedule {
  position: relative;
  color: #fff;
}

.tour-schedule-desc h2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.tour-schedule-desc p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #a5a5a5;
}

.excursions-date h4 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.excursions-box {
  border: 1px solid #212529;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(33 37 41 / 89%);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.excursions-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  /* border-bottom: 1px solid #666; */
  /* padding-bottom: 10px; */
  /* margin-bottom: 10px; */
  width: 100%;
}
.excursions-heading .excursions-heading-info-img {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 100px;
}

.excursions-heading .excursions-heading-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.excursions-heading-info h3{
  color: #fff;
  font-size: 16px;
  word-break: break-all;
}
.excursions-heading-info p {
  color: #dbd7d7;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.excursions-box .time-date-box {
  display: flex;
  align-items: center;
  margin: 15px 0;
  width: 100%;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px dashed #d7d7d7;
  justify-content: space-between;
}

.excursions-box svg {
  fill: #fff;
  display: block;
  width: 35px;
  height: 35px;
}

.excursions-box span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin:0;
}
.excursions-notes{
  margin-bottom: 0px;
}
.excursions-notes p{
  color: #fff;
  font-size: 14px;
}

.excursions-box span em {
  color: #aaa081;
}

.excursions-box button {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  color: #2e3134;
  border: 0;
  width: 100%;
}
.excursions-btns{
  width: 100%;
}

.shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.4)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  50% {
    left: 25%;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.excursions-box:hover .shine {
  display: block;
}
button#searchButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: normal;
}
.video-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 0;
  margin:0 !important;
  z-index: 1;
}

.video-main .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  background: transparent;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.video-main .fa-play {
  color: #000;
}

.video-main .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background:rgb(225 225 225 / 30%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.video-main .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-main .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-main .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lity-container {
  border: 2px solid #aaa081;
  border-radius: 6px;
  max-width: 1050px !important;
}

.lity-content {
  border-radius: 6px;
}

.lity-iframe-container {
  border-radius: 6px;
}

.lity-active body {
  overflow: hidden;
}

/* Testimonial Section*/
.inner-page-top-section {
  /* height: 55vh;
  background-image: url("../images/inner-bg-top.png");
  z-index: 1; */
  height: 497px;
  background-image: url("../images/inner-bg-top.png");
  z-index: 1;
  background-position: center;
  background-attachment: fixed;
}

.inner-page-top-section:after {
  content: "";
  background: rgb(0 0 0 / 69%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.breadcrumb-item a,
.breadcrumb-item {
  text-decoration: none;
  color: #fff;
  font-size: 12px;

  font-weight: 400;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "|");
  color: #fff;
}

.inner-heading-section {
  padding: 40px 0;
}

.inner-heading-section p {
  color: #2e3134;
  font-size: 18px;
  font-weight: 400;
}

.classroom-section {
  background: #fff;
  padding: 80px 0;
}

.classroom-box {
  background: #0b0b0b;
  padding: 50px;
  border-radius: 6px;
}

.classroom-box h2 {
  font-size: 26px;
  font-weight:600;

  color: #aaa081;

}

.classroom-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.classroom-box a {
  font-size: 14px;
  font-weight: 500;


  color: #aaa081;
  border: 1px solid #aaa081;
  border-radius: 100px;
  display: inline-block;
  padding: 15px 40px;
  text-align: center;
  width: auto;
  transition: 0.3s all;
}

.classroom-box a:hover {
  background: #aaa081;
  color: #2e3134;
}

.testimonial-slider {
  position: relative;
  background-image: url("../images/testimonial-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 80px 0;
  z-index: 0;
}

.testimonial-heading h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 100px;
  display: block;

  width: max-content;
  padding: 15px 40px;
  margin: 0 auto 50px;
}

.testimonial-slide {
  position: relative;
}

.testimonial-item {
  background: #fff;
  border-radius: 30px;
  padding: 24px;
  position: relative;
}

.testimonial-item .client-info {
  display: flex;
  align-items: center;
}

.testimonial-item .client-info span {
  width: 65px;
  flex: 0 0 65px;
  height: 65px;
  border-radius: 100px;
  margin-right: 15px;
}

.testimonial-item .client-info span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.testimonial-item .client-name {
  padding-left: 15px;
  border-left: 3px solid #000;
}

.testimonial-item .client-name h4 {
  font-size: 20px;
  font-weight: bold;

  color: #2e3134;
  margin: 0;
}

.testimonial-item .client-name h5 {
  color: #2e3134;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.testimonial-item .client-wrp {
  position: relative;
}

.testimonial-item .rating {
  margin-top: 12px;
}

.testimonial-item .rating i {
  margin-right: 6px;
  color: #ffc100;
}

.testimonial-item .rating i.empty {
  color: #b7b7b7;
}

.testimonial-item .client-desc {
  padding: 20px 24px 43px 0;
  position: relative;
  height: 145px;
}

.testimonial-item .quote img {
  width: auto;
}

.testimonial-item .quote.end {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.testimonial-item .client-desc p {
  color: #2e3134;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.testimonial-slide {
  padding: 0 100px;
}

.testimonial-slide .owl-nav button {
  background: #fff;
  color: #2e3134;
  width: 60px;
  height: 60px;
  margin-top: 0px;
}

.testimonial-slide .owl-nav button i {
  font-size: 28px;
}

.testimonial-slide .owl-nav button.owl-prev {
  left: 0px;
}

.testimonial-slide .owl-nav button.owl-next {
  right: 0px;
}

.testimonial-slide .owl-nav button.disabled {
  opacity: 0.7;
}

.education-box {
  position: relative;
  background: url("../images/education-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 120px 0;
  z-index: 0;
  text-align: center;
}

.education-box::after {
  content: "";
  background: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(4px);
}

.education-box strong {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 31px;
  display: block;
}

.education-box p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 50px;
  display: block;
}

.education-box p:last-child {
  margin-bottom: 0;
}

.solution {
  padding: 40px 0;
}

.solution h2 {
  font-size: 40px;
  font-weight: bold;

  color: #2e3134;
  margin-bottom: 30px;
}

.solution p {
  color: #2e3134;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}

.solution h4 {
  color: #2e3134;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.solution p:last-child {
  margin-bottom: 0;
}

.museums-accordian {
  position: relative;
  padding: 40px 0;
  background: #f9f9f9;
}

.museums-accordian h3 {
  font-size: 30px;
  font-weight: bold;
  color: #2e3134;
  margin-bottom: 40px;
  text-align: center;
}

.accordion-item {
  margin-bottom: 25px;
}

.accordion-item:last-child {
  margin-bottom: 0px;
}

.accordion-button {
  font-size: 24px;
  font-weight: bold;

  color: #fff;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background: #aaa081;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body p {
  color: #2e3134;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  display: block;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
}

.contact-us {
  position: relative;
  padding: 0 0 80px 0;
}

.contact-info p {
  color: #2e3134;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.contact-info ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 30px;
}

.contact-info ul li {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.contact-info ul li span {
  width: 45px;
  flex: 0 0 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: #1d1d1d;
  padding: 10px;
}
.contact-info ul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}

.contact-info ul .contact-detail a {
  color: #2e3134;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.contact-info ul .contact-detail p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2;
}

.contact-field .contact-group {
  margin-bottom: 15px;
}

.contact-field .contact-group select,
.contact-field .contact-group input,
.contact-field .contact-group textarea {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 19px 20px;
  border: 1px solid #000;
}

.contact-field .contact-group select:focus,
.contact-field .contact-group input:focus,
.contact-field .contact-group textarea:focus,
.contact-field .contact-group select:focus-visible,
.contact-field .contact-group input:focus-visible,
.contact-field .contact-group textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.contact-field .contact-group.phone {
  display: flex;
  gap: 20px;
}

.contact-field .contact-group.phone input:first-child {
  width: 85px;
  flex: 0 0 85px;
  padding: 0;
  text-align: center;
}

.contact-field .contact-group.phone input[type="number"]::-webkit-outer-spin-button,
.contact-field .contact-group.phone input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-field .contact-group.phone input[type="number"] {
  -moz-appearance: textfield;
}

.contact-field button {
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;

  margin: 0;
  padding: 15px 40px;
  border: 0;
  margin-top: 20px;
}

/* blog page css */

.articles-card {
  margin-bottom: 50px;
  cursor: pointer;
}
.articles-card-img {
  width: 100%;
  height: 236px;
}
.articles-card-img a {
  width: 100%;
  height: 100%;
  display: block;
}

.articles-card:hover .articles-card-details h1 {
  border-bottom: 1px solid #000;
}
.articles-card:hover .articles-card-details a {
  color: #1d1d1d;
}
.articles-card-details h1 {
  color: #2e3134;
  font-size: 18px;

  font-weight: 700;
  margin: 0;
  padding: 24px 0 0 0;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  transition: 0.5s ease-in-out;
}
.articles-card-desc {
  margin: 15px 0;
  height: 100px;
}
.articles-card-details p {
  font-size: 16px;
  color: #2e3134;
  font-weight: 400;
  margin: 0;
}
.articles-card-details a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-weight: 700;

  transition: 0.5s ease-in-out;
}

.articles-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* blog page css end */


/* blog details page css start */

.artical-post-section {
  padding: 40px 0 40px 0;
  position: relative;
}
.artical-post-section img{
  width: 100%;
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
}
.artical-category.recent-post-box img{
  width: auto;
  height: auto;
  border-radius: 0;
}
.artical-category.recent-post-box .post-link-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#searchLink img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.post-recent-list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.artical-page-img {
  width: 100%;
  height: 360px;
  border-radius: 10px;
}
.artical-page-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.artical-date-comment-box {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 30px 0px;
}

.artical-date span,
.artical-comment span {
  font-size: 16px;
  color: #2e3134;
  font-weight: 500;
}

.artical-date,
.artical-comment {
  display: flex;
  align-items: center;
  gap: 10px;
}

.artical-post-contain h1 {
  margin: 0;
  padding: 0;

  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  color: #2e3134;
}

.artical-post-contain p {
  color: #000;
  font-size: 112.5%;
  line-height: 1.56;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.artical-sub-post h1 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.pl-50{
  padding-left: 50px;
}
.artical-post-contain h2 {
  font-size: 1.67rem;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1.27;
  color: #000;
}

.artical-sub-post {
  margin: 15px 0px;
}


.artical-search {
  border: 1px solid rgb(33 37 41 / 15%);
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.artical-search input {
  width: 100%;
  border: transparent;
  padding: 14px 0 15px 20px;
  border-radius: 10px;
}

.artical-search img {
  position: absolute;
  right: 13px;
  top: 15px;
}

.artical-category {
  border: 1px solid rgb(33 37 41 / 15%);
  position: relative;
  border-radius: 10px;
  padding: 20px;
}

.artical-category h1 {
  color: #2e3134;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: bold;

  border-bottom: 2px solid #AAA081;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.artical-category-list ul {
  margin: 0;
  padding: 0;
}

.artical-category-list ul li {
  list-style: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
}

.artical-category-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.artical-category-list ul li a span {
  color: #2e3134;
  font-size: 18px;
  font-weight: 500;
}

.artical-category-list ul li:last-child {
  border-bottom: none;
}

.internal-detail-section {
  position: relative;
}

.internal-detail-section .internal-list {
  margin-bottom: 40px;
  position: relative;
}

.internal-detail-section .internal-list h2 {
  font-size: 1.67rem;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 1.27;
  color: #000;
}

.internal-detail-section .internal-list h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  border-left: 4px solid #1d1d1d;
  padding-left: 20px;
  margin-bottom: 5px;
}

.internal-detail-section .internal-list p {
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.56;
  margin: 0;
  font-weight: 400;
}
.internal-detail-section .internal-list ul {
  padding: 0;
  margin: 0;
  list-style-type: circle;
  padding-left: 45px;
}
.internal-detail-section .internal-list a {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}
.internal-detail-section .internal-list h4 {
  font-size: 20px;
}

.post-link {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  flex-direction: column;
}

.post-link-img {
  width: 89px;
  height: 89px;
}

.post-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.post-link-details span {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  color: #2e3134;
  font-weight: 600;
  margin-bottom: 3px;
}

.post-link-details p {
  font-size: 14px;
  font-weight: bold;
  color: #2e3134;

  margin: 0;
  padding: 0;
}

.recent-post-box {
  margin-top: 20px;
}

.team-member-content {
  background: #2A2A2A;
  padding: 60px 0px;
}

.member-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-card {
  border: 17px solid #fff;
  height: 513px;
}

.team-member-box h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0 0 40px 0;
}

.second-team-box {
  padding: 60px 0px !important;
  margin-top: 40px;
}

.author-details {
  background: #fff;
  text-align: center;
}

.author-details p {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
}

.author-details p+p {
  padding: 0 0 18px 0;
}

/* blog details page end start */


/* model css */
.soundproofing-model .modal-dialog {
  max-width: 479px;
}

.soundproofing-model .modal-content,
.congratulations-model .modal-content {
  background: rgb(0 0 0 / 80%);
  border: 0;
  border-radius: 6px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 40px 10px rgb(255 255 255 / 20%);
}

.soundproofing-model .modal-content .modal-body,
.congratulations-model .modal-content .modal-body {
  text-align: center;
  padding: 40px;
}

.soundproofing-model .modal-body-content p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;

}

.soundproofing-model .modal-body-content {
  padding: 15px 0 20px 0;
}

.soundproofing-model article {
  position: relative;
  width: 172px;
  height: 29px;
  float: left;
  border: 1px solid #aaa081;
  box-sizing: border-box;
  border-radius: 50px;
}

.soundproofing-model article div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: 0.5s ease;
}

.soundproofing-model article input {
  position: absolute;
  top: 0;
  left: 0;
  width: 172px;
  height: 29px;
  opacity: 0;
  cursor: pointer;
}

.soundproofing-model input[type="checkbox"]:checked ~ div {
  background-color: #aaa081;
  border-radius: 50px;
  color: #0f0f0f;
}

.soundproofing-model input[type="checkbox"]:checked ~ div span {
  color: #0f0f0f !important;
}

.soundproofing-model .upgrade-btn {
  display: block;
  margin: 30px auto;
  width: 200px;
  padding: 10px 20px;
  border: 2px solid #50bcf2;
  border-radius: 50px;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.soundproofing-model .upgrade-btn:hover {
  background-color: #50bcf2;
}

.soundproofing-model .blue-color {
  color: #50bcf2;
}

.soundproofing-model .gray-color {
  color: #555;
}

.soundproofing-model section.app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.soundproofing-model article div span {
  color: #aaa081;
  font-size: 14px;
  font-weight: bold;

}
.soundproofing-model .submit-btn,
.congratulations-model .submit-btn {
  text-align: center;
  margin-top: 40px;
}
.soundproofing-model .submit-btn button,
.congratulations-model .submit-btn button {
  font-weight: bold;
}

.soundproofing-model .modal-body img {
  border-radius: 10px;
  width: 100%;
}

.soundproofing-model .modal-footer {
  border: 0;
}

.congratulations-model .modal-body-content p {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.congratulations-model .modal-body-content p + p {
  color: #aaa081 !important;
  font-size: 16px;
  font-weight: 500;
}

.subscribe-modal .modal-body-content p {
  color: #ffffff !important;
  font-size: 18px;
  font-weight:600;
  margin: 0;
}

.coupen-code-form p {
  margin: 0 0 30px 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
}
.congratulations-model .contact-field .contact-group input {
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 8px 20px;
  border: 1px solid #fff;
  text-align: center;
}
.congratulations-model .contact-field .contact-group input::placeholder {
  color: #fff;
}
.congratulations-model .contact-group.checkbox {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.congratulations-model .contact-group.checkbox input {
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 0;
}
.congratulations-model .contact-group.checkbox label {
  color: #fff;
}
.subscribe-modal .contact-group input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.subscribe-modal .contact-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;

}
.subscribe-modal .contact-group label a{
  margin-left: 5px;
  color: #fff;
  text-decoration: underline;
}
.subscribe-modal .contact-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.subscribe-modal .contact-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.testimonial-modal .testimonial-item{
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  color: #fff;
}
.testimonial-modal .testimonial-item .quote img {
  filter: invert(1);
}

/* model css */
.great-admin {
  display: flex;
  align-items: center;
  gap: 20px;
}

.join-community-white-section {
  background: #fff;
  padding: 60px 0;
  background-image: none;
}
section.join-community-section.join-community-white-section h1 {
  color: #2e3134;


  font-size: 35px;
  font-weight: 600;
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
}
section.join-community-section.join-community-white-section h1::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 3px;
  background: rgb(255 126 121 / 49%);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
section.join-community-section.join-community-white-section p{
  color: #2e3134;
}

.reasons-sites{
  position: relative;
}
.reasons-sites [class*="col-"]{
  margin-bottom: 24px;
}
.reasons-sites-box {
  padding: 24px;
  border: 1px solid rgb(173 160 131);
  margin-bottom: 24px;
  border-radius: 6px;
  background: #fff;
  height: 100%;
}
.reasons-sites-box span {
  margin-bottom: 30px;
  -webkit-text-stroke: 2px #ada083;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.reasons-sites-box h5 {
  border-bottom: 1px solid rgb(173 160 131);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #2e3134;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #ffffff, #ada083, #ffffff);
}
.reasons-sites-box p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #2e3134;
  margin: 0;
  text-align: left;
}
.btn-stone{
  background-color: #fff !important;
  border: 0 !important;
  color: #000 !important;
}

.btn-stone-outline{
  border:1px solid #fff !important;
  color: #000 !important;
  background-color: #fff !important;
}
.btn-stone-outline:hover{
  border:1px solid #fff !important;
  color: #000 !important;
  background-color: #fff !important;
}
.btn-stone-dark{
  background-color:#212529 !important;
  border: 0 !important;
  color: #aaa081 !important;
}
.btn:focus-visible,
.btn:focus{
  box-shadow: none;
  outline: none;
}

/*Language Translate*/
.gt_float_switcher {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 8px 10px !important;
}
.gt_float_switcher img {
  width: 20px !important;
}

/*Google Login*/
.google-login button {
  margin: 0 !important;
  width: 100%;
  background: #fff;
  color: #202529;
  border: 1px solid #dbdbdb;
}
.google-login button img {
  margin-right: 10px;
}
.or span {
  background: #fffbf7;
  padding: 6px 12px;
  color: #000;
}
.or:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(to left, #ffffff, #000, #ffffff);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.tab-btns a{
  border: 1px solid #1d1d1d !important;
}
.tab-btns a:hover{
  border: 1px solid #1d1d1d !important;
}
.tab-btns a.active{
  background: #1d1d1d !important;
  color: #fff !important;
}

/*Hero Slider Section Start*/
.banner__slider {
  position: relative;
}
@media (min-width: 992px) {
  .slider, .slide {
    height: 100vh;
  }
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 1.3;
}
.slide .slide__content--headings .top-title{
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
}


.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slide:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0 0 0 / 40%);
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Image zoom */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}
.slick-slide{
  line-height: 0;
}
.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
/*Hero Slider Section End*/

.modal {
  z-index: 9999;
}

.phone-dropdown {
  position: relative;
}
.phone-dropdown .iti__country-container button {
  border-right: 1px solid #000;
  background: transparent;
  margin: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0;
}
.iti--allow-dropdown{
  width: 100%;
}
.iti__tel-input{
  width: 100%;
  padding: 19px 20px 19px 90px !important;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{
  background-color: transparent;
}
.search-filter-section{
  padding: 15px 0;
}
.search-filter-section .filter-group {
  width: 240px;
  margin-left: auto;
}
.search-filter-section .contact-group {
  position: relative;
  display: flex;
  align-items: center;
}
.search-filter-section .contact-group i {
  position: absolute;
  top: 13px;
  left: 15px;
}
.search-filter-section .contact-group input {
  border-radius: 100px;
  padding: 8px 100px 8px 44px;
}
.search-filter-section .contact-group button {
  background: #000 !important;
  border: 0 !important;
  border-radius: 100px;
  padding: 11px 20px;
  height: auto;
  position: absolute;
  top: 0;
  right: 1px;
}
.event-ended{
  padding: 80px 0!important;
}
.search-filter-section .filter-group select {
  border-radius: 100px;
}
.event-ended .artical-sub-post a{
  background: #000 !important;
  color: #fff !important;
  margin-top: 20px;
  display: block;
}
.event-ended .artical-post{
  padding: 20px !important;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 11px 20px 0px rgb(0 0 0 / 15%);
  border: 1px solid #ccc;
}
.laptop-video {
  position: relative;
  padding: 40px 0;
  background: #dedede9c;
}

.laptop-video .video-info {
  position: relative;
}

.laptop-video .video-info p {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  border-left: 4px solid #1d1d1d;
  padding-left: 20px;
}
.video-info.text-end p {
  border-right: 4px solid #1d1d1d;
  padding-right: 20px;
  border-left: 0;
  padding-left: 0;
}
.laptop-box {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 500px;
  height: 300px;
}
.laptop-box-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.laptop-box-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.laptop-box-img .video-box {
  width: 401px;
  height: 259px;
  position: absolute;
  top: 11px;
  left: 49px;
  background: #000;
  border-radius: 2px;
}
.laptop-box-img .video-box iframe {
  border: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 2px;
}
.team-page {
  position: relative;
  background: #dedede9c;
  padding: 40px 0;
}

.team-page .tema-list {
  background: #fff;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  transition: 0.5s ease;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.team-page .tema-list a {
  width: 48px;
  flex: 0 0 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #ebebeb;
  color: #000;
  transition: 0.5s ease;
}

.team-page .tema-list a i {
  font-size: 24px;
}
.team-page .tema-list div {
  width: 100%;
  text-align: center;
  position: relative;
}
.team-page .tema-list strong {
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
  font-size: 16px;
  transition: 0.5s ease;
}
.team-page .tema-list span {
  display: block;
  position: relative;
  font-size: 16px;
  margin-top: 10px;
  transition: 0.5s ease;
}
.team-page .tema-list em {
  position: relative;
  font-style: normal;
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(to left, #ffffff, #000, #ffffff);
  opacity: 0.6;
}
.tema-list:hover,
.tema-list:hover a{
  border: 1px solid #000;
}
.tema-list:hover a{
  color: #1d1d1d;
}

/*Checkout Page Start*/
.api-checkout-page{
  position: relative;
}
.api-checkout-box {
  background: #212529;
  position: relative;
  padding: 20px 20px;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}
.api-checkout-box .client-logo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 300px;
  margin: 0px auto 20px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.api-checkout-box .client-logo .logo-section {
  width: 100px;
  height: 100px;
}
.api-checkout-box .client-logo .logo-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.api-checkout-box .client-logo:after {
  content: '';
  background: #fff;
  width: 1px;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.api-checkout-box .bill-purchase .form-group input{
  border-radius: 100px;
  color: #fff;

}
.api-checkout-box .bill-purchase .form-group input::placeholder{
  color: #fff;
  opacity: 0.5 !important;
}
.api-checkout-box .description{
  display: block;
  margin: 0 0 10px 0;
  /* text-align: center; */
}
.api-checkout-box .description p{
margin-bottom: 0;
}
.api-checkout-box .payment-table{
  width: 100%;
  max-width: 400px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.api-checkout-box .payment-table table{
  border: 0;
  margin: 0;

}
.api-checkout-box .payment-table th,
.api-checkout-box .payment-table td{
  color: #fff;
  background: #212529;
  box-shadow: none;
}
.api-checkout-box .payment-table td p,
.api-checkout-box .payment-table th p{
  margin: 0;
}
.api-checkout-box .payment-table tbody tr:first-child th{
  border-top-left-radius: 10px;
}
.api-checkout-box .payment-table tbody tr:first-child td{
  border-top-right-radius: 10px;
}
.api-checkout-box .payment-table tbody tr:last-child th{
  border-bottom-left-radius: 10px;
  border: 0;
}
.api-checkout-box .payment-table tbody tr:last-child td{
  border-bottom-right-radius: 10px;
  border: 0;
}
.api-checkout-box .bill-purchase .form-group p {
  color: #ff5467;
}
.api-payment-modal .modal-content{
  background: rgb(0 0 0 / 80%);
  border: 0;
  border-radius: 6px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 40px 10px rgb(255 255 255 / 20%);
}
.api-payment-modal .modal-content .form-control{
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 8px 20px;
  border: 1px solid #fff;
}
.thank-you-heading i {
  font-size: 50px;
}
/*Checkout Page End*/

.forgot-password-link {
  text-decoration-line: underline;
  color: #000;
  font-weight: bold;
  text-align: right;
  display: block;
}

/*Responsive*/
@media (max-width: 1199px) {
  .navbar-item ul {
    gap: 15px;
  }

  .join-community-section h1 {
    font-size: 30px;
    padding: 20px 0 20px 0;
  }

  .welcom-section,
  .guided-tour-section,
  .exhibition-section,
  .Guided-section-cards,
  .join-community-section,
  .inner-heading-section,
  .testimonial-slider,
  .classroom-section,
  .solution,
  .museums-accordian {
    padding: 30px 0;
  }

  .contact-us {
    position: relative;
    padding: 0 0 30px 0;
  }

  .section-title h1,
  .section-title h1 {
    font-size: 40px;
  }

  .education-box {
    padding: 70px 0;
  }

  .about-us h1,
  .footer-links h1,
  .footer-subscribe h1 {
    font-size: 28px;
  }

  .social-icon i {
    font-size: 20px;
  }

  .welcome-section-contain {
    padding-left: 5%;
  }

  /* .guided-card-details {
    bottom: -150px;
  } */

  .classroom-box a {
    font-size: 22px;
    padding: 12px 18px;
  }

  .post-link-details p {
    font-size: 12px;
  }

  .inner-heading-section p {
    font-size: 20px;
  }

  .team-member-box h1 {
    font-size: 40px;
    padding: 0 0 20px 0;
  }

  .member-card {
    border: 17px solid #fff;
    height: 400px;
  }

  .author-details p {
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0em;
  }
  .articles-card-desc {
    height: 120px;
}
.great-admin {
  gap: 15px;
}
.great-admin .login-btn button {
  padding: 8px 14px;
}
.great-admin .login-btn button i{
  margin-right: 5px !important;
}
.tour-card-title p{
  -webkit-line-clamp: 1;
}
.tour-card-title button{
  display: none;
}
.tour-card-title{
  bottom: -12px;
  min-height: auto;
}
.tour-card:hover .tour-card-title {
  bottom: -12px;
}
.tour-card-title h1 {
  margin: 0 !important;
}
.laptop-box {
  width: 456px;
  height: 278px;
}
.laptop-box-img .video-box {
  width: 370px;
  height: 241px;
  top: 10px;
  left: 43px;
}
}

@media (max-width: 991px) {
  .header-section {background-attachment: inherit;}
  .header-section.sticky .navbar-section {
    border-radius: 0 0 30px 30px;
  }
  .toggle-bar {
    display: block;
    background-color: transparent;
    border: unset;
  }

  .toggle-bar img {
    width: 25px;
    height: 25px;
  }

  .navbar-item {
    display: none;
  }

  .footer-subscribe {
    margin-top: 25px;
  }
  .section-title h1,
  .section-title h1 {
    font-size: 26px;
  }

  .welcome-section-contain h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .welcome-section-contain p {
    font-size: 16px;
    margin-top: 0;
  }



  .navbar-section {
    padding: 15px 15px;
    width: calc(100% - 40px);
    top: 10px;
    left: 20px;
  }

  .exhibition-card-details {
    margin-bottom: 30px;
  }

  .footer-logo {
    border-right: 0px;
    margin-top: 20px;
    justify-content: center;
    padding-bottom: 30px;
  }

  .footer-border-line {
    border-left: 0;
    padding-left: 12px;
  }

  .guided-card-img {
    height: 120px;
    width: 100px;
    flex: 0 0 100px;
  }

  /* .guided-card-details {
    padding: 10px;
  } */

  .guided-card-main-content {
    margin-bottom: 0;
  }

  .guided-card-main-content span {
    font-size: 26px;
  }

  .guided-card-main-content h2 {
    font-size: 18px;
  }

  .guided-card-main-content p {
    font-size: 14px;
  }

  /* .guided-card-details {
    bottom: -88px;
  } */

  .solution h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .solution p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .classroom-box a {
    font-size: 16px;
    padding: 12px 10px;
  }

  .contact-info ul li span {
    width: 44px;
    flex: 0 0 44px;
    height: 44px;
    margin-right: 20px;
  }

  .contact-info ul .contact-detail a {
    font-size: 24px;
  }

  .contact-info ul .contact-detail p {
    font-size: 16px;
  }

  .post-link .row {
    width: 100%;
  }

  .post-link-img {
    width: 70px;
    height: 70px;
  }

  .artical-category h1 {
    margin-bottom: 20px;
  }

  .member-card {
    border: 16px solid #fff;
    height: 400px;
  }
  .login-btn{
    padding: 6px 12px !important;
    background: #fff !important;
    border: 0;
    border-radius: 31px !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500 !important;
    margin-top: 20px;
  }
  .login-btn i.me-3,
  .sidebar-navigation ul li a i.me-3{margin-right: 5px !important;}
  .tour-card-title h1 {font-size: 14px;}
  .tour-card-title p{
    font-size: 12px;
  }
  .guided-card {
    height: 100%;
  }
  .Guided-section-cards [class*="col-"]{
    margin-bottom: 20px;
  }
  .hero-banner-content h1 {
    font-size: 26px;
  }
  .guided-card-details {height: 100%;}
  .tour-card-title{
    padding: 10px;
  }
  .tour-card-title{
    bottom: -7px;
  }
  .tour-card:hover .tour-card-title {
    bottom: -7px;
  }
  .slide .slide__img {
    height: 70vh;
  }
  .laptop-video .video-info p {
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 15px;
}
.video-info.text-end p {
  padding-right: 15px;
  padding-left: 0;
}
.laptop-box {
  width: 336px;
  height: 205px;
}
.laptop-box-img .video-box {
  width: 274px;
  height: 178px;
  top: 7px;
  left: 31px;
}
}

@media (max-width: 767px) {
  .search-filter-section .filter-group {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
  .pl-50 {
    padding-left: 0;
}
.internal-detail-section .internal-list {
  margin-bottom: 20px;
}
.artical-post .mt-5,
.internal-detail-section.mt-5 {
  margin-top: 0 !important;
}
  .hero-banner-content p {
    width: auto;
  }

  .section-title h1,
  .section-title h1 {
    font-size: 25px;
  }

  .section-title h1 {
    margin: 0 0 40px 0;
  }
  section.join-community-section h1 {
    font-size: 25px;
  }

  .subscribe-social-links {
    margin-bottom: 20px;
  }

  .footer-subscribe {
    padding-left: 0px;
  }

  .welcome-contain-img {
    height: auto;
  }

  .welcome-section-contain {
    padding-left: 0;
    padding-top: 5%;
  }

  .guided-card {
    height: auto;
  }


  .footer-border-line {
    border-left: 0;
    border-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* .guided-card-details {
    bottom: -70px;
  } */

  .classroom-box a {
    margin-top: 15px;
    width: 100%;
  }

  .post-link-img {
    width: 50px;
    height: 50px;
  }

  .post-link-details span img {
    width: 15px;
    height: 15px;
  }

  .post-link-details span {
    gap: 5px;
  }

  .artical-post-contain h1 {
    font-size: 25px;
  }

  .artical-post-contain p {
    font-size: 14px;
  }

  .artical-sub-post h1 {
    font-size: 16px;
  }

  .member-card {
    border: 8px solid #fff;
    height: 330px;
  }

  .team-member-content {
    padding: 40px 0px;
  }

  .team-member-content {
    background: #2A2A2A;
    padding: 40px 0px;
  }
  .Guided-section-cards [class*="col-"] {
    margin-bottom: 0;
}
.guided-card-main-content .subscribe-social-links .social-icon {
  width: 28px;
  height: 28px;
}
.guided-card-main-content .subscribe-social-links .social-icon i {
  font-size: 16px;
}
.Guided-section-cards [class*="col-"]:last-child .guided-card{
  margin-bottom: 0;
}
.guided-card-main-content .text-vreal-gold{
  margin-top: 15px;
}
.guided-card-main-content .subscribe-social-links{
  margin-bottom: 0;
  margin-top: 15px;
}
.tour-card-title{
  bottom: -5px;
}
.tour-card:hover .tour-card-title {
  bottom: -5px;
}
.tour-card-title h1 {
  font-size: 16px;
}
.tour-card-title p {
  font-size: 14px;
}
.laptop-video .video-info.text-end {
  text-align: center !important;
}
.laptop-video .video-info.text-end p {
  padding-right: 0;
  padding-left: 0;
  border-right: 0;
  border-left: 0;
}
.laptop-box {
  margin: 30px auto;
}
.laptop-video .video-info p:last-child {
  margin-bottom: 0;
}
.laptop-video .video-info{
  text-align: center;
}
.laptop-video .video-info p{
  border: 0 !important;
  padding: 0;
}
.laptop-video .video-info p br{
  display: none;
}
.api-checkout-box {
  max-width: 100%;
}
}

@media (max-width: 575px) {

  .about-us h1,
  .footer-links h1,
  .footer-subscribe h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .offcanvas {
    max-width: 75%;
  }

  /* .logo img {
    width: 140px;
    height: 25px;
  } */

  .owl-nav button {
    width: 36px;
    height: 36px;
    margin-top: -70px;
  }

  .owl-nav button.owl-prev {
    left: -10px;
  }

  .owl-nav button.owl-next {
    right: -10px;
  }

  .welcom-section,
  .guided-tour-section,
  .exhibition-section,
  .Guided-section-cards,
  .join-community-section,
  .inner-heading-section,
  .testimonial-slider,
  .classroom-section,
  .education-box,
  .solution,
  .museums-accordian {
    padding: 30px 0;
  }

  .section-title img {
    padding-bottom: 15px;
  }

  .section-title h1,
  .section-title h1 {
    font-size: 20px;
  }

  .section-title h1::after {
    bottom: -10px;
  }

  .section-title h1 {
    margin: 0 0 30px 0;
  }

  .view-more-btn {
    margin-left: 0;
    width: 100%;
  }

  .section-title p {
    font-size: 14px;
    padding: 0 0 10px 0;
  }

  .tour-card {
    margin-bottom: 15px;
  }



  .tour-card-title p {
    font-size: 12px;
    line-height: 22px;
  }



  .guided-tour-section .view-all {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .exhibition-card-details h1 {
    font-size: 18px;
  }

  .exhibition-card-details p {
    font-size: 14px;
    padding: 5px 0 0 0 !important;
  }

  .exhibition-card-details {
    margin: 15px 0px;
  }

  section.join-community-section h1 {
    font-size: 20px;
    padding: 15px 0 15px 0;
  }

  section.join-community-section p {
    padding: 0 0 15px 0;
    font-size: 14px;
  }
  section.join-community-section.join-community-white-section h1 {
    font-size: 20px;
  }

  .guided-card-main-content {
    margin-bottom: 0;
  }

  /* .guided-card-details {
    padding: 15px;
  } */

  .guided-card-main-content span {
    font-size: 24px;
  }

  .guided-card-main-content h2 {
    font-size: 16px;
    margin-top: 0;
  }

  .guided-card-main-content p {
    font-size: 14px;
    margin-top: 0;
  }

  .community-social-links .social-icon,
  .subscribe-social-links .social-icon {
    width: 40px;
    height: 40px;
  }

  .footer-logo {
    margin-top: 30px;
  }

  .about-us p {
    font-size: 14px;
    margin: 0 0 15px 0;
  }

  .about-us-box {
    border-right: 0;
  }

  .footer-subscribe {
    margin-top: 0px;
  }


  /* .subscribe-input button {
    height: 40px;
    width: 100%;
    margin-top: 15px;
  } */

  .subscribe-social-links {
    margin-bottom: 30px;
    gap: 10px;
    margin-top: 15px;
  }

  .welcome-section-contain h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .welcome-section-contain p {
    font-size: 14px;
    margin-top: 0;
  }

  .inner-page-top-section .hero-banner-content {
    padding: 0 15px;
  }

  .hero-banner-content {
    margin-top: 0px;
    padding: 0 15px;
    bottom: 10px;
  }
  .hero-banner-content h1 {
    font-size: 22px;
}

  .copyright-text {
    padding: 15px 0px;
  }

  .tour-schedule-desc h2,
  .excursions-date h4,
  .tour-user h3 {
    font-size: 18px;
  }

  .tour-schedule-desc p {
    font-size: 14px;
  }

  .tour-user-img {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    margin-bottom: 10px;
  }

  .excursions-box span {
    font-size: 14px;
    margin: 10px 0;
  }

  .tour-modal-info .modal-header .btn-close {
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
  }

  .excursions-box svg {
    width: 40px;
    height: 40px;
  }

  /* .guided-card-details {
    bottom: -95px;
  } */

  .lity-container {
    max-width: 380px !important;
  }

  .testimonial-heading h3 {
    font-size: 20px;
    margin: 0 auto 30px;
  }

  .testimonial-slide {
    padding: 0 30px;
  }

  .testimonial-slide .owl-nav button {
    width: 30px;
    height: 30px;
  }

  .testimonial-slide .owl-nav button i {
    font-size: 20px;
  }

  .testimonial-slide .owl-nav button.owl-next {
    right: -10px;
  }

  .testimonial-slide .owl-nav button.owl-prev {
    left: -10px;
  }

  .testimonial-item .client-desc {
    padding: 10px 20px 20px 0;
    height: auto;
  }

  .testimonial-item .client-desc p {
    font-size: 14px;
  }

  .testimonial-item .quote.end {
    bottom: 10px;
  }

  .testimonial-item {
    padding: 15px;
  }

  .testimonial-item .client-info span {
    width: 45px;
    flex: 0 0 45px;
    height: 45px;
    margin-right: 10px;
  }

  .testimonial-item .client-name {
    padding-left: 10px;
    border-left: 2px solid #aaa081;
  }

  .testimonial-item .client-name h4 {
    font-size: 16px;
  }

  .testimonial-item .client-name h5 {
    font-size: 14px;
  }

  .education-box strong {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .education-box p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .solution h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .solution p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .solution h4 {
    font-size: 18px;
  }

  .classroom-box {
    padding: 20px;
  }

  .classroom-box h2 {
    font-size: 18px;
  }

  .classroom-box p {
    font-size: 14px;
  }

  .classroom-box a {
    padding: 10px 8px;
  }

  .museums-accordian h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .accordion-body p {
    font-size: 14px;
  }

  .accordion-button {
    font-size: 18px;
    padding: 10px;
  }

  .contact-field button {
    margin-top: 15px;
  }

  .contact-info p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-info ul .contact-detail p {
    font-size: 14px;
    margin-top: 5px;
  }

  .contact-info ul .contact-detail a {
    font-size: 20px;
  }

  .contact-info ul li {
    margin-bottom: 15px;
  }

  .contact-info ul li span {
    width: 36px;
    flex: 0 0 36px;
    height: 36px;
    margin-right: 15px;
  }

  .contact-info ul li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
  }

  .contact-field .contact-group select,
  .contact-field .contact-group input,
  .contact-field .contact-group textarea {
    font-size: 14px;
    padding: 11px 11px;
  }

  .post-link-details span {
    font-size: 14px;
  }

  .artical-category h1 {
    font-size: 20px;
  }

  .artical-category-list ul li a span {
    font-size: 16px;
  }

  .artical-search input {
    padding: 10px 0 10px 10px;
  }

  .artical-search img {
    width: 15px;
  }

  .artical-post-section {
    padding: 20px 0 20px 0;
  }

  .artical-post-contain h1 {
    font-size: 20px;
  }

  .inner-heading-section p {
    font-size: 16px;
  }

  .team-member-box h1 {
    font-size: 30px;
    padding: 0px 0px 0 0;
  }

  .team-member-content {
    padding: 30px 0px;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .second-team-box {
    padding: 25px 0 25px 0 !important;
    margin-top: 25px;
  }
  .member-card {
    height: auto;
  }

  .soundproofing-model .modal-content .modal-body,
  .congratulations-model .modal-content .modal-body {
    padding: 20px;
  }
  .congratulations-model .contact-group.checkbox label {
    font-size: 14px;
  }
  .articles-card-desc {
    height: auto;
  }
  .artical-page-img {
    height: 180px;
}
.tour-card-title {bottom: 0px;}
.tour-card:hover .tour-card-title {
  bottom: 0px;
}
.guided-card {
  flex-direction: column;
  padding: 15px;
  display: block;
}
.guided-card-img {
  height: 150px;
  width: 100%;
  flex: 0 0 100%;
}
.guided-card-details {
  padding-right: 0;
  margin-top: 15px;
}
.guided-card-main-content .subscribe-social-links {
  margin-bottom: 0;
}
.tour-card-title h1 {
  font-size: 16px;
  margin-bottom: 10px;
}

.tour-card-title button {padding: 4px 12px;font-size: 12px;
}

.guided-tour-section .container {
  max-width: 300px;
}
.slide .slide__content--headings .title {
  font-size: 18px;
}

.slide .slide__content--headings .top-title {
  font-size: 14px;
}
.search-filter-section .contact-group input {
  padding: 4px 64px 4px 37px;
}
.search-filter-section .contact-group button {
  padding: 8px 12px;
  font-size: 12px;
}
.search-filter-section .contact-group i {
  top: 8px;
  left: 12px;
}
.search-filter-section .filter-group select {
  padding: 4px 37px 4px 14px;
}
.laptop-box {
  width: 296px;
  height: 180px;
}
.laptop-box-img .video-box {
  width: 241px;
  height: 156px;
  top: 6px;
  left: 27px;
}
.api-checkout-box .client-logo .logo-section {
  width: 80px;
  height: 80px;
}
.api-checkout-page {
  padding-bottom: 2rem!important;
}

}

@media (max-width: 389px) {
  .lity-container {
    max-width: 300px !important;
  }
}