@charset "utf-8";

@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Regular.eot');
  src: url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Regular.woff2') format('woff2'), url('../fonts/TTNorms-Regular.woff') format('woff'), url('../fonts/TTNorms-Regular.ttf') format('truetype'), url('../fonts/TTNorms-Regular.svg#TTNorms-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Bold.eot');
  src: url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Bold.woff2') format('woff2'), url('../fonts/TTNorms-Bold.woff') format('woff'), url('../fonts/TTNorms-Bold.ttf') format('truetype'), url('../fonts/TTNorms-Bold.svg#TTNorms-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Light.eot');
  src: url('../fonts/TTNorms-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Light.woff2') format('woff2'), url('../fonts/TTNorms-Light.woff') format('woff'), url('../fonts/TTNorms-Light.ttf') format('truetype'), url('../fonts/TTNorms-Light.svg#TTNorms-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  background: #fff;
}

.overflow_div{
  overflow: hidden;
}

p {
  margin: 0px;
  padding: 0px;
}

h1 {
  margin: 0px;
  padding: 0px;
}

h2 {
  margin: 0px;
  padding: 0px;
}

h3 {
  margin: 0px;
  padding: 0px;
}

h4 {
  margin: 0px;
  padding: 0px;
}

h5 {
  margin: 0px;
  padding: 0px;
  font-size:38px;
}

h6 {
  margin: 0px;
  padding: 0px;
}

address,
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset {
  margin: 0;
  padding: 0;
  border: 0px;
  outline: none;
}

label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0px;
  padding: 0;
  outline: none;
  border: 0;
}

a {
  text-decoration: none;
  border: 0px;
  outline: none;
  transition: all .5s;
}

a img {
  border: none;
  outline: none;
}

a:focus {
  outline: none;
}

.border {
  border-collapse: collapse;
}


/* Dropdown Button */
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}


/* Dropdown button on hover & focus */


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

hr {
  height: 1px;
  background: #333333;
  border: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  color: #fff;
  background: var(--main-clr);
}

::selection {
  color: #fff;
  background: var(--main-clr);
}

button,
input,
select,
option,
textarea {
  outline: 0 !important;
  pointer-events: all;
  font-family: inherit;
  font-size: 100%;
}





/*variables--*/

:root {
  --body-font: 'TT Norms', sans-serif;
  --head-font: 'TT Norms', sans-serif;
  --pdg: clamp(40px, 4.17vw, 80px);
  --mrg: clamp(20px, 2.09vw, 40px);
  --body-font-size: clamp(16px, 0.94vw, 18px);
  --btn-font-size: clamp(15px, 0.84vw, 16px);
  --h1-font: clamp(30px, 3.6vw, 69px);
  --h2-font: clamp(24px, 2.5vw, 48px);
  --h3-font: clamp(20px, 1.57vw, 30px);
  --fs-24px: clamp(18px, 1.31vw, 24px);
  --fs-16px: clamp(15px, 0.84vw, 16px);
  --fs-15px: clamp(14px, 0.94vw, 15px);
  --main-clr: #e98e0b;
  --main-clr-drk: #9c5e07;
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.0000001px;
}

a {
  color: var(--main-clr);
  transition: 0.2s;
  cursor: pointer;
}

a img:hover {
  filter: brightness(0.7);
}

a:hover {
  text-decoration: none;
  color: var(--main-clr);
}

p {
  margin-bottom: clamp(15px, 1.27vw, 20px);
  line-height: 1.5;
  font-size:22px
}

p:last-child {
  margin-bottom: 0;
}

li {
  line-height: 1.5
}

img {
  max-width: 100%;
}

[id] {
  scroll-margin-top: 200px
}


/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: clamp(15px, 1.27vw, 20px);
  font-family: var(--head-font);
}

h1,
.h1 {
  font-size: var(--h1-font);
}

h2,
.h2 {
  font-size: var(--h2-font);
}

h3,
.h3 {
  font-size: 38px;
}


