@font-face{
    font-display:block;
    font-family:bootstrap-icons;
    src:url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}
/*import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');*/

.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{
    display:inline-block;
    font-family:bootstrap-icons !important;
    font-style:normal;
    font-weight:400 !important;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    vertical-align:-.125em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.bi-list::before{
    content:"\f479"
}
.bi-x::before {
  content: "\f62a";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-currency-rupee::before {
  content: "\F636C";
}
.bxs-quote-alt-left::before {
  content: "\edd5";
}
.bxs-quote-alt-right::before {
  content: "\edd6";
}

:root{
    --bs-primary:#ffffff;
    --bs-secondary:#c48f56;
    --bs-black:#000000;
    --bs-dark-gray:#17171A;
}

.bg-black{
  background: var(--bs-black) 17171A;
}
.bg-dark-gray{
  background: var(--bs-dark-gray);
}
.btn{
  font-size: .75rem; padding: 10px 20px 10px 20px; text-transform: uppercase;
}
.btn-deep-gray{
    color:var(--bs-primary);
    background-color:#17171a;
    border-color:#5b5c5e;
}
.bg-dark-gray{
  background: var(--bs-dark-gray);
}
.btn-secondary{
    color: var(--bs-primary);
    background-color:var(--bs-secondary);
    border-color: 0px !important;
}
.btn-secondary:hover{
    background-color:var(--bs-dark-gray);
}
.border-gray{
  border-color:#5b5c5e;
}
.text-secondary{
  color: var(--bs-secondary) !important;
}
.text-light-gray{
  color: #9f9f9f;
}

.border-bottom {
  border-bottom: 1px solid #414243 !important;
}

.ml-50{margin-left: 50px;}

body {
  font-family: "Jost", sans-serif;
  background: #0c0b09;
  color: #fff;
}

a {
  color: var(--bs-secondary); text-decoration: none;
}
a:hover {
  color: var(--bs-primary); text-decoration: none;
}

.read-more {
  font-size: .87rem; color: var(--bs-secondary); text-decoration: none;
}
.read-more img{
  width: .7rem;
}
.read-more:hover {
  color: #ffffff; text-decoration: none;
}

.follow-me-btn {
  position: absolute;
  z-index: 111;
  top: 50%; left: 50%;
  display: flex; align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.follow-me-btn img{
  width: .9rem; margin-right: .2rem;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;left: 0; right: 0; bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px); left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: var(--bs-secondary);
  border-bottom-color: var(--bs-secondary);
  border-radius: 50%;
  width: 60px; height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-----------------# Back to top button-------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px; bottom: 15px;
  z-index: 996;
  width: 44px; height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top img {
  width: 1rem; height: 1.5rem;
}
.back-to-top:hover {
  background: #cda45e; color: #1a1814;
}
.back-to-top:hover i {
  color: #444444;
}
.back-to-top.active {
  visibility: visible; opacity: 1;
}

.inner-header {
  margin-top: 80px;
}
.inner-header h1{
  font-size: 2rem; font-weight: 300;
}
.inner-header img{
	filter: brightness(50%);
}
.portraits, .event, .product, .street, .street, .travel, .weddings, .pet, .real-estate, .services, .publications{
  background-size: cover; padding: 2rem 0;
}
.portraits {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/portraits/inner-portrait-banner.webp) center center no-repeat;
}
.event {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/event/inner-event-banner.webp) center center no-repeat;
}
.product {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/inner-product-banner.webp) center center no-repeat;
}
.street {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/street/inner-street-banner.webp) center center no-repeat;
}
.travel {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/travel/inner-travel-banner.webp) center center no-repeat;
}
.weddings {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/wedding/inner-weddings-banner.webp) center center no-repeat;
}
.pet {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/pet/inner-pet-banner.webp) center center no-repeat;
}
.real-estate {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/real-estate/inner-real-estate-banner.webp) center center no-repeat;
}
.services {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/inner-services-banner.webp) center center no-repeat;
}
.publications {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/inner-publications-banner.webp) center center no-repeat;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--bs-primary) !important;
}

/*---------------------# Disable aos animation delay on mobile devices--------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*-----------------------# Header-------------------------------*/
#header {
  background: rgba(12, 11, 9, 36%);
  transition: all 0.5s;
  z-index: 11111;
  padding: 1rem 0;
}

#header.header-scrolled {
  top: 0; background: #17171A;
}
#header .logo img{
  margin: 0; padding: 0; width: 14rem;
}
#header .logo a {
  color: #fff;
}

