@import url("https://fonts.googleapis.com/css2?family=Open+Sans&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");
:root {
  --allbg1: #000000;
  --allbg2: #141b23;
  --base: #d18b64;
  --transparent-base: rgba(201, 164, 125, 0.7);
  --title-color: #ffffff;
  --black: #161616;
  --text-color: #daddff;
  --text-color1: #ebebeb;
  --text-color2: #dcd9d9;
  --text-color3: #dbdbdb;
  --text-color4: #999999;
  --gradient1: linear-gradient(94deg, #fefefe, var(--base));
}

@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url("../fonts/icofont.woff2") format("woff2"), url("../fonts/icofont.woff") format("woff");
}

/* ==========================================================================
Base styles:
=============================================================================*/






p {
  margin: 0;
}








/* ==========================================================================
Global-class:
=============================================================================*/
/*-------------  text -------------*/




.text-40 {
  font-size: 40px;
  line-height: 48px;
  padding: 16px 0 26px;
}


.text-24 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 18px;
}



.text-16 {
  font-size: 16px;
  line-height: 30px;
}

.text-14 {
  font-size: 14px;
  line-height: 24px;
}


.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 600;
}



.font-mont {
  font-family: "Poppins", sans-serif;
}

.font-open {
  font-family: "Open Sans", sans-serif;
}

/*------------ color -------------*/
.white {
  color: var(--title-color);
}

.black {
  color: var(--black);
}

.base {
  color: var(--base);
}

/*------------- Bar --------------*/
.bar-horizontal {
  position: relative;
}

.bar-horizontal::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--base);
  position: absolute;
  bottom: 0px;
}

.bar-horizontal.bar-left::before {
  left: 0;
}

.bar-horizontal.bar-center::before {
  left: calc(50% - 19px);
}

.bar-vertical {
  padding-left: 30px;
  -webkit-box-shadow: -10px 0px 0px -8px var(--base);
  box-shadow: -10px 0px 0px -8px var(--base);
}

/* ==========================================================================
Custom Pagination Design:
=============================================================================*/

.text-40.white {
  padding: 18px 0;
}

.font-mont.text-14 {
  line-height: 30px;
}

/* ==========================================================================
Page Design:
=============================================================================*/
/*=============================*/
/*Navbar*/
/*=============================*/


/*================   Social Share  ===============*/


/*================   Side Nav  ===============*/





/*----------------------------------------------------
Content Design
-----------------------------------------------------*/




/*--------------------*/
/*=====================  about  =========================*/
.about {
  padding: 190px 0 150px;
  background: var(--allbg1);
}

.about-content {
  position: relative;
}

.about-image img {
  border-radius: 10px;
  -webkit-box-shadow: -37px -39px 0 0 var(--base);
  box-shadow: -37px -39px 0 0 var(--base);
  margin-left: 39px;
}

.about-text {
  padding-left: 30px;
}

.about-text .paragraph {
  padding-bottom: 32px;
}

/*=====================  portfolio  =========================*/


.mfp-figure figure {
  border: 0px;
}

.mfp-figure::after {
  background: transparent;
}

/*============     services     ==============*/

/*================  behind the seen  ==================*/





/*.controls:hover .video-progress-bar{
    height: 5px;
}*/


/*-----------------    Our Team ----------------*/
.our-team {
  padding: 48px 0 0px;
  background: var(--allbg1);
}

.team-members {
  padding-bottom: 40px;
}

.member-card {
  padding-top: 82px;
  margin-left: 33px;
}

.member-card .member-image img {
  -webkit-box-shadow: -33px -33px var(--base);
  box-shadow: -33px -33px var(--base);
}

.member-card:hover .member-name p {
  color: var(--black);
}

