@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --primary-color: rgb(184, 142, 115);
  --secondary-color: #2ecc71;
  --white: #fff;
  --black: #000;
  --red: #d50007;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  font-family: "Cormorant Garamond", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: var(--foreground);
  font-weight: 400;
  line-height: 1.5;
}

html a {
  text-decoration: none;
  color: unset;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ul li {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
}

input {
  &:focus {
    outline: none;
  }
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 92%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.flex-nowrap {
  flex-wrap: nowrap;
}

@media (min-width: 992px) {
  .flex-nowrap {
    flex-wrap: wrap;
  }
}



@media (max-width: 992px) {
 
  header .header_inner ul li a{
    padding: 0px 6px !important;
  }

}

@media (max-width:768px){
  .item__list_wrapp .item_wrapp img {
    height: auto !important;
    width: 100%;
  }

  header .header_inner ul li a{
    padding: 0px 6px !important;
  }

  .recent_work_wrapp .heading_title{
    margin: 0 0 1rem !important;
  }

  .recent_work_wrapp {

padding: 30px 20px !important;
  }

  .contact_form_wrapp .heading_title{
    margin: 0 0 3rem !important;
  }

  .about_page_wrap .heading_title{
    margin: 0 0 3rem !important;
  }

}

.main_wrapp_home {
  position: relative;
}
.header_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0 0 10px 0;
}
header .header-top {
    background: #000; margin: 0 0 10px 0 !important;
}

.home-banner video {
    width: 100%;
   
}

header .header-top ul {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-family: ui-monospace;
}

header .header-top ul li {
    margin: 0;
    padding: 0 15px;
    color: #fff;
}

header .header-top ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

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

.header_wrap.isSticky {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: #fff;
  animation: slideDown 0.3s ease-out forwards;
}

.header_wrap header {
  width: 100%;
}
header .header_inner {
  width: 100%;
  display: flex;
  height: 100%;
  margin: 0px auto;
  padding: 0px 10px;
  -webkit-box-align: center;
  align-items: center;
  border: 1px rgba(255, 255, 255, 0.07);
  border-radius: 3px;
}

header .header_inner .logo_wrapp {
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 190px;
  /* margin: 0px 30px; */
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
}

header .header_inner ul li {
  text-transform: uppercase;
}
header .header_inner .left_nav_wrap {
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(31, 27, 23);
  position: relative;
  transition: 2s;
  border-top: 1px solid rgb(31, 27, 23);
  border-bottom: 1px solid rgb(31, 27, 23);
}
.header_wrap header .logo_wrapp img {
    max-height: 80px;
}
header .header_inner .left_nav_wrap ul {
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0;
   padding: 0;
}
header .header_inner ul li a {
  padding: 30px 6px; text-align: center;
}
header .header_inner .left_nav_wrap ul li {
  display: flex;
  margin: 0px auto;
  
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14.88px;
  color: rgb(31, 27, 23);
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  top: 0px;
  transition: top 0.5s;
}
header .header_inner .right_nav_wrap {
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(31, 27, 23);
  position: relative;
  transition: 2s;
  border-top: 1px solid rgb(31, 27, 23);
  border-bottom: 1px solid rgb(31, 27, 23);
}
header .header_inner .right_nav_wrap ul {
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0; padding: 0;
}
header .header_inner .right_nav_wrap li {
  display: flex;
  cursor: pointer;
  margin: 0px auto;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14.88px;
  color: rgb(31, 27, 23);
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  top: 0px;
  transition: top 0.5s;
}
header .header_inner .left_nav_wrap ul li:hover,
header .header_inner .right_nav_wrap ul li:hover {
  color: var(--primary-color);
}



header .header_inner ul .sub-menu{
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    flex-wrap: wrap;
    background:var(--primary-color);
    left: 0;
    top: 78px;
    z-index: 9;
}
header .header_inner  ul li:hover .sub-menu {display:flex !important}

header .header_inner  ul .sub-menu li {
    border-bottom: 1px solid #c6a58f;
    width: 100%; padding: 10px 0px; margin: 0;
}

header .header_inner  ul .sub-menu li:last-child{border-bottom:none}

header .header_inner  ul .sub-menu li a {
    color: #fff; padding: 10px; width:100%;
}
/* header .header_inner  ul .sub-menu li a:hover{background:#c6a58f; opacity:1} */




header .header_inner .btn_talk {
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  top: 0px;
  transition: top 0.5s;
  color: rgb(244, 243, 242);
  font-family: "Cormorant Garamond";
  font-size: 14.88px;
  background: var(--primary-color);
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0px 20px;
  height: 45px;
  letter-spacing: 0.1em;
  margin-right: 5px;
}

header .header_inner .btn_talk:hover {
  opacity: 0.8;
}

#main_slider .owl-item.active .caption_wrap h3 {
  animation: slideDown 1s ease-out forwards;
}
.main_slides_wrapp .banner_wrapp  img{max-height: 80vh; object-fit:cover}
.banner_wrapp {
  position: relative;
}

