* {
  padding: 0;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
}
body{
  padding-top: 66px;
  color: #000000;
  font-weight: 400;
}

.header-main {
  background-color: #ffffff; 
  position: fixed;
  top: 0;
  z-index: 111;
  width: 100%;
  left: 0;
  transition: box-shadow .5s linear, transform .6s cubic-bezier(.65,.06,.19,.96), opacity .8s ease-in-out;
}
.scrolling-down {
  transform: translateY(-150%);
  pointer-events: none;
}
.header-main.scrolling-up {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px #0000004d;
    background-color:#ffffff;
}
.the-zora-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.contact-us-nav{
  background: #613a83;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 7px 20px !important;
  border-radius: 30px;
}

.the-zora-two-item img {
  width: 86px;
  height: auto;
}

.three-social-icon {
  display: flex;
  align-items: center;
}
.bg-gray{
  background: #f5f5f5;
}
.social-icons-head a {
  color: #000000;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 6px;
  text-decoration: none;
}

.social-icons-head a:last-child{
	margin-right: 0;
}

.enquire-now{
  background-color: #15264d;
  color: #fff;
  border-radius: 24px;
  padding: 8px 24px 8px 24px;
  border: none;
  font-size: 16px;
  font-weight: 400;
}

.enquire-now:hover{
  /*background-color: #0a1a33; 
  transform: scale(1.05);*/
}
/* ----------------------------------------------Video-Banner--------------------------------- */
.banner-video {
  position: relative;
  width: 100%;
  height: 99vh;
  overflow: hidden;
}

.banner-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: white;
}

.video-overlay img {
  width: 300px;
  height: 153px;
  object-fit: cover;
  margin-bottom: 20px;
}

.video-overlay span {
  font-size: 45px;
  font-weight: 300;
  color: #f5d69f;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.video-overlay p {
  font-size: 16px;
  font-weight: 400;
  margin: 20px;
}

/* ----------------------------------Event----------------------------------- */
.video-content-sec {
 text-align: center;
  gap: 20px;
  height: 100%;
  
}

.video-plus-text-img{
  position: absolute;
}

.video-main{
  position: relative;
}

.video-content-sec video {
  flex: 1;
  width: 100%; 
  max-width: 1000px; 
  height: auto; 
  border-radius: 8px;
}


.all-content {
  flex: 1;
  text-align: center;
  padding: 0px 0 50px 0;
  border-radius: 8px;
  font-size: 16px;
}

.all-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333333;
}

.ushering-text {
  /* text-transform: uppercase; */

  padding: 20px 0;
  
}

.horizantal-line hr {
    /*margin-top: 0 !important;*/
    color:#333333;
}

.ushering-text span{
  color: #333333 !important;
  font-size: 37px;
  font-weight: 300;
  /*border-bottom: 1px solid #333333;*/
}

.all-content p {
  margin-bottom: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.all-content ul {
  margin-top: 15px;
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 20px;
  color: #333333;
}

.all-content button {
  padding: 8px 38px;
  background-color: #15264d;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.btn-sec-event button{
  align-self: flex-start;
  padding: 8px 38px;
  background-color: #15264d;
  border-radius: 22px;
  color: #fff;
  transition: 0.3s ease;
}

.book-btn-event {
  border: 1px solid #333333;
  border-radius: 0;
  color: #333333;
  font-style: bold !important;
}
.book-btn-event:hover {
  color: #fff;
  background-color: #15264d;
  
}

.btn-sec-event{
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.human-man img{
  width: 100%;
}

.copy-right{
  border-top: 1px solid #8494CA;
  color: #15264D;
}




/* --------------------------Vanue-Master-------------------------------------- */

.vanue-master-n span {
  font-size: 37px;
  font-weight: 300;
  color: #333;
  /*border-bottom: 1px solid #333333;*/

}

.vanue-master-n .highlight {
  color: #333333;
  font-weight: bold;
}

.icon-box {
  padding: 20px;
  text-align: center;
}

.icon-box .icon {
  width: 50px;
  margin-bottom: 15px;
}

.icon-box h5 {
  font-size: 20px;
  font-weight: 800;
  color: #333;
  margin-top: 10px;
}

.icon-box p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 5px;
}

 .btn-primary {
  background: #613a83;
  color: #ffffff !important;
  padding: 6px 20px;
  border:1px solid #613a83;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
}

.btn-primary:hover {
  background-color: #613a83;
}
.btn-secondary{
  border:1px solid #613a83;
  color: #613a83 !important;
  padding: 6px 20px;
  border-radius: 30px;
  transition: 0.3s;
  text-align: center;
}
.btn-secondary:hover{
  background-color: #613a83;
  color: #ffffff !important;
} 
.text-underline-none{
  text-decoration: none;
}
.hero-section{
  padding: 25px 0;
}
.know-us-batter span{
  color: #333333;
  margin-bottom: 20px;
  font-size: 37px;
  /*border-bottom: 1px solid #333333;*/
}


/* ----------------------------------------Head-Icon---------------------------- */

.for-celebrations-main {
  padding-bottom: 20px;
}

.for-celeb-all-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 170px;
  text-align: center;
}