.shopping img, .search img{
  width: 1.8rem; height: 1.8rem;
}
.modal-header{
  margin-top: 1.6rem; margin-right: 1.9rem;
}
.modal-header .btn-close {
  box-sizing: content-box;
  width: .7em; height: .7em;
  background: url(../img/close.svg) no-repeat;
  border: 0; border-radius: 0rem;
  opacity: 1;
  position: relative;
  right: 1.1rem;
}

.btn-close {
  box-sizing: content-box;
  width: .7em; height: .7em;
  padding: .25em .25em;
  background: url(../img/close.svg) no-repeat;
  border: 0; border-radius: 0rem;
  opacity: 1;
  position: absolute;
  top: 23px;
}

/*** Desktop Navigation */
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0 2rem;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 15px 20px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: .75rem;
  text-transform: uppercase;
}
.navbar a img {
  width: .7rem; margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: var(--bs-secondary);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px; top: calc(100% + 30px);
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--bs-black);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
  border-bottom: 1px solid #343637;
  border-top: 1px solid #343637;
  border-left: 1px solid #343637;
  border-right: 1px solid #343637;
}
.navbar .dropdown ul li:first-child {
  border-bottom: 1px none;
}
.navbar .dropdown ul a {
  padding: 10px 20px; color: #ffffff;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--bs-secondary);
}
.navbar .dropdown:hover > ul {
  opacity: 1; top: 100%; visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0; left: calc(100% - 30px);
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/***-----Mobile Navigation ---------*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
  width: 270px;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute; top: 27px; right: 9px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #1e1f1f;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px; font-size: .75rem; color: #dfdfdf;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--bs-secondary);
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0px 10px;
  padding: 0px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #1e1f1f;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
  border-bottom: 1px solid #616161;
  border-top: 1px solid #616161;
  border-left: 0px !important;
  border-right: 0px !important;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 10px 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--bs-secondary);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
#header-carousel .carousel-item img{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header-carousel .carousel-caption {
    top: inherit;
    left: 0;
    right: 0;
    bottom: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
#header-carousel .carousel-caption h1{
    font-size: 1.7rem; font-weight: 600;
}
#header-carousel .carousel-caption h1 span{
    font-size: 1.3rem; font-weight: 400; color: var(--bs-secondary);
}
#header-carousel .carousel-caption p{
    font-size: .9rem; line-height: 1.5rem;
}
#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}
#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem; height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative; min-height: 500px;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #845616;
    border-radius: 60px;
    overflow: hidden;
}
.carousel-indicators [data-bs-target]{
  background-color: rgba(36, 32, 23, 0.75) !important; color: #fff; font-size: .8rem;
}
#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%; height: 100%; object-fit: cover;
}
.carousel-indicators {
  justify-content: center; margin-bottom: 2rem;
}

/*-------------Social-Sidebar-Area --------------*/
.social-sidebar-area {
    width: 70px; height: 80%; background-color: transparent;
}
.social-info-area {
    display: flex;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 150px;
    left: -7px;
    z-index: 10;
    justify-content: center;
    align-items: center;
}
.social-info-area a {
    color: var(--bs-primary);
    font-size: .75rem;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-left: 17px;
    text-transform: uppercase;
}
.social-info-area a :hover{
    color: var(--bs-secondary);
}
.social-info-area a img {
    width: 1rem; height: 1rem; margin-right: 5px;
}

/*---------------------# Sections General----------------------------*/
section {
  padding: 60px 0; overflow: hidden;
}
.section-bg {
  background-color: var(--bs-black);
}
.section-title {
  padding-bottom: 20px;
  text-align: center;
}
.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bs-primary);
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.section-title h2 span{
  color: var(--bs-secondary);
}
.section-title p {
  margin: 0; margin: 0; font-size: 1rem;
}

.view-more{
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-secondary);
  text-transform: uppercase;
}
.view-more:hover{
  color: #8a8a8b;
}

/*----------------------# About--------------------------------*/
.about {
  background:#16171a; padding: 80px 0;
}
.about .about-img {
  position: relative; transition: .5s;
}
.about .about-img:hover {
  transform: scale(1.03);
}
.about .about-img img {
  position: relative; border-radius: 0%;
}
.about .content h5 {
  font-size: 1rem;
}
.about .content h3 {
  font-size: 2rem; font-weight: 500;
}
.about .content h3 span{
  color: var(--bs-secondary);
}
.about .content p {
  font-size: .87rem;
}

/*-----------Gallery-Portfolio Section------------*/