.banner_wrapp .caption_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_wrapp .caption_wrap h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding: 0 3rem;
  text-align: center;
  line-height: 112px;
  letter-spacing: 3px;
}

.about_wrapp {
  padding: 60px 0 30px;
}

.about_info_wrap {
}
.about_info_wrap h2 {
  font-family: "Cormorant Garamond";
  font-size: 40px;
  letter-spacing: 0.08rem;
  word-break: break-word;
}
.about_info_wrap h4 {
  margin: 25px 0;
}
.about_info_wrap .inner_wrapp {
}
.about_info_wrap .inner_wrapp p {
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 300;
  word-break: break-word;
}
.about_info_wrap .inner_wrapp h5 {
  margin: 25px 0;
}

.social_wrapp {
}

.social_wrapp h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond";
  color: rgb(31, 27, 23);
}
.social_wrapp p {
  font-size: 20px;
  color: var(--primary-color);
}
.social_wrapp .social_list {
  margin: 20px 0;
}
.social_wrapp .social_list i {
  font-size: 24px;
  margin-right: 10px;
  color: var(--primary-color);
  text-decoration: none;
}

.bookme_wrapp {
  /*background: rgb(209, 202, 197);*/
  padding: 120px 0;
  background: url("../../assets/images/gal-02.jpg") no-repeat center center;
  background-size: cover; position: relative; z-index: 1; background-attachment: fixed;
}
.bookme_wrapp:before{position:absolute; left:0; top:0; width:100%; height: 100%; content: ""; z-index: -1; background-color:rgba(0, 0, 0, 0.5)}
.bookme_wrapp .inner_wrapp {
  text-align: center;
  position: relative;
}
.bookme_wrapp .inner_wrapp h3 {
  max-width: 1800px;
  position: relative;
  font-family: "Cormorant Garamond";
  font-size: 48px;
  padding: 35px 80px 55px;
  margin: 0px 10px;
  min-width: 100%;
  letter-spacing: 5px;
  word-break: break-word;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 400;
  border: 2px solid #fff;
  color: #fff;
}