.legen-icon img {
  width: 50px;
  margin: auto;
}

.for-celeb-text span {
  color: #f5d69f;
}
.for-celeb-text p {
  color: #fff;
  margin-bottom: 0;
}

.legen-icon p {
  color: #15264d;
  margin-top: 10px;
  margin-bottom: 0;
}

/* -------------------------------AD---------------------- */

.head-name-center-m {
  text-align: center;
  margin-bottom: 10px;
}

.head-name-center-m span {
  /* text-align: center; */
  color: #333333;
  font-size: 37px;
  font-weight: 300;
  margin-bottom: 16px;
  /*border-bottom: 1px solid #333333;*/
  
}





.head-name-center {
  text-align: center;
}

.head-name-center span {
  /* text-align: center; */
  color: #333333;
  font-size: 37px;
  font-weight: 300;
  margin-bottom: 16px;
  /*border-bottom: 1px solid #333333;*/
  
}

.head-name-center p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #6D758F;
}
.sub-heading{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #6D758F;
}
/* 
.multi-img {
  padding-top: 50px;
  background-color: #f5f5dc;
}
.gallery-container {
  max-width: 1200px;
  margin: auto;
}
.gallery img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery .col-md-4 img {
  height: 100%;
  object-fit: cover;
} */

/* -------------------------- */

.enveloped-spaces {
  /* background-color: #f5f5dc; */
  padding-top: 96px;
}

.section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #15264d;
}

.space-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.space-card {
  padding: 15px;
}
.space-title {
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
  color: #996828;
}

.space-description {
  font-size: 16px;
  font-weight: 400;
  max-width: 80%;
  margin: auto;
  color: #333333;
}

/* ----------------------------- */

.without-limits {
  background-color: #f5f5dc;
  padding-top: 50px;
}

.service-card {
  border: 1px solid #f5d69f;
  padding: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}
.service-description {
  font-size: 14px;
  opacity: 0.8;
  color: #ffffff;
}
.service-card-span {
  color: #f5d69f;
}

/* --------------------------------------- */

/* -----------------------------------------  */
.map-both {
  background-color: #f5f5dc;
  padding-top: 50px;
}

.map-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.content-container {
  max-width: 500px !important;
  color: #333333;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
.content-container a {
  color: #f5d69f;
  font-weight: bold;
  text-decoration: none;
}
.content-container a:hover {
  text-decoration: underline;
}

.content-container ul {
  margin-bottom: 0;
}

.map-addres-p {
  font-size: 20px;
  margin-bottom: 0;
}

.form-select option {
  background-color: #f5d69f;
  color: #333;
}

option:hover {
  background-color: #d4e17e !important;
  color: #000;
}

/* ------------------------------------ */
.social-icon {
  /* background-color: #f5f5dc; */
  padding-bottom: 25px;
}

.social-icon-bottom img {
  width: 230px;
  margin-bottom: 50px;
}

.center-log-h4 {
  padding-top: 20px;
  color: #15264d;
  letter-spacing: 10px;
}
.social-icons {
  margin-bottom: 40px;
}
.social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 1rem;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #B4B9C9;
}

.social-icon a:hover{
  background-color: #F5D69F;
  color: #15264D;
}