/* area */
  .common-padding {
    padding: 50px 0;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#location h3 {
    text-align: center;
    font-weight: 900;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #000028;
}
#location .col-sm-4 {
    padding: 5px;
}
.location_wrap {
    border: 2px solid #010134;
    padding: 20px;
}
.head_loc {
    text-align: center;
    margin-bottom: 20px;
}
.location_wrap h4 {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
    position: relative;
}
.location_wrap h4 span {
    height: 3px;
    width: 40px;
    background: #010134;
    display: inline-block;
    position: relative;
    top: -4px;
    left: -10px;
}
.location_wrap h6 {
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
    position: relative;
    color: #008000;
}
.location-wrap {
    overflow: auto;
    height: 215px;
}
ul.escort-city {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
ul.escort-city li {
    display: inline-block;
    flex-grow: 1;
}
.location_wrap ul li a {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    font-family: 'Roboto';
    border: 1px solid #ffffff;
    color: #000000d1;
    padding-bottom: 3px;
}
.location_wrap ul li a:hover{
    color: #010134;
}
.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}
/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(246, 138, 10, .9);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
    background: var(--bs-light);
}
.text-primary {
    color: #f68a0a !important;
}
/*** FAQs End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

.cta-two {
    position: relative;
    background-color: #e67367;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-two__content {
    position: relative;
    padding: 85px 0 90px;
}
.cta-two__sub-title {
    font-family: "Alex Brush", cursive;
    color: var(--rahul-white, #fff);
    font-size: 40px;
    line-height: 1.2em;
    margin: 0 0 2px;
}
.cta-two__title {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 37px;
}
.mahijain-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #181719;
    font-size: 12px;
    font-weight: 600;
    padding: 16.25px 48px;
    transition: 500ms;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background-color: #1c1a1d, #1c1a1d);
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.mahijain-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #1c1a1d, #1c1a1d);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.mahijain-btn span {
    position: relative;
    color: inherit;
    z-index: 2;
}
.mahijain-btn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #fff, #fff);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cta-one {
  padding-bottom: 120px;
  position: relative;
  background-color: #fff;
}
.cta-one .container-fluid {
  max-width: 1380px;
}
.cta-one__inner {
  position: relative;
  padding: 20px;
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cta-one__title {
  margin: 0;
  text-transform: uppercase;
  max-width: 513px;
  width: 100%;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.cta-one__title span {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
}
@media (min-width: 992px) {
  .cta-one__title {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
}
.cta-one__content {
  position: relative;
  border: 1px solid #fff;
  padding: 50px 20px;
}

@media (min-width: 1200px) {
  .cta-one__content {
    padding: 100px;
  }
}
.cta-one__link:hover {
  color: #fff;
}
.cta-one__link::after {
  background-color: #1c1a1d;
}
.cta-one__link::before {
  background-color: #e67367;
}

.cta-two {
  position: relative;
  background-color: #e67367;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}
.cta-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}
.cta-two__content {
  position: relative;
  padding: 85px 0 90px;
}
.cta-two__sub-title {
  font-family: "Alex Brush", cursive;
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 2px;
}
.cta-two__title {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 37px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-two__title {
    font-size: 44px;
  }
}

.cta-two__thumb {
  position: relative;
}
.cta-two__thumb__one {
  position: relative;
  right: 35px;
  margin-top: -28px;
}

.cta-two__thumb__one__shape {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 545px;
  height: 408px;
}
.cta-two__thumb__one__thumb {
  width: 482px;
  height: auto;
  border: 20px solid #fff;
  position: relative;
  z-index: 2;
  transform: rotate(5deg);
}

.cta-two__thumb__one__thumb img {
  width: 100%;
  height: 282px;
  object-fit: cover;
}

.cta-two__thumb__two {
  position: absolute;
  right: -48px;
  top: 195px;
  z-index: 3;
}
@media (max-width: 991px) {
  .cta-two__thumb__two {
    top: 45px;
    right: 0;
  }
}

.cta-two__thumb__two__flower {
  position: absolute;
  right: -10px;
  top: -121px;
  z-index: 4;
}

.cta-two__thumb__two__shape {
  position: absolute;
  left: -45px;
  top: -60px;
  width: 446px;
  height: 421px;
}
.cta-two__thumb__two__thumb {
  width: 360px;
  height: auto;
  border: 20px solid #fff;
  position: relative;
  z-index: 2;
  transform: rotate(-17.2deg);
}

.cta-two__thumb__two__thumb img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.rate {
    text-align: center;
    border-radius: 20px;
    background: #d72532;
    overflow: hidden;
    position: relative;
    padding-bottom: 110px;
    margin-bottom: 2rem;
    color: #fff;
}
.rate .heading {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 20px 20px;
    display: block;
}
.rate .price {
    font-size: 40px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}
.rate .price sub {
    font-size: 17px;
    font-weight: 300;
    position: relative;
    bottom: 10px;
}
.rate ul {
    margin: 0 0 20px;
    padding: 0;
}
.rate ul li {
    margin: 0;
    padding: 15px 0px;
    list-style: none;
    position: relative;
    border-top: #dd4954 solid 1px;
}
.sub_footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 40px 0;
    background: #fff;
}
.btn {
    background: #f22a39;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 15px 60px;
    border-radius: 30px;
    border: #fb6b75 solid 1px;
    position: relative;
}
/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/



.btn-main {
    padding: clamp(12px, 1.05vw, 20px) clamp(8px, 0.63vw, 12px);
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    transition: 0.6s;
    z-index: 2;
    position: relative;
    background: #df4663;
    overflow: hidden;
    border: 0;
    font-family: var(--body-font);
    font-weight: 400;
    text-decoration: none;
    font-size: var(--btn-font-size);
    text-transform: uppercase;
    font-weight: bold;
}

.btn-main img {
  margin-right: 6px
}

/* .btn-main:hover {
  box-shadow: inset 0 0 0 50px var(--main-clr-drk);
  color: #fff
} */

.btn-main:hover {
    box-shadow: inset 0 0 0 50px #8f021d;
    color: #fff;
}

/* .btn-main_one {
  padding: clamp(12px, 1.05vw, 20px) clamp(8px, 0.63vw, 12px);
  color: #fff;
  display: inline-block;
  border-radius: 0px;
  transition: 0.6s;
  z-index: 2;
  position: relative;
  background: rgb(217 6 32);
  overflow: hidden;
  border: 0;
  font-family: var(--body-font);
  font-weight: 400;
  text-decoration: none;
  font-size: var(--btn-font-size);
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
} */

.btn-main_one {
    padding: clamp(12px, 1.05vw, 20px) clamp(8px, 0.63vw, 12px);
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    transition: 0.6s;
    z-index: 2;
    position: relative;
    background: rgb(97 97 99);
    overflow: hidden;
    border: 0;
    font-family: var(--body-font);
    font-weight: 400;
    text-decoration: none;
    font-size: var(--btn-font-size);
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

.btn-main_one img {
  margin-right: 6px
}

/* .btn-main_one:hover {
  background: rgb(138, 4, 20);
  color: #fff;
} */

.btn-main_one:hover {
    background: #2a2a2a;
    color: #fff;
}

.btn-flex {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.282vw, 20px)
}


/* common paddings */

.common-padd {
  padding-top: var(--pdg);
  padding-bottom: var(--pdg);
}

.common-padd-top {
  padding-top: var(--pdg)
}

.common-padd-btm {
  padding-bottom: var(--pdg);
}

.common-padd-sm {
  padding-top: var(--mrg);
  padding-bottom: var(--mrg);
}



/* slick dots */
.slick-dots li button:before {
  font-size: 10px;
  color: #373e46;
}

.slick-dots li button {
  padding: 0 4px
}

.slick-dots li {
  margin: 0
}



/* cmd-hd design */

