body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #8a8783;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cinzel Decorative', cursive;
}

.vk-logo {
  width: 210px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item>img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fbf0ec;
}

.scrolled {
  background: #fbf0ec;
  transition: 0.3s;
}

.header-content ul li a {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Alegreya Sans SC', sans-serif;
}

.scrolled ul li a {
  color: #8a8783;
  transition: 0.3s;
}

.scrolled ul li a:hover {
  color: #676767;
  letter-spacing: 1.5px;
}

.text-banner {
  position: ABSOLUTE;
  z-index: 100;
  color: #fff;
  width: 700px;
  top: 80%;
  margin-top: -180px;
  left: 50%;
  margin-left: -350px;
  text-align: CENTER;
}

.text-banner h2 {
  text-shadow: 4px 1px 7px #000;
  font-size: 50px;
}

.text-banner p {
  font-size: 24px;
  text-shadow: 1px 1px 2px #0000007d;
}

.bg-com {
  background-color: #fbf0ec;
}

.webdding-aboutus {
  max-height: 400px;
  max-width: 400px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  /* overflow: hidden; */
  border: dashed 1.5px #d4b7ac;
  position: relative;
}

.photography-image {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
}

.flower-1 {
  position: ABSOLUTE;
  width: 200px;
  left: -200px;
  top: -60px;
  opacity: 0.3;
}

.flower-2 {
  position: ABSOLUTE;
  width: 200px;
  bottom: -50px;
  left: 50%;
  margin-left: -100px;
}

.aboutus_textbox {
  display: flex;
  align-items: CENTER;
  height: 100%;
  position: RELATIVE;
}

.flower-3 {
  position: ABSOLUTE;
  width: 250px;
  opacity: 0.4;
  right: 0;
}

.what_weoffer_img {
  position: ABSOLUTE;
  width: 250px;
  right: -50px;
  top: -100px;
  opacity: 0.4;
}

.profile-card-3 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 368px;
  border: none;
  border: solid thin #e9d5ce;
}

.profile-card-3 .background-block {
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.profile-card-3 .background-block .background {
  width: 100%;
  vertical-align: top;
  opacity: .9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  -webkit-transform: scale(1.8);
  transform: scale(1.2);
}

.profile-card-3 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 99999;
}

.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  float: left;
  background: #fbf0ec;
  height: 50%;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 9999;
}

.profile-card-3 .card-content::before {
  content: '';
  background: #fbf0ec;
  width: 120%;
  height: 100%;
  left: 11px;
  bottom: 61px;
  position: absolute;
  z-index: -1;
  transform: rotate(-13deg);
}

.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 25px;
}

.profile-card-3 h2 small {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

.out_teamflower {
  left: -150px;
  top: -50px;
  right: initial;
  width: 300px;
}

.servicebox {
  border: solid thin #e9d5ce;
  overflow: hidden;
}

footer {
  background: #fbf0ec;
}

footer .container {
  border-top: solid thin #e9d5cf;
}

footer .container h5 {
  padding-top: 30px;
  text-align: right;
  color: #8a8783;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid thin #e9d5ce;
}

footer .container ul {
  text-align: right;
  list-style: none;
}

footer .container ul li a {
  text-decoration: none;
  color: #8a8783;
  transition: all ease-in-out .5s;
}

footer .container ul li a:hover {
  margin-right: 10px;
}

.sociallinks li a:hover {
  margin-left: 10px;
}

.footerlogobox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footerlogobox img {
  width: 150px
}

.copyrightmsg {
  background-color: #f4e8e4;
}

/*Portfolio*/
.portfoliobg {
  height: 400px;
  background-image: url(../images/bg-portfolio.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  /* filter: blur(1px); */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfoliobg::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #0000006e;
}

.portfoliobg::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #272727bd;
}

.portfoliobg h2 {
  color: #fff;
  position: RELATIVE;
  font-size: 50px;
  letter-spacing: 5px;
  font-weight: 700;
  text-shadow: 2px 5px 8px #000;
}

.portfoliobg span {
  font-family: 'Cinzel Decorative', cursive;
  color: #fff;
  position: absolute;
  font-size: 90px;
  z-index: 0;
  opacity: .09;
}

.com-headbox {
  display: flex;
  justify-content: center;
}

.com-headbox span {
  font-size: 100px;
  top: -50px;
  font-size: 'Cinzel Decorative', cursive;
  font-family: 'Cinzel Decorative', cursive;
  opacity: 0.1;
  color: #c3afa8;
}

/*Portfolio*/

.main {
  padding: 70px 20px;
  width: 1200px;
  margin: auto;
}

.top_banner,
.bottom_banner {
  text-align: center;
  color: white;
}

.main_content {
  margin: 60px 0 40px;
  column-gap: 20px;
  width: 100%;
}

.picture_wrapper {
  margin-bottom: 25px;
  position: relative;
}

.picture_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.picture_wrapper p {
  text-align: CENTER;
  margin-top: 15px;
  /* position: ABSOLUTE; */
  position: RELATIVE;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.picture_wrapper span {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #a49a96;
  text-shadow: 1px 1px 3px #1b1b1b59;
  font-family: 'Cinzel Decorative', cursive;
  display: inline-block;
}

.subtitle {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  text-align: CENTER;
}

.picture_wrapper a {
  text-align: CENTER;
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #81726d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.btn-viewall {
  display: inline-block;
  border: solid thin #8a879e;
  padding: 10px 30px;
  text-align: center;
  color: #8a8791;
  text-decoration: none;
  border-radius: 0;
}

.btn-viewall:hover {
  background-color: #8a8783;
  color: #fff;
}

/*Hover images effect*/
.grid {
  position: relative;
  margin: 10px auto;
  list-style: none;
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 480px;
  height: 300px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie h2 {
  opacity: 0;
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  opacity: 1;
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*Contact Us*/
.contact-input {
  background: transparent;
  border-radius: 10px;
}

.form-contact {
  padding: 20px;
  background-color: #ffffff45;
  box-shadow: 2px 2px 7px #e2d6d2e3;
  margin-bottom: 30px;
}

.mob-header {
  display: none;
}

.imgbox_service {
  height: 450px;
  overflow: hidden;
  ;
}

.imgbox_service img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*Gallery*/
.container-gallery-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1em;
  padding: 1em;
}


.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.image-wrapper>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.black-trans-bg {
  position: relative;
}

.black-trans-bg::before {
  position: ABSOLUTE;
  content: '';
  height: 100%;
  width: 100%;
  background: #0000008f;
}


@media (max-width: 1050px) {
  .container {
    grid-template-columns: repeat(3, 1fr);
  }

  .column:last-child {
    display: none;
  }
}

@media (max-width: 800px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .column:nth-child(3) {
    display: none;
  }
}

@media (max-width: 550px) {
  .container-gallery-img {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 10px;
  }

  .column {
    gap: 1em;
  }

  .image-wrapper>img {
    border-radius: 6px;
  }

  .column:nth-child(3) {
    display: flex;
  }

  .column:last-child {
    display: flex;
  }

}

@media (min-width:768px) {
  .text-banner {
    animation: 12s move;
  }
}

@keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.w-50px{
  width: 50px;
}
.w-80px{
  width: 80px;
}
.desk-none{
  display: none;
}
.strip-year{
  background: #7c5a3c;
  color: #fff;
  padding-left: 60px;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dynamic-year{
  text-decoration: none;
  color:#212529 !important;
}