.bookme_wrapp .inner_wrapp .btn_wrapp {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  /*padding: 0 40px;*/
  /*background: rgb(209, 202, 197);*/
}
.bookme_wrapp .inner_wrapp .book_btn {
  font-family: "Cormorant Garamond";
  font-size: 16px;
  background: var(--primary-color);
  color: rgb(244, 243, 242);
  text-transform: uppercase;
  white-space: nowrap;
  padding: 15px 40px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.bookme_wrapp .inner_wrapp .book_btn:hover {
  background: #c6a58f;
}

.recent_work_wrapp {
  padding: 60px  20px;
  overflow-x: hidden;
}
/* 
#recent_work_wrapp.recent_work_wrapp [class*="col-"] {
    width: 20%;
} */
.recent_work_wrapp h3 {
  font-family: "Cormorant Garamond";
  font-size: 47.3506px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 16rem;
  margin-bottom: -4rem;
}

/* 
.portfolio_wrapp .item__list_wrapp {
  display: flex;
  flex-flow: column;
  gap: 20px;
} */

.item__list_wrapp .item_wrapp{
  margin-bottom: 20px;
  border-radius: 10px;
}

.item__list_wrapp .item_wrapp img {
  height: 350px;
  width: 100%;
  inset: 0px;
  object-fit: cover;
  border-radius: 10px;
}
/* 
.portfolio_wrapp .item_list1 {
  padding-top: 200px;
}

.portfolio_wrapp .item_list4 {
  padding-top: 150px;
}

.portfolio_wrapp .item_list2 {
  padding-top: 100px;
} */

.heading_title {
  font-family: "Cormorant Garamond";
  font-size: 48px;
  font-weight: 400;
  word-break: break-word;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 55px;
}

.blog_wrapp {
  padding: 40px 0 80px;
  color: rgb(31, 27, 23);
  background: rgb(209, 202, 197);
}
.blog_wrapp .heading_title {
  text-align: center;
  padding: 40px 0px 10px;
}

.blog_info_wrapp .img_wrap {
  padding: 40px 30px 40px 10px;
}

.blog_info_wrapp .blog_inner_wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 30px 0px;
}
.blog_info_wrapp .blog_details h3 {
  font-size: 26px;
  cursor: pointer;
  font-weight: 400;
  line-height: 33.41px;
  letter-spacing: 2.55px;
  overflow-wrap: break-word;
  text-align: center;
  direction: ltr;
  width: 100%;
}
.blog_info_wrapp .blog_details p {
  letter-spacing: 0.1em;
  direction: ltr;
  text-align: center;
  margin: 30px 0;
}

.blog_info_wrapp .blog_details .read_btn {
  width: fit-content;
  border-bottom: 1px solid;
  margin: 0 auto;
}

.blog_info_wrapp .blog_details .read_btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.blog_wrapp .blog_info_wrapp:nth-child(odd) .left_wrapp {
  order: 2;
}

.view_all_btn .visit_btn {
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  margin-top: 15px;
  border-bottom: 1px solid;
  display: inline-block;
}

.view_all_btn .visit_btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.contact_form_wrapp{padding:50px 0 0 0}

.client_say_wrapp {
  padding: 60px 0 60px; background: #f1f1f1;
}

.client_say_wrapp .heading_title {
  text-align: center;
}

.testimonial_wrapp {
  margin: 50px 0 0;
}

 
.btnTalk a {
    font-size: 20px;
    padding: 10px;
    background: #000;
    color: #fff;
    width: 162px;
    display: inline-block;
    border: 2px solid #000;
    transition: 0.9s;
}

.btnTalk {
    text-align: center;
}

.btnTalk a:hover {
    background: transparent;
    color: #b88e73;
}
.client_say_wrapp .owl-nav {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    margin-top: -25px;
}