.cmn-hd {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 25px;
  text-align: center;
}

.cmn-hd>*:last-child {
  margin-bottom: 0
}

/* .cmn-hd::after {
  background-color: #e98e0b;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: clamp(51px, 5.32vw, 102px);
  height: 2px;
  content: '';
  transform: translateX(-50%);
} */

.cmn-hd::after {
    background-color: #e04563;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: clamp(51px, 5.32vw, 102px);
    height: 2px;
    content: '';
    transform: translateX(-50%);
}

.cmn-hd-lft {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.cmn-hd-lft>*:last-child {
  margin-bottom: 0
}

/* .cmn-hd-lft::after {
  background-color: #e98e0b;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: clamp(51px, 5.32vw, 102px);
  height: 2px;
  content: '';
} */

.cmn-hd-lft::after {
    background-color: #df4663;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: clamp(51px, 5.32vw, 102px);
    height: 2px;
    content: '';
}



/* top button design */

.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-clr-drk);
  color: #fff;
  border: 2px solid #fff;
  z-index: 99;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

.go-to-top span {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-top: 4px;
}

.go-to-top.show {
  opacity: 1
}




/* header design */

.header-area {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
}

.header-area.sticky .header-nav {
  background: #222;
  padding: 15px 0
}

.header-top-bar {
  background: var(--main-clr);
  color: #fff;
  padding: 3px 0;
  transition: 0.3s
}

.header-top-bar-inr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px
}

.header-top-bar p {
  margin: 0;
  text-transform: uppercase;
  font-size: var(--fs-15px);
}

.btn-main.hdr-btn {
  background: #fff;
  color: #0c0c0c;
  padding: 8px;
  border-radius: 2px
}

.btn-main.hdr-btn:hover {
  color: #fff
}

.btn-main.hdr-btn:hover img {
  filter: invert(1);
}


.header-nav {
  padding: 25px 0;
  transition: 0.4s;
  background: #000;
}

.navbar-area-inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  transition: 0.2s;
  flex-shrink: 0
}

.site-logo img {
  width: 55%;
}

.navbar-area-menu {
  display: flex;
  align-items: center;
  gap: clamp(23px, 2.35vw, 45px);
  margin-right: 250px;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(13px, 1.5625vw, 20px);
}

.site-navbar ul li {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.site-navbar ul li a {
  display: block;
  color: #fff
}

.site-navbar>ul>li a {
  padding: 8px 0;
  border-bottom: 2px solid #0000;
}

.site-navbar>ul>li a:hover {
    border-bottom-color: #df4661;
}

.site-navbar>ul>li a.active {
  border-bottom-color: var(--main-clr);
}

.site-navbar ul ul {
  flex-direction: column;
  transform: translateY(100%);
  position: absolute;
  width: clamp(150px, 15.625vw, 300px);
  background: #fff;
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.26);
  transform-origin: top;
  z-index: 99;
  transition: 0.2s;
  align-items: flex-start;
  top: 100%;
  gap: 0;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
}

.site-navbar ul ul li {
  width: 100%;
  text-transform: none;
  font-weight: bold
}

.site-navbar ul ul a {
  padding: clamp(8px, 0.5208vw, 10px);
  width: 100%;
  display: block;
  color: #222;
}

.site-navbar ul ul li a:hover {
  background: var(--main-clr);
  color: #fff;
}

.site-navbar ul li>span {
  display: none;
}

.site-navbar ul li:hover ul {
  transform: none;
  opacity: 1;
  pointer-events: all
}

/* .navbar-social {
  background-color: #e98e0b;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  padding: 0 40px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.navbar-social {
    background-color: #df4663;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    padding: 0 40px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-social_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-social_content .info {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.navbar-social_content p {
  color: #fff;
  margin: 0;
}

.navbar-social_content .info .info_content h2 {
  line-height: 15px !important;
  margin: 0;
}

.navbar-social_content .info .info_content h2 a {
  color: #fff;
  font-size: 20px;
}

.navbar-social ul {
  margin: 0;
  padding: 2px 0 2px clamp(12px, 1.25vw, 24px);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 0.68vw, 13px);
  border-left: 1px solid var(--main-clr);
}

.navbar-social ul li a,
.navbar-social ul li img {
  display: block;
}

.nav-toggler {
  border: 0;
  background-color: #fff0;
  cursor: pointer;
  display: none;
  padding: 5px;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: .3s;
}

.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}

.nav-toggler span:after {
  content: '';
  transform: translateY(7px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-2px) rotate(-45deg);
}

.site-logo-inr h2{
  margin: 0;
}

.site-navbar ul li img{
  margin-left: 5px;
  filter: brightness(1) invert(1);
}



/* banner design */

.banner {
  margin-top: 0px;
  position: relative;
  z-index: 2;
  padding: 100px 0;
  color: #fff;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.banner-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.banner h1 {
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 50px;
}

.banner-form-wrap {
  padding-left: 12%
}

.banner-form {
  background-color: rgba(25, 25, 25, 0.902);
  padding: 28px 12px
}

.banner-form h2 {
  font-size: var(--fs-24px);
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px
}

.banner-form-item :is(input:not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea) {
  border: solid 1px #4c4949;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  padding: 14px 7px;
  color: #fff;
  width: 100%;
  ;
  font-size: 14px
}

.banner-form-item textarea {
  height: 130px
}

.banner-form-item select {
  text-transform: uppercase
}

.banner-form-item option {
  color: #000;
  text-transform: uppercase
}

.banner-form-item input[type=submit] {
  background: var(--main-clr);
  border: 0;
  padding: 14px 7px;
  color: #fff;
  width: 100%;
  cursor: pointer;
}

.banner-form-item ::placeholder {
  color: #fff;
  text-transform: uppercase
}

.banner-form-item:not(:last-child) {
  margin-bottom: 8px
}
/* 
.uppertext {
  text-transform: uppercase;
  position: relative;
  background-color: #e98e0b;
  width: fit-content;
  padding: 5px 20px;
} */

