/* *---------------------
  Hero
-----------------------*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	transition: all .03s linear;

}
.qr-section .book-btn{
  text-align: start;
  font-weight: 600;
}

.qr-section span a{ 
  /* margin-left: 10px; */
  text-align: center;
  /* justify-content: center; */
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #2222224f;
}
.qr-section span a:hover{
  background: #357de9;
  color: #fff;
  border: 1px solid #3447ec;
}


.header__logo {
  width: 290px;
  height: 44px;
}
.header__right__social a .fa-facebook {
  padding: 8px 13px 8px 13px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-facebook:hover {
  color: #ffffff;
  background-color: #8b45d1;
}
.header__right__social a .fa-instagram {
  padding: 8px 10px 8px 10px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-instagram:hover {
  color: #ffffff;
  background-color: #8b45d1;
}
/*---------------------
  Header
-----------------------*/

.header {
	background: rgba(42, 1, 74, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.header.header--normal {
	position: relative;
	background: #290849;
}

.header .container .row {
	align-items: center;
}

.header .container .header__logo a img {
	width: 180px;
	height: 50px;
}

.header__nav {
	text-align: right;
}

.header__menu {
	padding: 31px 0 27px;
	display: inline-block;
	margin-right: 45px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.header__menu ul li.active a:after {
	opacity: 1;
}

.header__menu ul li:hover a:after {
	opacity: 1;
}

.header__menu ul li:hover .dropdown {
	top: 34px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	padding: 6px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	opacity: 0;
}

/* social */

.header__right__social {
	display: inline-block;
}

.header__right__social a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 16px;
}

.header__right__social a:hover {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 16px;
}

.header__right__social a:last-child {
	margin-right: 0;
}

.slicknav_menu {
	display: none;
}

/* icons */





html,
body {
	height: 100%;
	font-family: "Now Regular";
	-webkit-font-smoothing: antialiased;
}



img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.hero {
	width: 100%;
	height: 80%;
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
	overflow: hidden;
}

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

.hero .container,
.hero .hero__text {
	position: relative;
	z-index: 3;
}

.hero {
	padding-top: 200px;
	padding-bottom: 295px;
	position: relative;
}

.hero__text {
	text-align: center;
}

.hero__text span {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.hero__text h1 {
	font-size: 110px;
	font-family: "Rockville Solid Regular";
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 22px;
}

.hero__text p {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
}

.hero__text .play-btn {
	font-size: 26px;
	color: #5c00ce;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	line-height: 90px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.hero__text .play-btn i {
	position: relative;
	top: 2px;
	left: 2px;
}

.hero__text .play-btn:after {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 60px;
	width: 60px;
	background: #ffffff;
	border-radius: 50%;
	content: "";
	z-index: -1;
}

.linear__icon {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -16px;
	-webkit-animation: mymove 0.5s infinite alternate;
	animation: mymove 0.5s infinite alternate;
}

.linear__icon i {
	font-size: 50px;
	color: #5c00ce;
}

@-webkit-keyframes mymove {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -10px;
	}
}

@keyframes mymove {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -10px;
	}
}

  /* Gallery  */

  .gallery-showcase h1{
	font-weight: 800;
  }

      .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .gallery-item {
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.05);
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 28px;
      }
    }

    @media (max-width: 480px) {
      h1 {
        font-size: 24px;
      }
    }

	/* gallery */

/* about_section section start */

.about_section {
	width: 100%;
	padding: 80px 60px 80px 60px;
}

.about_section .about_content h2 {
	color: #000000;
	font-weight: 700;
}

.about_section .about_content h5 {
	padding-top: 14px;
	color: #000000;
	font-weight: 500;
}

.about_text {
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
}

.read_bt {
	width: 200px;
	float: left;
	padding-top: 40px;
}

.read_bt a {
	width: 100%;
	float: left;
	font-size: 18px;
	background: #150126;
	color: #ffffff;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
}

.read_bt a:hover {
	color: #150126;
	background-color: #ffffff;
	border: 1px solid #150126;
}

.about_img {
	width: 100%;
}

.about_img img {
	width: 100%;
	height: 350px;
	box-shadow: 18px 18px 4px 4px #15012629;
}

.about_img_sh img {
	width: 100%;
	height: 350px;
	box-shadow: -18px -18px 4px 4px #15012629;
}

/* respocsive */


/* Responsive tweaks */
@media (max-width: 991px) {
	 .footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 80%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

	.about_section {
		padding: 60px 30px;
	}

	.row.m-5.p-5 {
		margin: 0 !important;
		padding: 30px 15px !important;
	}

	.read_bt {
		width: 100%;
	}
}

@media (max-width: 767px) {

	 .footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 80%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

	.about_img img,
	.about_img_sh img {
		max-height: 250px;
	}

	.about_section .about_content h2 {
		font-size: 24px;
	}

	.about_section .about_content h5 {
		font-size: 16px;
	}

	.about_text {
		font-size: 14px;
	}
}

/* Other pagers resp all css */

@media (max-width: 768px) {
	.qr-section.m-5 {
    margin: .2rem !important;
}
.qr-section.p-5 {
    padding: .2rem !important;
}

  .qr-section h1{
    font-size: 24px;
  }
    .qr-section .book-btn {
        font-weight: 600;
        line-height: 22px;
    }
.qr-section p span a{
  margin-left: 10px;
  /* text-align: center; */
  /* justify-content: center; */
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #2222224f;
}
.qr-section p span a:hover{
  background: #357de9;
  color: #fff;
  border: 1px solid #3447ec;
}
.qr-section .col-sm-12 img{
  margin-top: 40px;
  height: 400px;
}

	 .footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 80%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

	.hero {
		height: 50vh;
		padding: 10px;
	}

	.hero .container .hero__text span {
		font-size: 14px;
	}

	.hero .container .hero__text h1 {
		font-size: 60px;
	}

	.hero .container .hero__text p {
		font-size: 16px;
	}

	.hero .container .hero__text a {
		display: none;
	}
	.about_section{
		padding: 0px;
	}
	
	.about_section .row{
		padding: 0px; 
		margin: 0px;
	}
	.about_section .about_content h2{
		font-size: 20px;
		font-weight: 900;
		padding-top: 14px;
	}
	.about_section .about_content h5{
		font-size: 14px;
		font-weight: 400;
	}
	.about_section .row .pd{
		position: relative;
		margin-top: 300px;
	}

	.about_section .row .about__content_images{
		position: absolute;
		top: 75%;
		width: 100%;
		left: 0;
		right: 0;
		padding: 0px 40px;
	}
	.about_section .row .about__content_images_2{
		position: absolute;
		top: 275%;
		width: 100%;
		left: 0;
		right: 0;
		padding: 0px 40px;
	}

}








/*---------------------
  Footer
-----------------------*/

.footer {
  padding-top: 80px;
  background: url("/img/footer-bg.png"),#290849;
  background-position-x: 60%;
  background-position-y: 730%;
}


.footer.footer--normal {
  margin-top: 0;
}

.footer__address ul li {
  list-style: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

.footer__address ul li:last-child {
  margin-bottom: 0;
}

.footer__address ul li i {
  font-size: 18px;
  color: #5c00ce;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__address ul li p {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 8px;
}

.footer__address ul li h6 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.footer__social {
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
}

.footer__social h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__newslatter .footer__social__links a {
  font-size: 18px;
  color: #5c00ce;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.footer__newslatter .footer__social__links a:hover {
  background: #5c00ce;
  color: #ffffff;
}

.footer__newslatter .footer__social__links a:last-child {
  margin-right: 0;
}

.footer__newslatter {
  margin-bottom: 50px;
  padding-top: 20px;
}

.footer__newslatter h4 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer__newslatter form {
  position: relative;
}

.footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 70%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::placeholder {
  color: #ffffff;
}

.footer__newslatter form button {
  font-size: 18px;
  color: #5c00ce;
  position: absolute;
  /* right: 0; */
  top: 0;
  height: 100%;
  padding: 0 16px;
  background: #ffffff;
  border: none;
}

.footer__copyright__text {
  text-align: center;
  margin-top: 20px;
  background: #111111;
}

.footer__copyright__text p {
  color: #999999;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer__copyright__text a {
  color: #999999;
  text-decoration: underline;
}

.footer__copyright__text a:hover {
  color: #ffffff;
}

.footer__copyright__text i {
  color: #c11;
}




/* contact */



    .contact-section {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
      gap: 40px;
    }
	.contact-section {
	}
.contact-info {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	}
    .contact-info, .contact-form {
      flex: 1 1 400px;
      background: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    }

    .contact-info h3 {
      margin-top: 0;
      color: #ff3d00;
    }

	
    .contact-info p {
      font-size: 16px;
      line-height: 1.6;
      margin: 10px 0;
	  color: #ffffff;
    }

    .contact-form form {
      display: flex;
      flex-direction: column;
    }
	.contact-form h3{
		color: #fff;
	}

    .contact-form input,
    .contact-form textarea {
      padding: 12px;
      margin-bottom: 15px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      background: #2c2c2c;
      color: #fff;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: #aaa;
    }

    .contact-form button {
      padding: 14px;
      background: #ff3d00;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      transition: background 0.3s;
    }

    .contact-form button:hover {
      background: #e63600;
    }
	   #success-message {
      display: none;
      background: #1c751c;
      color: #fff;
      padding: 10px;
      margin-top: 10px;
      border-radius: 5px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 36px;
      }

      .contact-section {
        flex-direction: column;
      }
    }