.client_say_wrapp .owl-nav button {
    background:var(--primary-color) !important;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

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

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

.client_say_wrapp .owl-nav button span {
    font-size: 32px; color:#fff;
}

.client_say_wrapp .owl-nav button:hover {
    background: #c6a58f !important;
}

.client_say_wrapp .owl-nav button:hover span {
    color: #fff;
}
.client_say_wrapp .slide-content .img-box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.client_say_wrapp .slide-content .auther-name {
    font-size: 20px;
    font-weight: 600;
}
.client_say_wrapp .slide-content .row{align-items: center;}


.testimonial_info {
  background: rgb(209, 202, 197);
  padding: 20px;
  position: relative;
  margin: 0 0 60px;
}

.testimonial_info .img_wrapp {
}
.testimonial_info p {
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
  margin: 25px 0 0;
}
.testimonial_info h4 {
  font-weight: 400;
  font-size: 22px;
  margin: 25px 0px 35px;
  word-break: break-word;
  text-align: center;
}

.testimonial_info .quotes_wrapp {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}

.contact_form_wrapp {
  overflow-x: hidden;
}

.contact_form_wrapp .heading_title {
  text-align: center;
  margin: 0 0 40px;
}

.contact_form_wrapp .inner_wrapp {
  /*background: url("https://www.louvenirphotography.com/_next/image?url=https%3A%2F%2Fbookfocal-production.b-cdn.net%2Fimages%2Fd971b71a9dbf4775bb0f19ec127f8b0d.jpg&w=1920&q=75")*/
  /*  no-repeat;*/
  /*background-attachment: fixed;*/
  background: #fff;
}

.contact_form_wrapp p {
  /* text-align: center; */
}
.form_wrapp {
  background: #fff;
  padding:0;
}
.form_wrapp input,
.form_wrapp textarea {
  width: 100%;
}

.form_wrapp .input_wrapp label {
  font-size: 14px;
  font-weight: 400;
  color: rgb(31, 27, 23);
  margin: 5px 0px 10px;
  letter-spacing: 1px;
}
.form_wrapp .input_wrapp input {
  font-size: 14px;
  letter-spacing: 2px;
  height: 40px;
  padding: 8px 12px;
  margin-bottom: 10px;

  line-height: 1.42857;
  border: 1px solid rgb(31, 27, 23);
  color: var(--black);
  vertical-align: middle;
  width: 100%;
}
.form_wrapp .input_wrapp input[type="submit"] {
  width: 150px;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  border: none;
  margin: 5px 0px 0px;
  transition: 0.3s ease-in-out;
  background: rgb(184, 142, 115);
  color: rgb(244, 243, 242);
}

.form_wrapp .input_wrapp input[type="submit"]:hover {
  opacity: 0.8;
}

.form_wrapp .input_wrapp textarea {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 12px;
  margin-bottom: 10px;
  line-height: 1.42857;
  border: 1px solid rgb(31, 27, 23);
  color: var(--black);
  vertical-align: middle;
  height: 70px;
}

footer {
  padding: 40px 0;

 
}

footer .footer_inner {
  width: 100%;
  display: flex;
  height: 100%;
  margin: 0px auto;
  padding: 0px 30px;
  -webkit-box-align: center;
  align-items: center;
  border: 1px rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  display: none;
}

footer .footer_inner .logo_wrapp {
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 190px;
  margin: 0px 30px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 44px;
}

footer .footer_inner .logo_wrapp .book_btn {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px;
  width: 200px;
  margin: 35px 0px 0px;
  height: 50px;
  border: none;
  background: rgb(184, 142, 115);
  color: rgb(244, 243, 242);
  font-size: 14.88px;
}

footer .footer_inner .logo_wrapp .book_btn:hover {
  opacity: 0.8;
}

footer .footer_inner ul li {
  text-transform: uppercase;
}
footer .footer_inner .left_nav_wrap {
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(31, 27, 23);
  position: relative;
  transition: 2s;
  border-bottom: 1px solid rgb(31, 27, 23);
}
footer .footer_inner .left_nav_wrap ul {
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0;
}
footer .footer_inner .left_nav_wrap ul li {
  font-size: 14.8px;
  margin: 0px auto;
  color: rgb(31, 27, 23);
  text-transform: capitalize;
  transition: top 0.5s;
}

footer .footer_inner ul li a {
  padding: 20px 10px;
}
footer .footer_inner .right_nav_wrap {
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(31, 27, 23);
  position: relative;
  transition: 2s;
  border-bottom: 1px solid rgb(31, 27, 23);
}
footer .footer_inner .right_nav_wrap ul {
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0;
}
footer .footer_inner .right_nav_wrap li {
  font-size: 14.8px;
  margin: 0px auto;
  color: rgb(31, 27, 23);
  text-transform: capitalize;
  transition: top 0.5s;
}

footer .footer_inner .left_nav_wrap ul li:hover,
footer .footer_inner .right_nav_wrap ul li:hover {
  color: var(--primary-color);
}

.footer_bottom {
  text-align: center;
  margin: 40px 0 0;
  color: var(--primary-color);
    display: none;
}

.footer_bottom .social_list i {
  font-size: 24px;
  margin-right: 10px;
  color: var(--primary-color);
  text-decoration: none;
}

.about_page_wrap .heading_title {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 4rem;
}
.about_page_wrap .about_info_wrap h5 {
  font-size: 30px;
  text-align: center;
}

.about_page_wrap .about_info_wrap p {
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
}

.how_work_wrapp {
}
.how_work_wrapp h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.how_work_wrapp p {
  font-size: 24px;
  line-height: 1.5;
}
.how_work_wrapp .img_gallery {
  margin: 0 0 20px;
  padding: 25px 0 0;
}

.how_work_wrapp .img_gallery .row {
  align-items: center;
}
.how_work_wrapp .why_wrapp .left_wrapp {
  text-align: center;
  padding: 0 7rem;
}
.how_work_wrapp .why_wrapp .right_wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.how_work_wrapp .why_wrapp .right_wrapp h4 {
  font-size: 30px;
}
.contact_form_wrapp .heading_title {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 4rem;
}

.recent_work_wrapp{
  display: block !important;
}

.recent_work_wrapp .heading_title {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 2rem;
}

.portfolio_page_wrap .portfolio_wrapp {
  padding-bottom: 0;
  
}

.portfolio_page_wrap .portfolio_wrapp .item__list_wrapp {
  gap: 8px;
}
.portfolio_page_wrap .portfolio_wrapp .col-lg-4 {
  padding: 0 4px;
}
.portfolio_page_wrap .portfolio_wrapp .item_list1,
.portfolio_page_wrap .portfolio_wrapp .item_list2,
.portfolio_page_wrap .portfolio_wrapp .item_list4 {
  padding: 0;
}

.client_view_wrapp {
  padding:60px 0 0 0;}
.client_view_wrapp .heading_title {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 3rem;
}

.client_view_wrapp .view_list_wrap .view_item {
  text-align: center;
  margin: 0 0 30px;
}
.client_view_wrapp .view_list_wrap .view_item p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2px !important;
}
.client_view_wrapp .view_list_wrap .view_item a {
  font-size: 18px;
  color: rgb(31, 27, 23);
  text-decoration: underline;
}