.uppertext {
    text-transform: uppercase;
    position: relative;
    background-color: #df4663;
    width: fit-content;
    padding: 5px 20px;
}

.b_para {
  position: relative;
  padding-left: 15px;
}

/* .b_para::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #e98e0b;
  height: 35px;
  width: 2px;
} */


.b_para::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #df4663;
    height: 35px;
    width: 2px;
}





/* sec_one design */

.sec_one{position:relative;z-index:2;overflow:hidden;}
.sec_oneLeftImg{position:absolute;left:0;width:clamp(77px, 9.63vw, 154px);}
.sec_oneLeftImgInr{padding-bottom:271%;width:100%;position:relative;border-radius:0 0 clamp(75px, 9.38vw, 150px) 0;overflow:hidden;}
.sec_oneTopSec{padding-bottom:clamp(30px, 3.75vw, 60px);}
.sec_oneTopRow{margin-right:calc(0% - clamp(20px, 2.5vw, 40px));padding-bottom: 11%;}
.sec_oneTopImgCol{padding:0}
.sec_oneTopImgDiv{position:relative;}
.sec_oneTopMainImg,.sec_oneTopSmallImg{position:relative;padding-bottom:114%;background:#eee;border-radius: 40% 0;overflow:hidden;}
.sec_oneTopMainImg img,.sec_oneTopSmallImg img,.sec_oneLeftImg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.sec_oneTopSmallImgWrap{position:absolute;top:52%;left:50%;width:70%}
.sec_oneTopText{padding-left:clamp(10px, 1.25vw, 20px);padding-right:clamp(10px, 1.25vw, 20px)}

.sec_oneBtmSec .row{row-gap:24px}
.sec_oneBtmItem {text-align:center; border-style: solid; border-width: 1px; border-color: rgb(234, 234, 234); background-color: rgb(255, 255, 255);padding:20px;height:100%;transition:0.3s;border-radius:8px}
.sec_oneBtmItem:hover {
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.1);
  background-color: #95959529;
}
.sec_oneBtmImg{margin-bottom:6px}
.sec_oneBtmItem h3{font-weight:600;margin-bottom:10px;display:flex;flex-direction:column;justify-content:center}
.sec_oneTopText{position: relative;padding-bottom: 18px;margin-bottom: 25px;text-align: left;padding-left: 13%;}





/* sec_two design */

.sec_two{
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
}

.sec_twoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0b0b0b;
  overflow: hidden;
  border-radius: clamp(125px, 15.63vw, 250px) 0;
}

.row-cols-xl-6>* {
  flex: 0 0 auto;
  width: 30.666667%;
}

.sec_twoBg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sec_twoContainer {
  max-width: 1700px;
}

.sec_two .cmn-hd {
  margin-bottom: clamp(35px, 3.65vw, 70px)
}

.sec_twoRow {
  margin: 0 calc(0% - clamp(14px, 1.46vw, 28px));
  row-gap: clamp(28px, 2.92vw, 56px)
}

.sec_twoCol {
  padding: 0 clamp(14px, 1.46vw, 28px)
}

.sec_twoItem {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  z-index: 3
}

.sec_twoItemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.sec_twoItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* width: 235px; */
  /* height: 236px; */
  /* border:2px solid #fff; */
}

.sec_twoText {
  position: absolute;
  bottom: 0;
  padding: 0 15px clamp(15px, 1.83vw, 30px);
  left: 50%;
  transform: translate(-50%);
  min-width: 64%;
}

.sec_twoText p {
  font-size: 110%;
  padding: 6px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: rgba(0, 0, 0, 0.7);
}

.sec_twoText p:hover {
  background-color: #e98e0b;
}

.sec_twoRowWrap {
  position: relative;
  z-index: 2
}

.sec_twoRowWrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -24px;
  content: '';
  z-index: -1;
  background: url('../images/line-1.png') 0% 13%/ auto 14px repeat-x, url('../images/line-3.png') -18px 87%/ auto 14px repeat-x, url('../images/line-2.png') 95% 51%/ 14px auto no-repeat
}



/* category sec dseign */

.secOne .cmn-hd {
  max-width: clamp(440px, 45.84vw, 880px);
  margin-right: auto;
  margin-left: auto;
}

.secOneBdRow {
  display: flex;
  flex-wrap: wrap;
}

.secOneBdCol:nth-child(1) {
  width: 44%
}

.secOneBdCol:nth-child(2) {
  width: 28%
}

.secOneBdCol:nth-child(3) {
  width: 28%
}

.secOneBdCol:nth-child(4) {
  width: 50%
}

.secOneBdCol:nth-child(5) {
  width: 50%
}

.secOneBdCol {
  padding: 7px;
}

.secOneBdColInr {
  position: relative;
  height: clamp(230px, 21.57vw, 414px);
}

.secOneBdColInr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secOneBdColInr::after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 7px;
  left: 7px;
  border: 1px solid #fff;
  position: absolute;
  content: ''
}

.secOneBdCol .secOneBdColText {
  position: absolute;
  left: 35px;
  bottom: 5px;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
}

.secOneBdColInr .cmn-hd-lft::after {
  width: 63px;
}

.secOneBdCol:nth-child(4) .secOneBdColText,
.secOneBdCol:nth-child(5) .secOneBdColText {
  left: initial;
  right: 35px
}

a:hover .secOneBdColInr img {
  filter: brightness(0.6);
}






/* secFive design */

.secFive {
  overflow: hidden;
}

.secFiveRow {
  margin: 0 calc(0% - clamp(15px, 1.57vw, 30px));
  row-gap: clamp(30px, 3.13vw, 60px)
}

.secFiveCol {
  padding: 0 clamp(15px, 1.57vw, 30px)
}

.secFiveItem {
  position: relative;
  width: 100%;
  /* padding-bottom: 110%; */
  z-index: 3;
  color: #fff
}