.portfolio .portfolio-item {
  margin-bottom: 10px;
  width: 24%;
}
.portfolio .portfolio-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.portfolio .portfolio-content {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.portfolio .portfolio-content a {
  background: #1a1814;
  position: relative;
  z-index: 3;
  color: white;
  transition: 0.3s;
}
.portfolio .portfolio-content a:hover {
  color: #cda45e;
}
.portfolio .portfolio-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}
.portfolio .portfolio-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.portfolio .img-contaner {
  position: relative;
}
.portfolio .image {
  display: block; width: 100%; height: 100%;
}
.portfolio .overlay {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 0; height: 100%;
  transition: .5s ease;
  text-align: center;
  padding-top: 30%;
}
.portfolio .img-contaner:hover .overlay {
  width: 100%;
}
.portfolio .img-contaner .content {
  position: absolute;
  top: 80%; left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.portfolio .img-contaner .content:hover{
  background: var(--bs-dark-gray); border: 1px solid #535355;
}
.portfolio ul{
  padding-left: 0rem !important;
}
.portfolio ul li{
  list-style: none;
}
.portfolio ul li img{
  float: left;
  margin-bottom: 10px;
}

/*----------Testimonials---------------------*/
.testimonials-bg-area{
  background: #16171a;
}
.testimonials .testimonial-item {
  box-sizing: content-box; min-height: 320px;
}
.testimonials .testimonial-item .quote .testimonial-img img {
  width: 5rem; height: 5rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-item h3 {
  font-size: 1rem; font-style: normal;
  color: var(--bs-primary);
  margin: 10px 0;
}
.testimonials .testimonial-item h4 {
  font-size: 14px; color: rgba(255, 255, 255, 0.6); margin: 0;
}
.testimonials .testimonial-item .quote {
  font-style: italic;
  padding: 3rem;
  background: #2a2a2a;
  position: relative;
  z-index: 1;
  border-radius: .25rem;
}
.testimonials .testimonial-item  .quote img{
  width: 2rem; height: 2rem;
}
.testimonials .swiper-pagination {
  margin-top: 30px; position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

/*-------------------# Services-----------------*/

.service-item {
  border-color: rgb(58, 58, 61) !important;
}

.privacy ul li, .terms-service ol li{ margin-bottom: 2.5rem;}
.privacy ul li, .terms-service ul li{ list-style: none; margin-bottom: .5rem;}
.privacy .card, .terms-service .card{ background-color: #2f2f34 !important;}

/*-------------------# Footer-----------------*/
.footer {
  background: rgb(44, 44, 44);
  padding: 30px 0 15px 0;
  color: #fff;
  font-size: 14px;
}
.footer .logo img{
  width: 14rem; height: 5rem;
}
.footer .footer-top {
  background: var(--bs-black); margin-bottom: 3rem;
}
.footer .footer-top ul{
  text-align: center; padding-left: 0;
}
.footer .footer-top ul li{
  display: inline-block; list-style: none; margin-right: 1rem;
}
.footer .footer-top ul li:last-child{
  margin-right: 0;
}
.footer .footer-top ul li a{
  color: var(--bs-primary);
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  display: flex;
  font-size: .75rem;
}
.footer .footer-top ul li a:hover{
  color: var(--bs-secondary);
}
.footer .footer-top ul li img{
  width: 1rem; margin-right: 5px;
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
.footer .footer-info ul, .footer .footer-link ul {
  padding-left: 0rem;
}
.footer .footer-info ul li, .footer .footer-link ul li {
  list-style: none;
}


.footer  h4 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
.footer .copyright {font-size: .7rem;}
.copyright a{color: var(--bs-primary) !important;}
.copyright a:hover{color: var(--bs-secondary) !important;}


label {
  color: #eee;
  font-size: 0.9rem;
}
.help-block.form-error {
  color: #ff0a0a;
  font-size: 0.8rem;
}
.rounded-5 {
  border-radius: 0.5rem;
}
.h-45vh {
  min-height: 45vh;
}
@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

@media (max-width:1199px){
  .social-info-area {
    bottom: 1135px;;
  }
  /* .about .about-img img {
    max-width: 440px;
  } */
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 1.5em;
  }
  .social-info-area{
    bottom: 935px; left: -19px;
  }
}

@media (min-width: 800px) and (max-width: 854px) {
  .social-info-area {
    bottom: 709px;
    left: -19px;
  }
}

@media (max-width: 767px) {
  .social-info-area {
    bottom: 550px;
    left: -19px;
  }
   .portfolio .portfolio-item {
	  width: 47%;
	}
}

@media (max-width: 575px) {
  #header .logo img {
  width: 12rem;
 }
.social-info-area {
    position: relative;
    transform: inherit;
    -webkit-transform: inherit;
    bottom: auto;
  }
/* .about .about-img img {
  width: 390px; height: 390px;
} */
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}