.faq_wrapp .heading_title {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 4rem;
}

.faq_wrapp .faq_list_wrap {
  padding: 0;
}
.faq_wrapp .faq_list_wrap .faq_item {
  margin-bottom: 30px;
}
.faq_wrapp .faq_list_wrap .faq_item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.faq_wrapp .faq_list_wrap .faq_item p {
  font-size: 18px;
  margin: 0 0 8px;
}
.pricing_wrapp{padding: 60px 0 0 0;}
.pricing_wrapp .heading_title {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 2rem;
  font-size: 40px;
  font-weight: 500;
}
.pricing_wrapp p{font-size:20px; text-align:center}

.pricing_category_wrapp {
}
.pricing_category_wrapp .tab_wrapp {
}
.pricing_category_wrapp .tab_wrapp .nav {
  justify-content: center;
}

.pricing_category_wrapp .tab_wrapp .nav-pills .nav-link {
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--black);
}

.pricing_category_wrapp .tab_wrapp .nav-pills .nav-link.active {
  color: var(--white);
  background: var(--primary-color);
  background: transparent;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  border-radius: 0;
}

.pricing_category_wrapp .tab_wrapp .inner_wrapp {
  margin: 2rem 0 0;
  text-align: center;
}

.pricing_category_wrapp .tab_wrapp .inner_wrapp .tab_details_wrapp h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.pricing_category_wrapp .tab_wrapp .inner_wrapp .tab_details_wrapp .list-items{margin:15px 0; list-style-type:none; padding:0; width:100%}
.pricing_category_wrapp .tab_wrapp .inner_wrapp .tab_details_wrapp .list-items li{padding:5px 0; margin:0; font-size:20px}
.pricing_category_wrapp .tab_wrapp .inner_wrapp .tab_details_wrapp p {
  font-size: 20px;
}
.card_list_wrapp .card_item_wrapp {
  margin: 0 0 30px;
}
.card_list_wrapp .card_item_wrapp .img_wrapp {
  overflow: hidden;
}