.secFiveImg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.secFiveImg::after {
  pointer-events: none;
  content: '';
  top: 7px;
  left: 7px;
  bottom: 11px;
  right: 7px;
  border: 1px solid #fff;
  position: absolute;
}

.secFiveImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secFiveText {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  justify-content: left;
  bottom: 4px;
  left: 0;
  width: 100%;
  padding: clamp(20px, 1.83vw, 35px) clamp(16px, 1.31vw, 25px);
  pointer-events: all;
  background: #000;
}

.secFiveText .content {
  display: block;
}

.points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
}

/* .secFiveText .btn-main {
  background: #fff;
  border: 1px solid #fff;
  color: #e98e0b;
} */

.secFiveText .btn-main {
    background: #fff;
    border: 1px solid #fff;
    color: #df4663;
}
/* 
.secFiveText .btn-main:hover {
  box-shadow: inset 0 0 0 50px #000;
  border: 1px solid #fff;
  color: #e98e0b;
} */


.secFiveText .btn-main:hover {
  box-shadow: inset 0 0 0 50px #000;
  border: 1px solid #fff;
  color: #df4663;
}

/* .points .text_box1 {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background: #e98e0b;
  border-radius: 0px;
  margin: 2px;
  font-size: 13px;
} */

.points .text_box1 {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background: #df4663;
    border-radius: 0px;
    margin: 2px;
    font-size: 13px;
}

/* .points .text_box1:hover {
  background: #e98e0b;
  cursor: pointer;
} */

.points .text_box1:hover {
  background: #bb0628;
  cursor: pointer;
}

.points_content {
  display: flex;
  align-items: center;
}

.points_content p {
  margin: 0;
  padding-left: 15px;
}

.points_content a img {
  margin-left: 10px;
}

.points_content a img:hover {
  cursor: pointer!important;
}

.secFiveText .content h3 {
  margin: 0;
}

.secFiveText .cmn-hd {
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.secFiveText .cmn-hd::after {
  height: 1px;
  width: clamp(33px, 3.39vw, 65px);
}

.secFiveText .btn-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 14px;
  line-height: 1;
  border-bottom: 1px solid;
  pointer-events: all;
}

.secFiveText .btn-main {
  pointer-events: all;
}

a:hover .secFiveImg img {
  filter: brightness(0.6);
}





/* secThree design */

.secThreeRow {
  display: flex;
  gap: clamp(35px, 3.65vw, 70px) clamp(20px, 2.09vw, 40px);
  align-items: flex-start;
}

.secThreeRow:not(:last-child) {
  margin-bottom: clamp(22px, 2.3vw, 44px);
}

.secThreeRow:nth-child(even) {
  flex-direction: row-reverse;
}

.secThreeImgDiv {
  width: 45%;
  flex-shrink: 0
}

.secThreeImg {
  width: 100%;
  padding-bottom: 97%;
  position: relative;
}

.secThreeImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30% 0;
}

.secThreeTextDiv {
  flex-grow: 1
}

.secThreeText .cmn-hd-lft {
  max-width: clamp(353px, 36.78vw, 706px)
}

.image_three img{
  border-radius: 40% 0;
}





/* secFour design */

.secFourItem {
  padding: clamp(35px, 3.65vw, 70px) clamp(38px, 5.21vw, 100px) clamp(35px, 3.65vw, 70px) clamp(38px, 3.91vw, 75px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  color: #fff;
  height: 100%
}

.secFourImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: luminosity;
}

.secFourImg img {
  opacity: 10%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .secFourItemLeft {
  background: var(--main-clr);
} */

.secFourItemLeft {
    background: #df4663;
}

.secFourItemLeft .cmn-hd-lft::after {
  background: #fff;
}

.secFourItemLeft .btn-main {
  background: #000
}

.secFourItemRight {
  background: #0b0b0b;
}





/* wedding_sec design */

.wedding_sec {
  background-color: #000;
  color: #fff;
  border-radius: clamp(125px, 15.63vw, 250px) 0;
}



/* faq design*/

.faq-sec {
  padding: 50px 0;
}

.faq_div .cmn-hd {
  text-align: left;
}

.faq_div .cmn-hd h2 {
  position: relative;
}

.faq_div .cmn-hd::after {
  display: none;
}

.faq_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30% 0;
}

/* .faq_div .cmn-hd h2::after {
  background-color: rgb(233 142 11);
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: clamp(51px, 5.32vw, 102px);
  height: 2px;
  content: '';
  transform: translateX(-50%);
} */

.faq_div .cmn-hd h2::after {
    background-color: #df4663;
    position: absolute;
    left: 40px;
    bottom: -20px;
    width: clamp(51px, 5.32vw, 102px);
    height: 2px;
    content: '';
    transform: translateX(-50%);
}

.faq-accordian-div {
  margin: 0 calc(0% - clamp(9px, 0.94vw, 18px));
}

.faq-item {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding: 0 clamp(10px, 0.94vw, 18px)
}

.faq-item details {
  border-bottom: 1px solid #000;
}

.faq-item h3 {
  font-size: clamp(18px, 1.15vw, 22px);
  margin-bottom: 0
}

.faq-item h3:hover {
  color: #d50105;
}

.faq-item summary {
  list-style: none;
  padding: 15px 42px 15px 8px;
  position: relative;
  cursor: pointer;
  transition: 0.3s
}

.faq-item summary:before {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  top: calc(50% - 1px);
  right: 0;
  content: '';
  border-radius: 4px;
  transition: 0.3s;
}

.faq-item summary:after {
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  top: calc(50% - 10px);
  right: 9px;
  content: '';
  border-radius: 4px;
  transition: 0.3s;
  transform: rotate(0deg);
}

.faq-item [open] summary:after {
  transform: rotate(90deg);
}

.faq-ans {
  padding: 0px 42px 20px 8px;
  position: relative;
  animation: sweep .5s ease-in-out;
}

