/* 
css section list - capy list and find

01 header
02 hero
03 feature 
04 why-campfire
05 your-album
06 use it
07 price
08 faq
09 try premium
10 footer
*/


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background: #ffffff;
}
.container-custom {
  width: 1920px;
}

.black-bg {
  background: #000000;
}
.section-title .section-subtitle {
  color: #7F7F7F;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-title .title {
  color: #000000;
  line-height: 69px;
}
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope', sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: capitalize;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 45px;
}

h6 {
  font-size: 40px;
}

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

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  color: #7F7F7F;
  margin: 0;
}

hr {
  border-bottom: 1px solid #1a1a1a;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
  opacity: 1;
}

label {
  color: #1a1a1a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
input::-webkit-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
input:-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
input::-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
input:-ms-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}

textarea::-webkit-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
textarea::-moz-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-ms-input-placeholder {
  color: #878c8f;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.p-static {
  position: static;
}

.w_img img {
  width: 100%;
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.hide {
    display: none !important;
}

/* ******************************* */
/* preloader start */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #fff;
  z-index: 99999;
}
.preloader-wrapper img {
  width: 200px;
  animation: pre-animet 2s linear infinite;
  -webkit-animation: pre-animet 2s linear infinite;
}
@keyframes pre-animet {
  0%{ transform: scale(1);
      
  }
50% {
      transform: scale(1.5);
  }
  100% {
      transform: scale(1);
  }

}