.center-log-em {
  margin-bottom: 40px;
  color: #15264d;
  font-size: 16px;
  font-weight: 400;
}
/* ---------------------------- */
.accordion-bg {
  /* background-color: #f5f5dc; */
  padding-top: 350px;
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0px;
  border-bottom: 1px solid #555555;
}
.accordion-header span {
  font-size: 18px;
  font-weight: 700;
  color: #15264D;
}
.toggle-icon {
  font-size: 20px;
  font-weight: bold;
  color: #f5d69f;
}
.accordion-body {
  color: #555555;
  padding: 10px;
  display: none;
}

.call-to-action{
  padding: 98px 10px 50px 10px;
  cursor: pointer ;
}

.call-to-action img{
  width: 100%;
  height: auto;
  
}
.country-flag-col{
  width: 35px;
}
.country-amnt{
  padding-left: 15px;
  width: calc(100% - 35px);
}
.fw-600{
  font-weight: 600;
}
.country-amnt p{
  color: #2a1939;
  font-size: 18px;
}
.color-2a1939{
  color: #2a1939;
}
.about-content{
  padding-left: 35px;
}
.row-btm-mr .col-md-6{
  margin-bottom: 30px;
}
.services-section{
  padding: 50px 0;
  background: #613A83;
  background: linear-gradient(90deg,rgba(97, 58, 131, 1) 0%, rgba(21, 13, 29, 1) 100%);
}
.services-col{
  position: relative;
}
.services-col img{
}
.ser-overview-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #ffffff;
}
.img-overlay{
  background-color: rgba(0,0,0,0.6);
}
.portfolio-section .services-col{
  height: 350px;
}
.portfolio-section .swiper-slide{
  padding: 5px;
}
.portfolio-section .swiper-slide .prft-img{
  height: 350px;
  object-fit: cover;
}
.d-inline-block{
  display: inline-block;
}
.portfolio-content p{
  font-size: 16px;
}
.services-col img{
  width: 100%;
}
.portfolio-slider{
  position: relative;
}
.blog-content ul{
  padding-left: 15px;
}
.date-col{
  position: absolute;
  right: 0;
  top: 15px;
  padding: 10px 20px;
  color: #ffffff;
  background: rgba(0,0,0,0.70);
}
.date-col p{
  margin-bottom: 0;
  font-style: italic;
}
.mail-link{
  position: relative;
  z-index: 1;
}
table{
  border:1px solid #e2e2e2;
  background: none;
}
table tr td{
  border-color: #e2e2e2;
  background: none;
}
.swiper-button-next, .swiper-button-prev{
  top: 0;
  background: none !important;
  width: 30px;
  height: 30px;
  margin-top: 0;
  font-size: initial !important;
}
.portfolio-slider .swiper-wrapper{
  padding-top: 30px;
}
.app-icon-col a:last-child{
  width: 91px;
}
.portfolio-slider .swiper-button-prev{
  right: 60px;
  left: auto;
}
.portfolio-slider .swiper-button-next{
  right: 0;
}
/* --------------------------------------------------Gallery---------------------------------------- */
.main-container, .vanue-master-n, .contact-section {
  padding-top: 96px;
  /* background-color: #f5f5dc; */
}

.all-gallery-data {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  /* background-color: #f5f5dc; */
}

.gallery-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding: 0;
  overflow-y: auto;
}

.gallery-container .gallery-1,
.gallery-container .gallery-2,
.gallery-container .gallery-3,
.gallery-container .gallery-4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gallery-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-container a{
    display: inline-block;
    max-width: calc(34.33% - 20px);
}
.gallery-container a:nth-child(3n+1){

}
.gallery-container a img{
    width: 100%;
    border-radius: 6px;
}
.gallery-container a.img-gell-frth-col{
  margin-top:-11.4%;
}
.gallery-container a.img-gell-six-col{
  margin-top: -22.2%;
}
.gallery-container a.img-gell-12-col{
  margin-top: -23.2%;
}
.gallery-container a.img-gell-13-col{
  margin-top: -30.8%;
}
.gallery-container a.img-gell-13-col img{
  height: 100%;
  object-fit: cover;
}
/* ----------------------------------------------------END--------------------------------------------- */