[open] summary~.faq-ans {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}





/* footer design */

.site-footer {
  background: #0b0b0b;
  color: #fff;
  font-size: var(--fs-16px);
}

.site-footer a {
  color: #fff
}

/* .site-footer a:hover {
  color: var(--main-clr);
} */

.site-footer a:hover {
    color: #df4663;
}

.site-footer-top {
  padding: clamp(40px, 4.17vw, 80px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-head {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

/* .footer-head::after {
  background-color: #e98e0b;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 33px;
  height: 2px;
  content: '';
} */

.footer-head::after {
    background-color: #df4663;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 33px;
    height: 2px;
    content: '';
}

.footer-item ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.footer-item1 ul {
  font-size: 14px
}

.footer-item2 li:not(:last-child),
.footer-item3 li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-item1-ul {
  margin-bottom: clamp(25px, 2.61vw, 50px);
  max-width: 350px
}

.footer-item1-ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-item1-ul li {
  position: relative;
  padding-left: 24px;
}

.footer-item1-ul li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 19px
}

.footer-social ul {
  display: grid;
  flex-wrap: wrap;
  gap: 7px;
  font-size:20px;
}

.footer-social ul li {
  display: inline;
}

.footer-form .row {
  margin: 0 -6px;
  row-gap: 12px
}

.footer-form .row>[class*=col-] {
  padding: 0 6px
}

.footer-form :is(input:not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea) {
  border: solid 1px #4c4949;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  padding: 14px 8px;
  color: #fff;
  width: 100%;
  ;
  font-size: 14px
}

.footer-form textarea {
  height: 130px
}

.footer-form select {
  text-transform: uppercase
}

.footer-form option {
  color: #000;
  text-transform: uppercase
}

.footer-form input[type=submit] {
  background: var(--main-clr);
  border: 0;
  padding: 14px 7px;
  color: #fff;
  width: 100%;
  cursor: pointer;
}

.footer-form ::placeholder {
  color: #fff;
  ;
  opacity: 1;
  text-transform: uppercase
}

.site-footer .btn-main:hover {
  color: #fff
}

.ftr_btm {padding: 15px 0;}
.copyright-sec p{text-align: left;color:#fff; margin: 0; }
.d_m_div p{text-align: right;color:#fff; margin: 0;}
.d_m_div a img{width: 6%;margin-bottom: -10px;}
.ftr_btm .row {
  display: flex;
  align-items: center;
}





/* location page */

.banner1{
  background-color: #9c5e07;
  padding: 50px 0;
}

.banner1 .banner-text{
  color: #fff;
}

.area_div, .profile_div{
  padding: 50px 0;
}

.area_div .location {
  position: relative;
  overflow: hidden;
}

.area_div .location img {
  transition: 0.5s;
}

.area_div .location:hover img {
  opacity: 0.7;
  transform: scale(1.1);
  cursor: pointer;
}

.area_div .location_name {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  color: #3498db;
  font-weight: bold;
  transition: transform 0.2s;
}

.location_details .location_info {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 600;
  margin: 1rem 0;
}

.location_details .icon {
  height: 40px;
  width: 40px;
  background: #fff;
  border: 2px solid #e98e0b;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}


/* blog design */

.blog h3{
  font-size: 29px;
  padding-bottom: 15px;
}



/* blog-details design */



.blog-details img{
  width: auto;
  padding-bottom: 20px;
}












/*media queries*/

@media (max-width:1920px) {

.banner {
    padding: 220px 0;
}

.sec_oneTopText {
  padding-left: 0%;
}

.secFiveText {
  bottom: 4px;
  left: 0;
  width: 100%;                         
  padding: 12px;
}

}


@media(max-width: 1700px){

.sec_oneTopText {
    padding-left: 6%;
}

}


@media(max-width:1600px) {

  /* .container {
    max-width: 1440px;
  } */

  .sec_oneTopText {
    padding-left: 12%;
}

}

@media only screen and (max-width:1500px) {

  .banner {
    padding: 150px 0;
}

.sec_oneTopText {
  padding-left: 16%;
}

.navbar-area-menu {
  margin-right: 250px;
}

}

@media only screen and (max-width:1399px) {

  .sec_oneTopText {
    padding-left: 6%;
}

.navbar-area-menu {
  margin-right: 200px;
}

  .sec_twoRowWrap::before {
    background: url('../images/line-1.png') 2% 13%/ auto 13px repeat-x, url('../images/line-3.png') -18px 87%/ auto 13px repeat-x, url('../images/line-2.png') 95% 51%/ 13px auto no-repeat
  }

  .secFiveText .btn-main {
    margin-bottom: 20px;
    /* width: 100%;
    text-align: center; */
}

.site-logo{
  width: 27%;
}

.site-navbar>ul>li a {
  padding: 8px 0;
  border-bottom: 2px solid #0000;
  font-size: 12px;
}

}

@media only screen and (max-width:1280px) {

.banner {
    padding: 150px 0;
}

.sec_twoRowWrap::before {
    background: url('../images/line-1.png') 3% 13%/ auto 12px repeat-x, url('../images/line-3.png') 6px 87%/ auto 12px repeat-x, url('../images/line-2.png') 95% 51%/ 12px auto no-repeat
}

.navbar-area-menu {
    margin-right: 250px;
}

.banner h1 {
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 50px;
}

.sec_oneTopText {
  padding-left: 10%;
}

.site-logo img {
  width: 70%;
}

.site-logo {
  width: 20%;
}

.navbar-area-menu {
  margin-right: 200px;
}

.navbar-social_content .info .info_content h2 a {
  color: #fff;
  font-size: 17px;
}

}

@media only screen and (max-width:1199px) {

  .navbar-social ul img {
    max-width: 16px;
  }

  .navbar-social ul {
    gap: 6px;
    padding-left: 10px;
  }

  .site-navbar ul {
    gap: 12px;
  }

  .site-navbar ul li {
    font-size: 13px;
  }

  .navbar-area-menu {
    gap: 12px;
  }

  .banner-form-wrap {
    padding-left: 0
  }

  .banner-form-item textarea {
    height: 75px
  }

  .secSixRowWrap::before {
    display: none;
  }

  .go-to-top.show {
    bottom: 50px
  }

  .blog h3 {
    font-size: 24px;
    padding-bottom: 15px;
}

}

.phone {
    max-width: 15%;
    bottom: 3%;
    position: fixed;
    z-index: 990;
    right: 9%;
}
.phone img {
    width: 100%;
}
.whatsaap {
    position: fixed;
    right: 5%;
    bottom: 3%;
    z-index: 990;
}
@media (max-width: 767px) {
    .phone {
        max-width: 45% !important;
        bottom: 3%;
        position: fixed;
        z-index: 990;
        right: 19% !important;
    }
}
.profile_bg h1 {
    font-size: 33px;
    color: black;
}
.profile_text p {
    text-align: justify;
}
.profile_rate {
    margin-top: 20px;
    border: #26394c solid 1px;
    padding: 15px;
    background: #000;
}
.profile_text h2, .profile_rate h4 {
    color: #fff;
    margin-bottom: 1rem;
}
.profile_rate ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.profile_rate ul li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    color: white;
    font-size: 14px;
    width: 50%;
}
.profile_rate .rate_ul li {
    width: 27%;
}
.profile_rate ul li span {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-weight: 500;
}
.profile_rate .rate_ul li:last-child {
    width: 19%;
}
.profile_rate ul li .btn {
    padding: 6px 20px;
    font-size: 12px;
    margin-top: 0;
}

@media (max-width: 736px) {
    .profile_bg .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.profile_text {
        margin-top: 2rem;
        font-size: 14px;
    }
	    .profile_rate ul li span {
        width: 100px;
    }
	
}

@media (max-width: 480px) {
    .profile_rate ul li {
        width: 100%;
    }
	    .profile_rate .rate_ul li {
        width: 33%;
    }
	    .profile_rate .rate_ul li:last-child {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .profile_rate ul li {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .profile_text {
        font-size: 13px;
    }
}



@media(max-width: 1126px){

  .navbar-social {
    background-color: #e98e0b;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    padding: 0 35px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-social_content .info .info_content h2 a {
  color: #fff;
  font-size: 18px;
}

.navbar-social_content .info {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.navbar-area-menu {
  margin-right: 215px;
}

}

@media(max-width: 1050px){

  .navbar-social {
    background-color: #e98e0b;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    padding: 0 30px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-social_content .info .info_content h2 a {
  color: #fff;
  font-size: 18px;
}

.navbar-social_content .info {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.navbar-area-menu {
  margin-right: 215px;
}

}


@media(max-width: 1024px){

  .navbar-area-menu {
    margin-right: 215px;
}

.navbar-social {
  background-color: #e98e0b;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  padding: 0 30px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-social_content .info {
  display: flex;
  align-items: center;
  padding-left: 6px;
}

.sec_oneTopText {
  padding-left: 15%;
}

.navbar-social_content .info .info_content h2 a {
  color: #fff;
  font-size: 16px;
}

.banner h1 {
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 40px;
}

}

@media(max-width: 992px){

  .navbar-area-menu {
    margin-right: 250px;
}

.sec_oneTopText {
  padding-left: 17%;
}

.secThreeRow:not(:last-child) {
  margin-bottom: clamp(22px, 4.3vw, 44px);
}

.faq-item h3, .secFiveText .content h3 {
  font-size: 14px;
  margin-bottom: 0;
}

h2{
  font-size: 25px;
}

.faq-ans p, p, .btn-main, .btn-main_one, .sec_twoText p, .secFiveText .btn-main{
  font-size: 12px;
}

.b_para::after {
  height: 40px;
  width: 2px;
}

.sec_oneBtmImg img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
}

.site-navbar>ul>li a {
  padding: 8px 0;
  border-bottom: 2px solid #0000;
  font-size: 11px;
}

}

@media (max-width:991px) {

  body.no-scroll {
    height: 100vh;
    overflow: hidden;
  }

  .nav-toggler {
    display: block;
    position: relative;
    z-index: 10;
  }

  .nav-toggler.toggler-open {
    position: fixed;
    top: 35px;
    right: 35px;
}

  .navbar-area-menu {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    font-family: var(--font1);
    transform: scale(0);
    transition: 0.6s;
    opacity: 0;
    transform-origin: top right;
    height: 100vh;
    width: 100%;
    flex-direction: column;
  }

  .site-navbar>ul {
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding: clamp(40px, 7.5vw, 120px) 0px clamp(20px, 2.5vw, 40px);
    width: 100%;
    transition: 0.6s;
    overflow-y: auto;
    max-height: 100vh;
    justify-content: flex-start;
  }

  .site-navbar ul li {
    display: block;
    width: 100%;
    color: #fff;
  }

  .site-navbar>ul>li:not(:last-child) {
    border-bottom: 1px solid #ffffff38;
  }

  .site-navbar ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 14px 0;
    border-bottom-width: 0
  }

  .navbar-area-menu.open {
    transform: scale(1);
    opacity: 1;
  }

  .navbar-close {
    position: absolute;
    top: clamp(10px, 1.25vw, 20px);
    right: clamp(30px, 3.75vw, 60px);
    font-family: var(--font1);
    font-size: var(--40px);
    font-weight: bold;
    cursor: pointer;
  }

  .navbar-area-menu::before {
    background: #222;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    transform: translate(50%, -50%);
    padding: 200%;
  }

  .site-navbar ul ul {
    position: static;
    background: #0000;
    box-shadow: none;
    width: auto;
    text-align: center;
    pointer-events: all;
    opacity: 1;
    transform: none;
    display: none;
    transition: 0s;
    padding-bottom: 10px;
  }

  .site-navbar ul ul a {
    display: block;
    text-transform: none;
    padding: 8px 0;
  }

  .site-navbar ul ul a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0 1px 1px 0;
    display: inline-block;
  }

  .site-navbar .li-sub-menu-wrap>a {
    display: inline-block;
    width: auto;
  }

  .site-navbar .li-sub-menu-wrap {
    padding: 0 35px
  }

  .site-navbar .li-sub-menu-wrap.open-submenu {
    background: #111;
  }

  .site-navbar .li-sub-menu-wrap::after {
    content: '\002B';
    color: #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 140%;
    transition: 0.2s;
  }

  .site-navbar .li-sub-menu-wrap.open-submenu::after {
    transform: rotate(45deg);
  }

  .site-navbar ul ul li a:hover {
    background: #0000
  }

  .site-navbar {
    width: 100%;
  }

  .navbar-social {
    display: none;
}

  .navbar-social ul {
    padding-left: 0;
    justify-content: center;
    border-left: 0;
    gap: 16px;
  }

  .sec_oneTopText {
    padding-left: 0%;
  }

  .banner {
    padding-top: 100px
  }

  .banner .row {
    gap: 40px
  }

  .secOneBdRow {
    justify-content: center
  }

  .secOneBdCol:nth-child(1),
  .secOneBdCol:nth-child(2),
  .secOneBdCol:nth-child(3),
  .secOneBdCol:nth-child(4),
  .secOneBdCol:nth-child(5) {
    width: 50%
  }

  .secThreeText .cmn-hd-lft {
    max-width: 100%
  }

  .cta-sec-btn-div {
    text-align: right;
  }

  .site-footer-top .container>.row {
    row-gap: 30px
  }

  .hide_div{
    display: none;
  }

  .secThreeRow {
    flex-wrap: wrap;
}

  .secThreeImgDiv {
    width: 100%;
  }

  .faq_div {
    padding: 1rem 1rem;
}

  .profile_div_content{
  padding-top: 20px;
  }

  .image_three img {
    border-radius: 40% 0;
    width: 100%;
    margin-bottom: 50px;
}

.site-logo {
  width: 30%;
}

.blog-details img {
  width: auto;
  padding-bottom: 0px;
}

}


@media(max-width: 820px){

  .sec_oneTopText {
    padding-left: 10%;
  }

  .faq_div {
    padding: 0;
    margin-top: 20px;
}

}

@media(max-width: 768px){

  .sec_oneTopText {
    padding-left: 15%;
}

}

@media(max-width:767px) {

  .header-area.sticky .header-top-bar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, -100%);
  }

  .banner2{
    padding-top: 50px;
}

  .secOneBdCol:nth-child(1),
  .secOneBdCol:nth-child(2),
  .secOneBdCol:nth-child(3),
  .secOneBdCol:nth-child(4),
  .secOneBdCol:nth-child(5) {
    width: 100%
  }

  .secThreeRow {
    flex-wrap: wrap;
  }

  .secThreeRow:not(:last-child) {
    margin-bottom: 39px;
  }

  .secFourItem {
    padding: 25px;
  }

  .faq-accordian-div {
    column-count: 1;
  }

  .site-footer-btm,
  .site-footer-copyright {
    text-align: center;
  }

  .site-footer-btm .row {
    row-gap: 15px
  }

  .sec_oneTopText {
    padding-left: 0;
    margin-top: 120px;
}

.weddingImg{
  margin-bottom: 20px;
}

.sec_oneLeftImg{
  display: none;
}

  /* .sec_oneTopSmallImg{
    width: 20%;
    height: auto;
  } */

  .blog h3 {
    padding-bottom: 10px;
    font-size: 14px;

}

.site-logo img {
  width: 100%;
}

.site-logo {
  width: 40%;
}
	
.copyright-sec p, .d_m_div p{
  text-align: center;
}

}

@media only screen and (max-width:575px) {
  .secSixText p {
    font-size: 16px;
    margin-bottom: 10px
  }

  .banner h1 {
    line-height: 1.1;
    margin-bottom: 10px;
    font-size: 40px;
}

.faq_div {
  padding: 1rem 1rem;
}

}

@media only screen and (max-width:480px) {

  .btn-main.cta-sec-btn, .cta-sec .btn-main_one {
    padding: 10px;
    font-size: 12px; 
}

.banner .btn-main_one{
  margin-left: 0;
}

}


@media only screen and (max-width:393px) {

.banner .btn-main_one{
  margin-left: 0;
}

}


.current-menu-item a {
    border-bottom-color: #d94361 !important;
}

@media only screen and (max-width:1900px) and (min-width:1400px){
	.site-logo{width:350px}
}


@media (min-width: 768px) {
  .cta-one__content {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .cta-two__title {
    font-size: 35px;
  }
  .cta-two__thumb__one__thumb {
    width: 100%;
  }
  .cta-two__thumb__one__thumb img {
    height: auto;
  }
  .cta-two__thumb__two {
    position: relative;
    top: 0;
    right: 0;
  }
  .cta-two__thumb__two__flower {
    display: none;
  }
  .cta-two__thumb__two__thumb {
    width: 100%;
  }
  .cta-two__thumb__two__thumb img {
    height: auto;
  }
}
@media (max-width: 991px) {
    .cta-two__thumb__one {
        right: 0;
    }
	.cta-two__thumb__one__shape {
    position: absolute;
    left: -195px;
    top: -40px;
    width: 545px;
    height: 408px;
}
.cta-two__thumb__two__shape {
    position: absolute;
    left: -110px;
    top: -60px;
    width: 446px;
    height: 421px;
}
}


/* No Copy Content */
body {
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
    .post blockquote,.wp-block-code code {
      -webkit-user-select: text !important;
      -moz-user-select: text !important;
      -ms-user-select: text !important;
      user-select: text !important;
}