/* preloader end */
/* mobile-menu-start */
.mobile-menu-icon i {
  color: #BE7E35;
  font-size: 30px;
  cursor: pointer;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.mobile-menu-icon i:hover {
  color: #000;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mobile-menu-sidebar-wrapper {
  width: 400px;
  background: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  border-right: 5px solid #BE7E35;
  transform: translateX(-500px);
  visibility: hidden;
  position: relative;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 999;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.sidebar-active {
  display: flex;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  box-shadow: 0px 0px 186px 99px #000000ba;
}
.mobile-menu-sidebar-wrapper ul {
  list-style: none;
  padding: 70px 0;
}
.mobile-menu-sidebar-wrapper ul li a {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}
.mobile-menu-sidebar-wrapper ul li a:hover {
  color: #BE7E35;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
.mobile-menu-close-bar {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #BE7E35;
  cursor: pointer;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.mobile-menu-close-bar:hover {
  color: #000;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
/* mobile-menu-end */
/* 01 header */
.header-logo a img {
  height: 100px;
}
.header-menu ul li {
  display: inline-block;
}
.header-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #7F7F7F;
  margin-right: 30px;
}
.header-menu ul li a:hover {
  color: #BE7E35;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
.header-btn {
  float: right;
  display: flex;
  align-items: center;
}
.header-singup-btn {
  margin-left: 20px;
}
.header-singup-btn .singup {
  text-transform: capitalize;
  color: #ffffff;
  background: #BE7E35;
  padding: 10px 50px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 18px;
}
.header-singup-btn .singup:hover {
  background: #000000;
}
.header-login-btn .login {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000000;
}
.header-login-btn .login:hover {
  color: #BE7E35;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
/* header end */

/* 02 hero start */
.hero-text-area .hero-text-title {
  color: #fff;
  margin-bottom: 30px;
  padding-right: 60px;
}
.hero-text-area .hero-text-subtitle {
  color: #7f7f7f;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
  padding-right: 110px;
}
.hero-btn-wrapper .hero-try-it-btn {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  background: #BE7E35;
  color: #fff;
  padding: 10px 50px;
  border-radius: 10px;
  margin-right: 30px;
}
.hero-btn-wrapper .hero-try-it-btn:hover {
  color: #000000;
}
.hero-btn-wrapper .hero-how-work-btn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
}
.hero-btn-wrapper .hero-how-work-btn:hover {
  color: #BE7E35;
  border-color: #BE7E35;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
.hero-area-wrapper {
  position: relative;
}
.hero-text-wrapper {
  height: 820px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.hero-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-img-box {
  display: flex;
}
.hero-img-1, .hero-img-2, .hero-img-3 {
  margin-left: 15px;
  width: 470px;
  overflow: hidden;
}
.hero-img-1 img, .hero-img-2 img, .hero-img-3 img {
  margin-bottom: 15px;
}

.hero-img-1 img {
  animation-delay: 5s;
  animation: hero-img-animate linear infinite 15s ;
  -webkit-animation: hero-img-animate linear infinite 15s ;
}
.hero-img-2 img {
  animation-delay: 1s;
  animation: hero-img-animate linear infinite 15s ;
  -webkit-animation: hero-img-animate linear infinite 15s ;
}
.hero-img-3 img {
  animation-delay: 3s;
  animation: hero-img-animate linear infinite 15s ;
  -webkit-animation: hero-img-animate linear infinite 15s ;
}

@keyframes hero-img-animate {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
 50% {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
/* 02 hero end */
/* 03 feature start */
.swiper-slide.swiper-slide-next {
  width: 450px !important;
  margin-right: 0px !important;
}
.swiper-slide.swiper-slide-active {
  width: 450px !important;
  margin-right: 0px !important;
}
.swiper-slide {
  width: 450px !important;
  margin-right: 0px !important;}
.feature-box {
  padding: 50px 50px;
}
.feature-box h4 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
}
/* 03 feature end */
/* 04 why-campfire-start */
.why-campfire-area {
  background: #F7F5EE;
}
.why-campfire-area .section-title {
  margin-bottom: 100px;
}
.why-campfire-area .section-title {
  padding: 0 150px;
}
.why-campfire-box {
  border-bottom: 1px solid #ccc;
  padding: 35px 0;
}
.why-campfire-wrapper {
  padding-right: 100px;
}
.no-border {
  border: none;
}
.why-campfire-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.why-campfire-box-title h4 {
  margin: 0;
  font-size: 30px;
  color: #7B7A76;
  cursor: pointer;
  transition: all linear .3s;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

h4.title-color-add-active {
  color: #000000;
}
.why-campfire-box-title:hover h4 {
  color: #000000;
}
.why-campfire-box-subtitle p {
  font-weight: 600;
  font-size: 20px;
}

.why-campfire-title-icon i {
  display: inline-block;
  color: #000000;
  font-size: 30px;
  cursor: pointer;
  padding: 0 5px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.why-campfire-box-title:hover .why-campfire-title-icon i {
  color: #000000;
}
i .why-campfire-icon-active-color > {
  color: #7B7A76;
}
.why-campfire-icon-active-style {
  transform: rotate(180deg);
}
.why-campfire-box-wrapper-1 {
  display: none;
  visibility: hidden;
}
.why-campfire-box-wrapper-2 {
  display: none;
  visibility: hidden;
}
.why-campfire-box-wrapper-3 {
  display: none;
  visibility: hidden;
}

.campfire-img-1-active {
  display: block;
  visibility: visible;
  width: 100%;
}
.campfire-img-2-active {
  display: block;
  visibility: visible;
  width: 100%;
}

.campfire-img-3-active {
  display: block;
  visibility: visible;
  width: 100%;
}

.why-campfire-box-img {
  height: 700px;
  position: relative;
  transition: all linear 1s;
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -ms-transition: all linear 1s;
  -o-transition: all linear 1s;
}
.why-campfire-box-img-tgle {
  display: none;
  visibility: hidden;
  
}
.why-campfire-box-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  
}
.why-campfire-img-text {
  background: #BE7E35;
  border-radius: 50%;
  width: 240px;
  display: flex;
  align-items: center;
  height: 230px;
  position: absolute;
  top: 300px;
  left: -121px;
  box-shadow: 11px 4px 5px 0px #888888b0;
}
.why-campfire-img-text p {
  margin: 0;
  line-height: 25px;
  color: #fff;
  padding: 0 45px;
}
/* 04 why-campfire-end */
/* 05 your-album */
.your-album-area .section-title {
  margin-bottom: 100px;
}
.your-album-icon {
  margin-bottom: 50px;
}
.your-album-icon-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.your-album-icon-box h2 {
  color: #ffffff;
  font-size: 60px;
  background: #BE7E35;
  display: inline-block;
  padding: 30px;
  border-radius: 50%;
}
.your-album-icon-box i {
  display: inline-block;
  font-size: 80px;
  color: #7f7f7f6e;
  margin-right: 85px;
}
.your-album-modal-title {
    font-size: 1.25rem;
}
.your-album-modal-body p {
    font-size: unset;
    line-height: unset;
}
.your-album-modal-body p.instruction {
    font-size: small;
    margin-bottom: 10px;
}
.filenames td {
    font-size: small;
}
/* your album end */
/* 06 use it start */
.use-it-wrapper {
  overflow: hidden;
}
.use-it-area {
  background: #000000;
}
.use-it-text-area {
  padding-left: 0px;
  margin-top: 172px;
}
.use-it-text-area span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #808080;
}
.use-it-text-area h2 {
  color: #fff;
  margin-bottom: 22px;
}
.use-it-text-area p {
  font-size: 20px;
  font-weight: 600;
}

.use-it-img-box .img-box  img {
  width: 100%;
  height: 100%;
  border-radius: 15px;

}
.img-box {
  /* width: 550px;
  height: 730px; */
  border-radius: 15px;
  position: relative;
}
.img-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: #000000;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.use-it-img-box {
  position: relative;
}
.img-text {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 5%;
}
.img-text h2 {
  font-size: 40px;
  color: #fff;
}
.use-it-img-box.swiper-slide.swiper-slide-duplicate {
  margin-right: 15px !important;

}
.use-it-img-box.swiper-slide {
  margin-right: 15px !important;

}
.use-it-img-box.swiper-slide.swiper-slide-next {
  width: 450px !important;
  margin-right: 15px !important;
}
.use-it-img-box.swiper-slide.swiper-slide-prev {
  width: 450px !important;
  margin-right: 15px !important;

}
.use-it-img-box.swiper-slide.swiper-slide-active {
  width: 450px !important;
  margin-right: 15px !important;

}
.use-it-slider-btn i {
  font-size: 65px;
  color: #fff;
  padding: 5px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.use-it-slider-btn i:hover {
  color: #BE7E35;
  transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
}
.use-it-slider-btn {
  display: flex;
  justify-content: end;
  margin-right: 70px;
  margin-bottom: 100px;
}
/* use it end */
/* 07 price start */
.price-box {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 0 40px;
  border-top: 5px solid #BE7E35;
  padding-top: 30px;
  padding-bottom: 25px;
}
.price-box-header {
  position: relative;
}
.price-wrapper {
  margin-top: 130px;
}
.price-offes h2 {
  font-size: 20px;
  background: #BE7E35;
  display: inline-block;
  padding: 70px 25px;
  border-radius: 50%;
  color: #fff;
  transform: rotate(26deg);
}
.price-offes {
  position: absolute;
  top: -136px;
  right: -13px;
}
.price-box-header span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}
.price-box-header h1 {
  font-size: 65px;
  color: #000;
}
.price-box-header h1 {
  font-size: 65px;
  color: #000;
  margin-bottom: 10px;
}
.price-box-header .price-btn a {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  background: #BE7E35;
  padding: 15px 110px;
  border-radius: 15px;
}
.price-box-header .price-btn a:hover {
  background: #000;
}
.price-box ul li {
  font-size: 20px;
  margin: 15px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.price-box ul li i {
  font-size: 10px;
  margin-right: 25px;
  display: inline-block;
}
.price-btn {
  margin-bottom: 35px;
}
.price-box-header .price-black-btn a {
  background: #000;
}
.price-box-header .price-black-btn a:hover {
  background: #BE7E35;
}
/* price end */
/* 08 faq start */
.faq-area {
  background: #F8F6EE;
}
.faq-area .section-title {
  margin-bottom: 100px;
}
.faq-area .section-title .title{
  text-transform: uppercase;
}
.faq-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-content .faq-subtitle {
  width: 45%;
  height: 80px;
  overflow: hidden;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.faq-subtitle p {
  font-size: 20px;
  font-weight: 600;
}
.faq-title h4 {
  margin: 0;
  color: #000;
}
.faq-arrow-btn i {
  font-size: 35px;
  color: #000;
  cursor: pointer;
  margin-left: 40px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.faq-arrow-btn i:hover {
  color: #BE7E35;
}
.faq-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #C7C5BF;
}


/* faq-jquery css */
.faq-subtitle.faq-subtitle-active {
  height: 120px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
i.fas.fa-arrow-down.faq-subtitle-active.faq-icon-style {
  color: #BE7E35;
  transform: rotate(180deg);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
/* faq-jquery ends */
/* faq end */
/* 09 try premium start */
.try-premium-box .try-premium-icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.try-premium-box .try-premium-icon-box::before {
  position: absolute;
  content: "";
  background: #BE7E35;
  height: 80px;
  width: 88px;
  z-index: -1;
  border-radius: 15px;
  top: 14px;
  left: -15px;
  opacity: .6;
}
.try-premium-box .other-style {
  position: relative;
}
.try-premium-box .other-style::before {
  position: absolute;
  content: "";
  background: #BE7E35;
  height: 80px;
  width: 88px;
  z-index: -1;
  border-radius: 50%;
  top: 14px;
  left: -15px;
  opacity: .6;
}
.try-premium-box .try-premium-icon-box i {
  display: inline-block;
  font-size: 105px;
  color: #000000;
  z-index: 999;
}
.try-premium-text h4 {
  font-size: 30px;
}
/* try premium end */
/* 10 footer start */
.footer-area {
  background: #000;
}
.footer-box {
  border-right: 2px solid #fff;
  height: 100%;
  padding: 80px  0px;
}
.footer-logo a img {
  height: 100px;
}
.footer-content h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
.footer-content ul li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-content ul li a:hover {
  color: #BE7E35;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
.footer-border-none {
  border: none;
}
.footer-margin-left {
  margin-left: 40px;
}
.footer-line {
  width: 100%;
  height: 2px;
  background: #fff;
}
.footer-copyright {
  padding: 30px 0;
}
/* footer end */
/* 22. Back To Top */

.progress-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #fff;
}
.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #878c8f;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #F94D1C;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.progress-wrap:is(.progress-wrap-dark) {
  box-shadow: inset 0 0 0 2px #f6f8fa;
  background-color: transparent;
}
.progress-wrap:is(.progress-wrap-dark)::after {
  color: #f6f8fa;
}
.progress-wrap:is(.progress-wrap-dark) svg.progress-circle path {
  stroke: #1a1a1a;
}

.progress-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 30px;
  }
}

/*
************
*************************
/* -------------------------------------------home page end-------------------------------------- */

/* ----------------------------------- privacy-policy-page-start -------------------------------------- */
.pp-page-title {
  margin: 120px 0px;
}
.pp-content-wrapper {
  margin-bottom: 50px;
}
.pp-page-title h1 {
  color: #000;
}
.pp-content-wrapper .pp-content-title h3 {
  color: #000;
}
.pp-content-wrapper .pp-content-title p {
  font-size: 20px;
}
/*-------------------------------------- privacy-policy-page-ends -------------------------------------*/


/* ----------------------------------- gallery-page-start --------------------------------- */
.card.bg-transparent{
  background-color: transparent;
}
.family-reunion-area {
  background: #F2F2F2;
}
.family-reunion-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.family-reunion-title h3 {
  color: #000;
  margin: 0;
}
.family-reunion-btn a {
  background: #BE7E35;
  color: #fff;
  font-weight: 600;
  padding: 15px 70px;
  border-radius: 15px;
}
.family-reunion-btn a:hover {
  background: #000;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.family-img-box-img {
    height: auto;
    position: relative;
    width: 100%;
}
.family-img-delete-btn {
  position: absolute;
  top: 3%;
  left: 3%;
}
.family-img-box-img img {
    height: auto;
    width: 100%;
    border-radius: 15px;
}
.family-img-delete-btn i {
  display: inline-block;
  color: #fff;
  background: #BE7E35;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}
.family-img-delete-btn i:hover {
  background: #000;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.family-img-box-comment a {
  font-size: 20px;
  color: #000;
  float: right;
  /* margin-right: 15px; */
}
.family-img-box-comment a i {
  font-size: 20px;
}

.family-img-box-comment a:hover {
  color: #BE7E35;
}
.gallery-comment-box.toppest{
  margin-top: 30px;
}
.gallery-comment-input-box {
  border-bottom: 1px solid #7f7f7fcc;
  margin-bottom: 30px;
}
.gallery-comment-input-box input {
  border: none;
  padding: 13px 0;
  margin-left: 10px;
  color: #7F7F7F;
  background: #F2F2F2;
  height: 55px;
}
.gallery-comment-input-box i {
  font-size: 20px;
  color: #7F7F7F;
}
.gallery-comment-parson-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-right: 4px;
}
.gallery-comment-parson-img img {
  max-width:40px;
  border-radius: 50%;
}
.gallery-comment-title a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-bottom: 4px;
}
.gallery-comment-title a:hover {
  color: #BE7E35;
}
.gallery-comment-parson-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.gallery-combine{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gallery-comment-title {
  display: flex;
  margin-left: 10px;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  height: 18px;
}
.gallery-comment-title span {
  font-size: 11px;
  color: #7F7F7F;
}
.gallery-comment-old {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.gallery-comment-old p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  line-height: 24px;
}
.gallery-comment-old .gallery-comment-old-btn a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.gallery-comment-old .gallery-comment-old-btn a:nth-child(1){
  color:#F94D1C;
}
.gallery-comment-old .gallery-comment-old-btn a:nth-child(2){
    margin-right: 20px;
}
.gallery-comment-old .gallery-comment-old-btn a.remove {
  color:#F94D1C;
}
.gallery-comment-old .gallery-comment-old-btn a:hover {
  color: #BE7E35;
}
.gallery-comment-wrapper {
  width: auto;
}


.family-img-area {
  background: #F2F2F2;
}
.gallery-comment-area {
  background: #F2F2F2;
}

.icon-layers {
    height: 40px;
    width: 40px;
    background: #F8F6EE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
  }
  
  .icon-layers img {
    height: 22px;
    width: 22px;    
  }
  
  .favorite-content-item-btn {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5;
  }
  
  button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  
/* ----------------------------------- gallery-page-end --------------------------------- */

/* ------------------------------------pricing-page------------------------------ */
.price-box.pricing-page-box {
  height: 100%;
  margin: 0;
}
.price-box-header .pricing-page-btn a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.price-box-header .pricing-page-btn a:hover {
  background: #BE7E35;
  border: 1px solid #BE7E35;
  color: #fff;
}
.price-box-header .pricing-page-btn a{
  background: #fff;
}
/* ------------------------------------ pricign-page-end ----------------------------------- */

/* ------------------------------------ start-share-page -------------------------------------*/
.start-share-area {
  background: #000;
}
.start-share-content {
  padding: 80px 0px;
}
.start-share-img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.start-share-img-box .start-share-img-1 {
  width: 250px;
  height: 290px;
  position: absolute;
  top: -50px;
  left: 0;
}
.start-share-img-box .start-share-img-2 {
  width: 250px;
  height: 240px;
  left: 280px;
  position: absolute;
  bottom: -210px;
}
.start-share-img-box .start-share-img-3 {
  width: 350px;
  height: 249px;
  position: absolute;
  bottom: -520px;
  left: 135px;
}
.start-share-content-wrapper h2 {
  font-size: 50px;
  color: #fff;
  line-height: 75px;
}
.start-share-content-wrapper h4 {
  color: #6B8799;
  font-weight: 500;
  line-height: 40px;
}
/* ------------------------------------ start-share-page-end -------------------------------------*/

/* Designer add 06/01/2023 */
/* Button Styling */

/* ---Primary--- */
.btn-primary {
    font-weight: 800;
    color: #fff;
    background-color: #BE7E35;
    border-color: #BE7E35;
  }
  button.btn-primary:hover,
  button.btn-primary:active,
  a.btn-primary:hover,
  a.btn-primary:active {
    color: #fff;
    font-weight: 800;
    background-color: #a46c2b;
    border-color: #a46c2b;
    transition: .25s;
  }
  button.btn-check:focus+button.btn-primary, button.btn-primary:focus,
  a.btn-check:focus+a.btn-primary, a.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(190 126 53 / 50%) !important;
  }
  /* ---End of Primary--- */
  
  button.btn-outline-primary,
  a.btn-outline-primary {
    font-weight: 800;
    color: #BE7E35;
    border-color: #BE7E35;
  }
  button.btn-outline-primary:hover,
  button.btn-outline-primary:active,
  a.btn-outline-primary:hover,
  a.btn-outline-primary:active {
    color: #fff;
    font-weight: 800;
    background-color: #BE7E35;
    border-color: #BE7E35;
    transition: .25s;
  }
  button.btn-check:focus+button.btn-outline-primary, button.btn-outline-primary:focus,
  a.btn-check:focus+a.btn-outline-primary, a.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(190 126 53 / 50%) !important;
  }
  /* End of Button styling */
  /* End of Designer add in 06/01/2023 */

.pp-page-title {
    margin: 120px 0px;
}