.card_list_wrapp .card_item_wrapp .img_wrapp:hover img {
  transform: scale(1.1);
}
.card_list_wrapp .card_item_wrapp .img_wrapp img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  transition: 0.5s;
}
.card_list_wrapp .card_item_wrapp p {
  font-size: 20px;
  margin: 20px 0px 0px;
  text-align: left;
}
.card_list_wrapp .card_item_wrapp .price_btn {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0px 0px;
  font-weight: 200;
}

/* swiper css*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* swiper slider end */

.pricing_details_wrapp .heading_title {
  margin: 0 0 30px;
}
 .bredcum_wrapp ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-inline-start: 0;
}
 .bredcum_wrapp ul li {
  position: relative;
}
 .bredcum_wrapp ul li:not(:last-child)::after {
  content: "\f054";
  position: absolute;
  right: -20px;
  top: 7px;
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  opacity: 0.7;
}

.package_details_wrapp .left_wrapp .include_wrpp {
  padding: 60px 0;
}
.package_details_wrapp .left_wrapp .include_wrpp ul li {
  list-style: disc;
}

.package_details_wrapp .left_wrapp .package_desc_wrpp ul li {
  list-style: disc;
}

.package_details_wrapp .left_wrapp .policy_wrapp {
}
.package_details_wrapp .left_wrapp .policy_wrapp .card .card-header {
  padding: 0 0;
}
.package_details_wrapp .left_wrapp .policy_wrapp .card .card-header a {
  padding: 0.875rem 1.75rem;
  display: inline-block;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: 700;
}

.right_wrapp {
}
.right_wrapp .start_with_wrapp {
  background: rgb(209, 202, 197);
  padding: 1rem 2rem;
  margin: 1rem 0;
}
.right_wrapp .start_with_wrapp p {
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
}
.right_wrapp .booking_form_wrapp {
}
.right_wrapp .booking_form_wrapp .form_wrapp h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  font-weight: 400;
}
.right_wrapp .booking_form_wrapp .form_wrapp p {
  font-weight: 500;
  color: rgb(31, 27, 23);
  font-size: 18px;
  margin: 10px 0px;
  line-height: 1.5;
}
.right_wrapp .booking_form_wrapp .form_wrapp {
  background: rgb(209, 202, 197);
  padding: 1rem 2rem;
}

.right_wrapp .booking_form_wrapp .form_wrapp .input_wrapp input[type="submit"] {
  width: 250px;
  height: 50px;
  color: rgb(244, 243, 242);
  border-radius: 2px;
  font-size: 16px;
}

.right_wrapp .booking_form_wrapp .form_wrapp .input_wrapp.submit_btn {
  margin: 1.5rem 0;
}
.right_wrapp .booking_form_wrapp .form_wrapp .addon_wrapp h4 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 20px 0px 10px;
  padding: 0px;
  font-weight: 500;
}
.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  font-weight: 400;
}

.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp
  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp
  input:checked
  ~ .checkmark {
  background-color: var(--primary-color);
}
.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp
  .checkmark:after {
  content: "";
  position: absolute;
  /* display: none; */
}

.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp
  input:checked
  ~ .checkmark:after {
  display: block;
}