/* -------------------------------------------New-Form---------------------------------- */

.contact-section {
  font-family: Arial, sans-serif;
  position: relative; 
}

.contact-bg {
  background-image: url('assert/form-bg-img.jpg');
  background-size: cover;
  background-position: center;
  height: 600px; 
  position: relative; 
}

.contact-form {
  position: absolute; 
  top: 99%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  max-width: 800px;
  width: 100%;
  /* padding: 20px; */
  border-radius: 10px;
  background-color:#ffffff !important;
  border: 1px solid #E1E4ED;
  box-shadow: 0px 1px 4px 0px #19213D14;
}

.inner-form{
  padding: 20px ;
  
}

.contact-form h3 {
  color: #333333;
  font-size: 30px;
  padding: 20px 0 0;
  font-weight: 300;
}

.contact-form .form-control {
  border-radius: 6px;
  border: 1px solid #F1F3F7;
  padding: 10px;
  height: 45px;
  box-shadow: 0px 1px 4px 0px #19213D14;
}
.contact-form select.form-control{
	appearance: auto;
}
.contact-form input{
  background-color: #fff !important;
}

.send-message button {
  background-color: #15264d;
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 10px 100px;
}

.send-message button:hover, .send-message button:active, .send-message button:focus {
  background-color: #15264d !important;
  color: #fff !important;
}
.near-location-col p{
  display: flex;
  align-items: center;
}
.near-location-col p img{
  margin-right: 5px;
}

/* .contact-info {
  background-color: #fff;
} */

.contact-info ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #555;
  padding-left: 15px;
}

.contact-info ul li {
  margin-bottom: 5px;
  color: rgba(51, 51, 51, 1); 
}

.contact-info p {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}


.contact-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
.contact-form .form-control::placeholder{
	color:rgba(51, 51, 51, 0.46);
}
.contact-form select.form-control option:first-child{
	color:rgba(51, 51, 51, 0.46); 
}

/* .lits-itme{
  padding: 0 !important;
} */

.cont-info-outer{
  padding: 0 50px 25px 50px;
 /* background-color: #fff; */  
} 
.know-us-batter{
	padding-top: 56px;
}
.visit-us-info p{
  padding: 0px 60px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color:rgba(51, 51, 51, 1); 
}

.form-bottom-text{
  display: flex;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background-color: #fff;
}
.blog-section{
  background: #f5f5f5;
}
.color-613a83{
  color:#613a83;
}
.blog-cont-col{
  background: #ffffff;
  padding: 15px;
}
.blog-cont-col h3{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog-cont-col p{
  font-style: italic;
}
.blog-col{
  box-shadow: 0 4px 19.4px rgba(0,0,0,0.22);
}
.custom-feild, .textarea{
  background: none;
  border:1px solid #ffffff;
  color: #ffffff;
  border-radius: initial;
}
.custom-feild::placeholder{
  color: #ffffff;
}
.footer-section{
  background: #350e57;
}
.textarea{
  resize: none;
  height: 150px;
}
.footer-form-hd{
  font-size: 70px;
}
.form-sub-cta{
  padding: 7px 35px;
  border-radius: 30px;
  border:0;
  text-transform: uppercase;
  background:#613a83;
  color: #ffffff;
  border: 1px solid #ffffff; 
}
.ft-social i{
  color: #ffffff;
  font-size: 22px;
}
.ft-list{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: end;
}
.ft-list li a{
  margin-right: 15px;
}
.ft-list li:last-child a{
  margin-right: 0;
}
.ft-list li a img{
  width: 20px;
}

/* ---------------------------------------------END------------------------------------------ */

/* -----------------------------------Floating-btn---------------------------------------- */

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  align-items: center;
}

.scroll-to-top-btn {
  background-color: #613a83;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 20px;
  display: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 45px;
  height: 45px;
}