.member-image img {
  border-radius: 10px;
  -webkit-box-shadow: -33px -33px var(--allbg2);
  box-shadow: -33px -33px var(--allbg2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.member-image {
  position: relative;
}

.member-name {
  position: absolute;
  -webkit-transform: translate(-58px, -120px) rotate(-90deg);
  transform: translate(-58px, -120px) rotate(-90deg);
}

.profile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-links .link {
  padding-right: 20px;
}

.profile-links a {
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.profile-links a:hover {
  color: var(--base);
}

.text-24.designation {
  padding: 21px 0 18px;
}

.counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.counter-card {
  border-radius: 6px;
  background: var(--allbg2);
  padding: 17px 15px;
  min-width: 150px;
  margin: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.counter-card p:first-child {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 500;
}

/*====================    Price     ====================*/



/*======================     Blog    ========================*/
/*==================================    Testimonials   ==========================*/


/*=============================     Inatagram     =========================*/


/*==================    Footer =================*/


/*==============================================*/
/*                    About                     */
/*==============================================*/

/*.skills-bar>div:hover .proggress{
    background:var(--base) !important;
}*/



/*==============================================*/
/*                Blog Details                  */
/*==============================================*/
/*                  Responsive                  */
/*==============================================*/
@media (max-width: 1400px) {
  .social-links {
    left: -130px;
  }
}

@media (max-width: 1199px) {
  .home-header .social-links {
    display: none;
  }
  .navbar .container-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .banner-image .hero-image-1 {
    position: relative;
  }
  .banner-image .hero-image-2 {
    position: absolute;
    left: 0;
  }
  .services-slider .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-card .like-comment span {
    padding: 0 12px 0 6px;
  }
  .blog2-page .blog-card .like-comment span {
    padding: 0 45px 0 6px;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sign-in {
    margin-right: 0px;
  }
  .best-seller-slider button.slick-prev,
  .backstage-photo-slider button.slick-prev {
    left: 240px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .about-content .row > .col-lg-6.about-image-col {
    position: absolute;
    max-width: 320px;
    left: 15px;
  }
  .about-content .shape-outside {
    height: 350px;
    width: 375px;
    float: left;
  }
  .service-item {
    width: 80%;
  }
  .blog2-page .blog-card .like-comment span {
    line-height: 30px;
    padding: 0 45px 0 6px;
  }
  .best-seller-slider button.slick-prev {
    left: 154px;
  }
  .backstage-photo-slider button.slick-prev {
    left: 640px;
  }
}

@media (max-width: 991px) {
  #booking .modal-content {
    width: 90%;
    padding: 30px;
  }
  .banner-image .hero-image-1,
  .banner-image .hero-image-2 {
    max-width: 70%;
  }
  .about-text .more-button {
    margin-left: calc(50% - 40px);
  }
  .about-fotografia {
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .up-coming-event {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 45%;
  }
  .footer-content > div {
    margin-bottom: 50px;
  }
  .about-product {
    padding-left: 15px;
  }
  .page-header {
    padding: 150px 0;
  }
}

@media (max-width: 822px) {
  .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar .container-fluid {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .text-120 {
    font-size: 50px;
  }
  .text-58 {
    font-size: 48px;
  }
  .text-40 {
    font-size: 38px;
  }
  .text-30 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .text-18 {
    font-size: 16px;
  }
  .about-text {
    padding-left: unset;
    padding-top: 30px;
  }
  .about {
    padding: 100px 0 90px;
  }
  .gallery-2 .gallery-body,
  .gallery-body {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    column-gap: 25px;
  }
  .gallery-item {
    margin-bottom: 25px;
  }
  .related-products,
  .product-detail-main,
  .description-and-review,
  .contact-main,
  .services-page .services,
  .skills-and-equip,
  .about-me,
  .footer,
  .instagram,
  .blog,
  .testimonial,
  .behind-the-seen,
  .our-team,
  .services,
  .portfolio {
    padding: 90px 0 90px;
  }
  .counter-section {
    padding: 90px 0 !important;
  }
  .blog-post-body {
    padding: 80px 0 60px;
  }
  .our-team-content h5,
  .our-team-content h1,
  .services-content h5,
  .services-content h1 {
    text-align: center;
  }
  .our-team-content h1.bar-horizontal::before,
  .services-content h1.bar-horizontal::before {
    left: calc(50% - 19px);
  }
  .member-card {
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 80%;
  }
  .contact-body .map,
  .counters {
    padding-top: 90px;
  }
  .blog-image img {
    width: 100%;
  }
  .blog-card {
    height: unset;
    margin-bottom: 25px;
  }
  .blog1-page .blog-card {
    margin-bottom: unset;
  }
  .footer-content > div:nth-last-child(1),
  .blog-content .row > .col-md-4:nth-last-child(1) .blog-card {
    margin-bottom: 0;
  }
  .page-header {
    text-align: center;
    padding: 120px 0;
  }
  .choose-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .equipment {
    padding-top: 40px;
  }
  .choose {
    padding: 75px 0 45px;
  }
  .best-seller-slider button.slick-prev,
  .backstage-photo-slider button.slick-prev {
    left: 455px;
  }
  .recent-post-description .paragraph {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .choose-card {
    margin-bottom: 44px;
  }
  .contact2-page .contact-main h1 {
    margin-bottom: 0px;
  }
  .contact-page .send-massage {
    padding-top: 30px;
  }
  .shop .page-sidebar {
    padding-top: 30px;
  }
  #signin .modal-content {
    -webkit-transform: translateY(15%) !important;
    transform: translateY(15%) !important;
  }
}

@media (max-width: 575px) {
  .text-120 {
    font-size: 45px;
  }
  .text-60 {
    font-size: 48px;
    line-height: 54px;
  }
  .text-58 {
    font-size: 38px;
    line-height: 44px;
  }
  .text-48 {
    font-size: 34px;
    line-height: 38px;
    padding: unset;
  }
  .text-40 {
    font-size: 30px;
    line-height: 36px;
  }
  .text-36 {
    font-size: 26px;
    line-height: 30px;
    padding: initial;
  }
  .text-30 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-24 {
    font-size: 22px;
    line-height: 30px;
  }
  .text-22 {
    font-size: 20px;
    line-height: 30px;
    padding: initial;
  }
  .text-20 {
    font-size: 18px;
    line-height: 24px;
    padding: initial;
  }
  .text-18 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-16 {
    font-size: 15px;
    line-height: 24px;
  }
  .text-14 {
    font-size: 15px;
    line-height: 26px;
  }
  .text-12 {
    font-size: 14px;
    line-height: 26px;
  }
  #booking .modal-content {
    width: 97%;
    padding: 0;
  }
  #datepicker-booking .ui-state-default,
  #datepicker-booking .ui-widget-content .ui-state-default,
  #datepicker-booking .ui-widget-header .ui-state-default {
    display: unset;
    padding: initial;
  }
  .home-header {
    padding-top: 90px;
  }
  .social-links {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    left: 0;
    top: unset;
    padding-left: 15px;
  }
  .banner-image {
    padding-top: 20px;
  }
  .about-image {
    margin: 0 auto;
  }
  .about-image img {
    margin-left: 24px;
    -webkit-box-shadow: -24px -28px var(--base);
    box-shadow: -24px -28px var(--base);
    max-width: 90%;
  }
  .gallery-nav .item-name {
    padding: 15px 17px 0;
  }
  .gallery-body {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .services-slider .service-image img {
    -webkit-box-shadow: 25px 35px #24252b;
    box-shadow: 25px 35px #24252b;
  }
  .services-slider .service-card:hover .service-image img {
    -webkit-box-shadow: 25px 35px var(--base);
    box-shadow: 25px 35px var(--base);
  }
  .behind-the-seen-video {
    -webkit-box-shadow: -10px -10px var(--base);
    box-shadow: -10px -10px var(--base);
  }
  .play-button {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }
  .play-button button {
    padding: 13px;
  }
  .member-card {
    max-width: 100%;
  }
  .footer-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-content h2 {
    text-align: center;
  }
  .bar-horizontal.bar-left::before {
    left: calc(50% - 19px);
  }
  .footer-contact {
    max-width: 75%;
  }
  .about-me-image img {
    max-width: 90%;
  }
  .best-seller-slider button.slick-prev,
  .backstage-photo-slider button.slick-prev {
    left: 88%;
  }
  .blog-comment .user-image img {
    max-width: 75%;
  }
  .comment-body {
    padding-left: 0px;
  }
  .blog-comment .reply-comment {
    padding-left: 30px;
  }
  button.post-btn {
    width: 100%;
  }
  .gallery-page .gallery-body {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .about-product .product-name {
    text-align: center;
  }
  .description-and-review ul.nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .related-products h1 {
    text-align: center;
  }
  .related-products h1.bar-horizontal::before {
    left: calc(50% - 19px);
  }
  #time-counter {
    font-size: 32px !important;
    margin: 20px 0;
  }
  #time-counter label {
    font-size: 14px;
  }
  .coming-soon h2 {
    font-size: 38px;
  }
  .coming-soon p.text-18 {
    font-size: 14px;
  }
  .contact-body h1,
  .contact-body h5 {
    text-align: center;
  }
  .page-header {
    padding: 100px 0;
  }
}
.home-gallery-more{
    width:100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 416px) {
  .service-item {
    width: 80%;
  }
  .blog2-page .blog-card .like-comment span {
    padding: 0 12px 0 6px !important;
  }
  .page-header {
    padding: 80px 0;
  }
}

@media (max-width: 340px) {
  .social-links li {
    padding-right: 15px;
  }
  .social-links li::before {
    display: none;
  }
  .page-header {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  .side-nav {
    display: none;
  }
}

.star-blank {
  color: #c8c8c8;
}

.reviewer-profile {
  max-width: 50px !important;
}

.w-50px {
  max-width: 50px;
}

.card-icon .gateway {
  height: 122px !important;
  width: 146px !important;
}

ul.d-flex.flex-wrap.flex-row.justify-content-md-end.justify-content-center
li
a:hover,
.activeLink {
  color: var(--base);
}

.paragraph.wow.fadeInUp {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 30px;
}

.share.pt-4 p {
  font-size: 16px;
  font-weight: 600;
}

p.text-14.font-open.font-weight-light.white {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.client-name {
  line-height: 1.2;
}

.font-weight-bold {
  font-weight: 600;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  padding: 5px 15px !important;
  -webkit-text-fill-color: #111;
  box-shadow: 0 0 0px 1000px #ffffff1a inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff1a inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 5px !important;
  min-height: 50px;
}
/*# sourceMappingURL=style.css.map */