.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp
  .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right_wrapp
  .booking_form_wrapp
  .form_wrapp
  .addon_wrapp
  .inner_wrapp
  .label_wrapp
  input {
}

.recomanded_feature_wrapp {
  padding: 80px 0;
}

.recomanded_feature_wrapp .heading_title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  text-align: center;
}

/* blog */
.blog_page_wrapp {
padding: 60px 0 0 0;}

.blog_page_wrapp .heading_title {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 4rem;
  font-size: 40px;
  font-weight: 500;
}


.blog_inner_wrapp .card_list_wrapp .card_item_wrapp p {
  margin: 1rem 0px;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: underline;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog_inner_wrapp .card_list_wrapp .card_item_wrapp .price_btn {
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.blog_inner_wrapp .next_btn_wrap a {
  display: inline-block;
  font-size: 16px;
  margin: 1rem;
  padding: 8px 25px;
  color: rgb(244, 243, 242);
  background-color: rgb(184, 142, 115);
  cursor: pointer;
  text-transform: uppercase;
}

.blog_page_wrapp .next_btn_wrap a:hover {
  opacity: 0.8;
}


/* blog details */

.blog_details_wrapp{}
.blog_details_wrapp .top_banner_wrapp{
  margin: 0 0 2rem;
}
.blog_details_wrapp .blog_desc_wrapp{}
.blog_details_wrapp .blog_desc_wrapp .heading_wrapper{
  text-align: center;
  margin: 2rem 0;
}
.blog_details_wrapp .blog_desc_wrapp .heading_wrapper h3{
      font-size: 40px;
}
.blog_details_wrapp .blog_desc_wrapp .heading_wrapper p{
  font-size: 18px;
}
.blog_details_wrapp .blog_desc_wrapp .body_wrpp p{
  font-size: 18px;
  line-height: 1.5;
}
.blog_details_wrapp .blog_desc_wrapp .body_wrpp h4{
  font-size: 24px;
  margin: 27px 0 37px;
  font-weight: 600;
}


.more_blog_wrapp{
  padding: 80px 0;
}
.more_blog_wrapp .blog_top_heading_wrapp{
  text-align: center;
}
.more_blog_wrapp .blog_top_heading_wrapp p{
font-size: 24px;
margin: 2rem 0;
}
.more_blog_wrapp .heading_title{
  text-transform: uppercase;
  font-weight: 500;
}
.video_page_wrapp .video-box p{margin:15px 0;}
.video_page_wrapp .heading_title {
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 4rem;
    font-size: 40px;
    font-weight: 500;
}










.search_page_wrapp{padding: 60px 0 0 0;}
.search_page_wrapp input, .search_page_wrapp select {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
}

.search_page_wrapp .heading_title {
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 4rem;
    font-size: 40px;
    font-weight: 500;
}

.search_page_wrapp label {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
}

.search_page_wrapp input[type="radio"],  .search_page_wrapp input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin: 0 0 0 5px;
}

.search_page_wrapp input[type="reset"], .search_page_wrapp input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: var(--primary-color);
    margin:0 15px 0 0 !important;
}
.search_page_wrapp input[type="reset"]:hover, .search_page_wrapp input[type="submit"]:hover{background:#c6a58f}
.search_page_wrapp p a {
    color: var(--primary-color);
    font-weight: 600;
}
.search_page_wrapp p.forget-pass{margin-top:15px;}
.search_page_wrapp label span, .search_page_wrapp .hints{color:#ff0000}


.video_page_wrapp{padding: 60px 0 0 0;}
.faq_wrapp{padding: 60px 0 0 0;}
.home-banner{margin: 0; padding:  0; position: relative; width:100%;  }
.home-banner h1{margin:0 0 15px 0; font-size:48px; font-weight:700}
.home-banner:before {position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.4); content: ""; height: 100%; width: 100%; z-index: -1; }