.floating-btn {
  background-color: #0842a6;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
input.mob-num::-webkit-outer-spin-button,
input.mob-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.mob-num[type=number] {
  -moz-appearance: textfield;
}
.three-colm-row > .col-md-4{
	background-color: #ffffff;
	border-radius: 6px;
}
.img-gell-8-col{
	margin-top: -22%;
}
.img-gell-10-col{
	margin-top: -21.8%;
}
.hero-section-title{
  font-size: 70px;
}
.hero-section-des{
  font-size: 25px;
}
.section-title{
  font-size: 54px;
}
.about-para{
  font-size: 18px;
  line-height: 30px;
}
.position-relative{
  position: relative;
}
.ft-logo img{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  z-index: 0;
}
.portfolio-section{
  overflow: hidden;
}
/* -------------------------------------END----------------------------------------------- */





/* ---------------------END------------------------- */

/* --------------------------------------Media-Query--------------------------------- */
@media screen and (min-width: 767px) {
	.accordion-bg{
		/*margin-top: 40px;*/
	}
	.three-colm-row{
		column-gap: 30px;
	}
	.three-colm-row > .col-md-4{
		width: calc(33.33% - 20px);
	}
	.video-overlay span{
		text-transform: capitalize;
	}
}
@media screen and (max-width: 768px) {
  .three-social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
  }


  /* --------------------------------- */

  .video-content-sec {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .video-content-sec video {
    width: 100%;
    max-height: 300px;
  }

  .all-content {
    padding: 15px 0;
    margin-bottom: 36px;
  }

  .all-content h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .all-content p,
  .all-content ul {
    font-size: 0.9rem;
    text-align: justify;
  }

  /* .book-btn-event {
    width: 100%;
    text-align: center;
    padding: 12px;
  } */
  /* -------------------------------------- */

  .legen-icon img {
    width: 30px;
    margin: auto;
  }

  .for-celeb-all-icon {
    gap: 25px;
  }

  .vanue-text ul {
    font-size: 12px;
    padding-left: 0;
  }

  .vanue-img-text {
    flex-direction: column;
  }

  .vanue-text {
    margin-bottom: 0;
  }

  .not-just-text-luxury {
    margin-bottom: 0;
  }
  .not-just-text p {
    margin-bottom: 5px;
  }
  /* ------------------------- */
  .legen-icon p {
    font-size: 12px;
  }

  .the-venue-where {
    letter-spacing: 0px;
    font-size: 1rem;
    text-align: center;
  }

  .prime-4 {
    gap: 10px;
  }

  .prime-location img {
    width: 38px;
  }

  .prime-location p {
    font-size: 10px;
  }

  .space-card img {
    width: 100%;
  }

  .video-overlay {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.human-man {
    margin-top: 66px;
  }
  .xs-pb-0{
  	padding-bottom: 0 !important;
  }
  .xs-pt-20{
  	padding-top: 20px !important;
  }
  .gallery-container a {
    max-width: 31%;
  }
  .video-overlay img {
    width: 120px;
    height: 60px;
  }

  .banner-video {
    height: calc(100vh - 60px);
  }
  .height-initial{
    min-height: initial !important;
  }

  .video-overlay h4 {
    font-size: 1rem;
  }

 
/* ------------------------------------new--------------------------------- */
  .center-log-em {
    margin-bottom: 20px;
    font-size: 12px;
   
}
.social-icons {
  margin-bottom: 20px;
}

.social-icon-bottom img {
  width: 200px;
  margin-bottom: 25px;
}


.contact-bg {
background-image: none;
  background-size: contain; 
  background-repeat: no-repeat; 
  height: auto; 
  padding: 0 15px;
}


.contact-form {
  position: static; 
  transform: none; 
  top: auto; 
  left: auto; 
  max-width: 100%; 
  margin: 0 auto; 
  padding: 15px; 
  background-color: #ffffff !important;
  
}

.call-to-action {
  padding: 66px 15px 25px 15px;
}
.know-us-batter{
	padding-top: 25px;
	margin-bottom: 10px !important;
}

.accordion-header span {
  font-size: 12px;
}

.accordion-bg {
  padding-top: 15px;
}

.send-message button {
  border-radius: 22px;
  padding: 8px 40px;
}

.visit-us-info p {
  padding: 0;
  font-size: 12px;
}

.cont-info-outer {
  padding: 0;
  
}

.contact-info ul li{
  font-size: 12px;
}

.know-us-batter span {
  font-size: 25px;
  
}

.contact-info p {
  font-size: 12px;
  
}

.contact-form h3 {
  color: #333333;
  font-size: 30px;
  padding: 0;
  margin-bottom: 25px;
}

.contact-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.contact-form .form-control {
  border-radius: 6px;
  /*border: 1px solid #333333;*/
  padding: 5px 15px;
}
.contact-form{
	box-shadow: initial;
	border:0;
}

.contact-section {
  padding-top: 25px;
}

.icon-box h5 {
  font-size: 15px;
  margin-top: 5px;
}

.icon-box p {
  font-size: 12px;
  margin-top: 5px;
}

.icon-box {
  padding: 15px;
}

.vanue-master-n span {
  font-size: 22px;
}
.vanue-master-n{
  padding: 56px 15px 15px 15px;
}
.head-name-center p {
  font-size: 15px;
    margin-bottom: 10px;
  
}

.head-name-center span {
 
  font-size: 22px;
  
  margin-bottom: 16px;
 
}

.main-container, .enveloped-spaces{
  padding-top: 56px;
}

.space-description {
  font-size: 14px;
}

.space-title {
  font-size: 18px;
  margin-top: 16px;
 
}

.head-name-center-m span {
  font-size: 22px;
}
.head-name-center-m {
  margin-bottom: 15px;
}

.ushering-text span {
  font-size: 22px;
}

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

.video-overlay p {
  font-size: 16px;
}

.video-overlay span {
  font-size: 28px;
  letter-spacing: 2px;
}

.the-zora-main {
  padding: 0;
}

.scroll-to-top-btn{
  width: 48px;
  height: 48px;
}

.accordion-body{
  font-size: 12px;
}

.navbar-brand img{
  width: 75px;
}

.navbar--bg-co{
  background-color: #ffffff;
  color: #333333;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 111;
  box-shadow: 0 0 8px #0000004d;
}

.nav-link{
  padding: 12px 0!important;
}

.navbar-toggler{
  border: 2px solid #613a83;
}
.hero-section-title {
    font-size: 50px;
}
.xs-column-rev{
  flex-direction: column-reverse;
}
.xs-mb-20{
  margin-bottom: 20px;
}
.xs-text-center{
  text-align: center;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
 color: #996828;
}

.navbar-toggler-icon{
  color: #15264D;
}
body{
  background-image: none;
  padding-top: 60px;
}
.xs-mt-0{
  margin-top: 0 !important;
}
.inner-form {
  padding: 15px 0;
  background: #fff;
  border-radius: 6px;
}
.know-us-row{
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  margin-top: 0px !important;
}
.know-us-row .col-md-6{
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.near-location-col{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.gallery-container a.img-gell-six-col{
	margin-top: -21.5%;
}
.gallery-container a.img-gell-12-col {
    margin-top: -22%;
}
.sub-heading{
  font-size: 15px;
  margin-bottom: 20px;
}
.social-icon-bottom .center-log-em{
  padding: 0 15px;
}
.three-colm-row{
	margin-top: 25px !important;
}
.gallery-container a.img-gell-13-col {
    margin-top: -30%;
}
.about-content{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
.footer-form-hd {
    font-size: 50px;
}
.ft-list{
  justify-content: start;
}
.ft-logo img{
  width: 200px;
}
.blog-col{
  margin-bottom: 20px;
  display: inline-block;
}
.section-title {
    font-size: 32px;
}
.services-col{
  padding-left: 0;
  padding-right: 0;
}
.row-btm-mr .col-md-6:last-child{
  margin-bottom: 0;
}
.about-para {
    font-size: 16px;
    line-height: 26px;
}
.country-amnt p{
  font-size: 16px;
}
.country-flag-col {
    width: 25px;
}
.services-section .services-col img{
  height: 350px;
}
.hero-section .col-md-5 img{
  height: 250px;
}
.hero-banner-cta-col.d-flex{
  flex-direction: column !important;
  align-items: flex-start !important;
}
.portfolio-section .services-col{
  height: 400px;
}
.portfolio-section .swiper-slide{
  padding: 0px;
}
.portfolio-section .swiper-slide .prft-img{
  height: 400px;
  object-fit: cover;
}
.img-overlay{
  padding: 25px 15px;
}
.swiper-button-next, .swiper-button-prev{
  top: -10px;
}
}
