:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'Montserrat', sans-serif;
  /* color: var(--theme-color) !important; */
}
@font-face {
  font-family: Crunchy_PERSONAL_USE_ONLY;
  src: url(../fonts/Crunchy_PERSONAL_USE_ONLY.ttf);
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Belleza', sans-serif;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 80px;
}

h2 {
  font-family: Crunchy_PERSONAL_USE_ONLY;
  font-size: 75px;
  font-weight: 400;
}

h3 {
  font-size: 60px;
}

h4 {
  font-weight: 400;
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar----------- */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p {
  margin-bottom: 0px;
}

/* ---------------------- */
.small {
  display: none;
}
.desktop-header{
  /* position: absolute;
  left: 0;
  right: 0; */
}
.mobile-btn{
  display: none;
}
.header-logo a img {
  width: 255px;
}
.desktop-header {
  padding: 25px 0;
}
.header-list.ms-auto ul li a {
  color: #000000;
  font-size: 16px;
  padding-left: 20px;
  text-transform: uppercase;
}
.header-list.ms-auto ul {
  padding-right: 25px;
}
.btn-1 {
  background-color: #6d0020;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.8s;
  width: 14rem;
  text-align: center;
}
.btn-2 {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.8s;
  width: 15rem;
  text-align: center;
}
.btn-2:hover {
  background-color: #000;
  color: #fff;
}
.btn-1:hover {
  background-color: #121212;
  color: #fff;
}
.hd-btn a {
  margin: 0px 5px;
}
/* DROPDOWN */
.desktop-header ul li {
  position: relative;
  padding: 8px 0;
}
.dropdown {
  position: absolute;
  left: 20px;
  width: 260px;
  background: #6c0121;
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 180%;
  transition: 0.3s;
  pointer-events: none;
  border-radius: 3px;
  box-shadow: 0px 3px 13px 3px rgb(0 0 0 / 18%);
  padding: 5px 0px;
}
.dropdown ul li a {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.dropdown ul li a:hover {
  color: #ffffff !important;
}

.desktop-header ul li:hover .dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
/* banner-bg */
.banner-bg {
  background-image: url(../image/home-banner.png);
  padding: 180px 0px 205px;
}
.banner-heading h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.banner-heading p {
  color: #fff;
  font-weight: 400;
}
.banner-heading h2 {
  color: #fff;
  text-align: right;
  margin-right: 155px;
  margin-bottom: -35px;
}
.banner-heading h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.banner-pad {
  padding-top: 80px;
}
/* sacred-touch-sec */
.sacred-touch-sec {
  /* background-image: url(../image/banner-2nd.jpeg); */
  padding: 80px 0;
}
.sacred-touch-sec .heading h2{
  color: #000000;
}
.touch-item {
  background-color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 3px;
  object-fit: cover;
  min-height: 195px;
  box-shadow: 2px 3px 5px 2px #0000003b;
  transition: all 0.8s;
}
.touch-item:hover{
  background-color: #6c0121;
}
.touch-item:hover h6{
  color: #fff;
}
.touch-item h6 {
  color: #000;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 24px;
  transition: all 0.8s;
  font-size: 20px;
}
.heading h2 {
  color: #000;
}
/* male-body-sec */
.male-body-sec {
  background-image: url(../image/services-bg.png);
  padding: 120px 0px 260px;
  text-align: right;
}
.male-body-sec .heading h3 {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
.male-body-sec .heading p {
  color: #ffffff;
  padding-left: 60px;
  font-weight: 500;
}
.male-body-sec .hd-btn {
  margin-top: 30px;
}
/* couples-sec */
.couples-sec {
  padding: 8px 0;
  position: relative;
}
.copules-content {
  position: relative;
}
.copules-content-items {
  position: absolute;
  text-align: center;
  bottom: 100px;
  left: 0;
  right: 0;
}
.copules-content-items h4 {
  color: #ffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.copules-content-items p {
  color: #ffff;
  padding: 0px 55px;
  line-height: 24px;
  margin-bottom: 25px;
}
/* you-deserve */
.heading h5 {
  color: #000;
  font-weight: 300;
}
.you-deserve img {
  width: 150px;
  margin-bottom: 15px;
}
.you-deserve .heading h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
}
.you-deserve .heading h5 {
  line-height: 32px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
.you-deserve .heading h5::after {
  position: absolute;
  content: "";
  background-color: #6c0121;
  height: 125px;
  width: 2px;
  left: 0;
  top: 0;
}

/* testimonial-sec */
.testimonial-sec {
  background-color: #000;
  padding: 100px 0;
}
.review-content img {
  width: 50px !important;
  margin-bottom: 20px;
}
.review-content {
  background-color: #fff;
  padding: 40px 30px;
  margin: 0px 5px;
  border-radius: 10px;
  object-fit: cover;
  max-height: 390px;
}
.review-content p {
  color: #8a8a8a;
}
.review-content h4 {
  color: #000;
  font-family: Crunchy_PERSONAL_USE_ONLY;
  font-weight: 600;
}
.testimonial-sec .heading h3 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 50px;
}
.testimonial-review {
  display: flex;
  align-items: center;
}
.testimonial-review img {
  width: 100px;
  margin-left: 15px;
}
.testimonial-sec .heading p {
  color: #fff;
  margin-top: 20px;
}
.testimonial-btn {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-decoration: underline;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
/* contact-form */
.contact-form .heading h2 {
  margin-bottom: 15px;
}
.contact-form input {
  width: 100%;
  outline: none;
  padding: 15px 20px;
  border: none;
  box-shadow: 2px 3px 5px 2px #d8d8d8;
  border-radius: 3px;
}
.contact-form textarea {
  width: 100%;
  outline: none;
  padding: 14px 20px;
  border: none;
  box-shadow: 2px 3px 5px 2px #d8d8d8;
  border-radius: 3px;
  color: #767676;
}
.contact-form button {
  background-color: #6c0121;
  border: none;
  padding: 15px 60px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.8s;
}
.contact-form button:hover {
  background-color: #000;
  color: #fff;
}
/* footer */
.footer {
  background-color: #000;
  padding: 80px 0;
}
.footer-logo img {
  width: 350px;
  margin-bottom: 55px;
}
.footer-content p {
  color: #fff;
  font-weight: 300;
}
.footer-content ul li a {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  font-weight: 300;
}
.footer-list ul {
  justify-content: end;
  display: flex;
}
.footer-list ul li a {
  color: #fff;
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.footer-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 55px 0;
}
.footer-btn .hd-btn {
  padding-left: 30px;
}
.footer-btn .btn-1 {
  width: 22rem;
  text-transform: capitalize;
  font-size: 15px;
}
.footer-privacy ul {
  display: flex;
  justify-content: end;
}
.footer-privacy ul li a {
  color: #d5d5d5;
  font-size: 15px;
  margin-left: 13px;
}
.copy-right p {
  margin-top: 30px;
  color: #fff;
  font-weight: 300;
}

/* conatct page */
.contact_form input {
  width: 100%;
  padding: 14px 25px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  margin-bottom: 25px;
  color: #fff;
}
.contact_form input::placeholder {
  color: #fff;
  opacity: 1;
}
.contact_sec {
  background-image: url(../image/contact-banner-2nd.png);
  color: #fff;
  padding-top: 60px;
}
.contact_sec .heading h4 {
  color: #fff;
}
.contact_form textarea {
  width: 100%;
  padding: 14px 25px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  margin-bottom: 25px;
  color: #fff;
}
button.form-btn {
  background-color: #6c0121;
  color: #fff;
  border: 1px solid #6c0121;
  padding: 14px 45px;
  text-transform: uppercase;
  border-radius: 3px;
}
button.form-btn:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.8s;
  border: 1px solid #fff;
}
.contact_sec .heading h2 {
  color: #fff;
  margin-bottom: 30px;
}
.contact-content {
  background-color: #6c0121;
  text-align: center;
  padding: 40px 20px;
  height: 95%;
  border-radius: 5px;
  margin-top: 30px;
}
.contact-content img {
  width: 60px;
  margin-bottom: 20px;
}
.contact-content a {
  display: block;
  color: #ffffff;
}
.contact-content:hover a {
  color: #fff;
}
.contact-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.contact-social-media .heading p {
  padding: 0px 40px;
  margin-bottom: 10px;
}
.contact-social-media {
  padding: 80px 0px 120px;
}
.contact-content h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
}
.contact_form select {
  width: 100%;
  padding: 16px 25px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  margin-bottom: 25px;
  color: #fff;
}
.form-select:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.contact_form select option {
  background-color: #000;
}
.contact-bg{
  background-image: url(../image/contact-banner.jpeg);
}
#inner-page {
  padding: 180px 0 240px;
}
.map{
  line-height: 0;
}
.map iframe{
  width: 100%;
}
/* about-bg */
.about-bg{
  background-image: url(../image/about-bg.png);
}
.about-sec .btn-1 {
  width: 21rem;
  font-size: 15px;
}
.about-sec .hd-btn {
  display: flex;
  align-items: center;
}
.about-facebook img {
  width: 165px;
  margin-left: 15px;
}
/* services-bg */
.services-bg{
  background-image: url(../image/services-bg.jpeg);
}
.sercices-sec .heading h4{
  color: #000;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 30px;
}
.heading ul li{
  margin-bottom: 15px;
}
.sercices-sec .header-btn .btn-1 {
  width: 17rem;
}
.sercices-sec .owl-prev {
  position: absolute;
  left: 0;
  bottom: 45%;
  background-color: #6c0121 !important;
  width: 50px;
  height: 50px;
}
.sercices-sec .owl-next {
  position: absolute;
  right: 0;
  bottom: 45%;
  background-color: #6c0121 !important;
  width: 50px;
  height: 50px;
}
.sercices-sec .owl-prev span {
  font-size: 35px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
}
.sercices-sec .owl-next span {
  font-size: 35px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
}
.service-p{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-p i {
  margin-right: 5px;
}
.sercices-content .heading h4{
  color: #000;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 20px;
}
.sercices-content img {
  width: 300px;
  margin: 0 auto;
}
.sercices-content .heading p{
  min-height: 110px;
}
.sercices-content{
  margin-top: 60px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 50px;
}
.sercices-content-1 .heading h4{
  color: #000;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 20px;
}
.sercices-content-1 img{
  width: 320px;
  margin: 0 auto;
}
.sercices-content-1{
  padding-top: 50px;
}
.for-female{
  margin-top: 50px;
}
.for-female img{
  margin-bottom: 30px;
}
/* gallery page */
.gallery-bg{
  background-image: url(../image/galler-bg.jpg);
}
/* news event  */ 
.new-events-sec{
  background-image: url(../image/new-events-bg.jpg);
}
#sercices-sec .heading ul li {
  margin-bottom: 10px;
}
.a-tag li a{
  color: #000;
}
.event-content{
  box-shadow: 2px 3px 5px 2px #d8d8d8;
  height: 100%;
}
.event-content .heading {
  padding: 25px 20px;
}
.event-content .heading .p-height{
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.event-content .heading p i{
  margin-right: 5px;
}
.event-content .heading h5{
  margin-bottom: 15px;
}
/* so-what */
.so-what .heading h4{
  color: #000;
  text-transform: uppercase;
  margin-top: 25px;
}
/* testimonial */
.tes-img {
  box-shadow: 2px 3px 5px 2px #d8d8d8;
    background-color: #fff;
    padding: 40px 30px;
    margin: 0px 5px;
    border-radius: 3px;
    object-fit: cover;
    max-height: 100%;
    height: 100%;
    margin: 10px 0;
}
.tes-img  h6{
  margin-bottom: 0px !important;
  font-weight: 200;
  color: #6d6d6d;
  font-size: 16px;
}
.tes-img  h4{
  margin-bottom: 10px;
}
.new-event .btn-1{
  width: 21rem;
}
.home-about-sec img{
  border-radius: 10px;
}
.subscribe_sec input{
  width: 100%;
  outline: none;
  padding: 14px 20px;
}
.subscribe_btn{
  background-color: #000;
  color: #fff;
  padding: 16px 45px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.subscribe_sec{
  background-color: #6c0121;
  padding: 80px 0;
}
.subscribe_sec .heading h3{
  color: #fff;
}
.subscribe_sec .heading h4{
  color: #fff;
  margin-bottom: 40px;
}
.home-about-sec .heading h3{
  color: #000;
}
.my_name{
  font-family: Crunchy_PERSONAL_USE_ONLY;
  color: #000;
font-size: 40px;
margin-top: 20px;
}
#main_header.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: blue!important;
}
.contact_sec {
    background-image: url(../image/contact-banner-2nd.png);
    color: #fff;
    padding-top: 60px;
    background: #121212!important;
}


form[data-form-id="1"] .es-form-field-container .gjs-cell {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
}

@media only screen and (min-width: 600px){
    .contact-form input[type=text],
    .contact-form input[type=email]{
        width:100% !important;
    }
}