@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
  --transition: all 300ms ease-in-out;
  --dark-color: #332e29;
  --light-color: #fff;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #12202e;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.logo {
  width: 20%;
  margin-left: 40%;
}
.footer-txt {
  font-weight: 300;
  font-size: 16px !important;
}
.footer-txt2 {
  font-size: 10px;
  font-weight: 300;
}
.footer-txt-cont {
  margin-top: -20px;
}
.email-txt {
  font-style: italic;
  color: #d2a9ae;
  display: inline;
}
.foot_link {
  color: #d2a9ae !important;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #cc9e46;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

button,
.btn {
  cursor: pointer;
  border: none;
  background: transparent;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--dark-color);
}
img {
  width: 100%;
  display: block;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.vh-100 {
  min-height: 100vh;
}
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: var(--dark-color);
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.py-7 {
  padding: 3rem 0;
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.lead {
  opacity: 0.8;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.8;
}
.lead1 {
  opacity: 0.8;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* header */
#header {
 background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
  url("../images/header-banner.jpg") center/cover no-repeat scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
}
#header .container {
  width: 100%;
}
.header-content {
  padding-bottom: 4rem;
}
.header-content h1 {
  font-size: 3rem;
  margin-bottom: 0;
  text-transform: none;
  color: var(--light-color);
}
.header-content h3 {
  color: var(--light-color);
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.social-links {
  display: flex;
  margin-top: 3.5rem;
}
.social-links li a {
  width: 40px;
  height: 40px;
  background-color: var(--light-color);
  margin-right: 1rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
}
.social-links li a:hover {
  opacity: 0.9;
}

#header-faq {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/48.jpg") center/cover no-repeat;
  height: 100vh;
  min-height: -webkit-fill-available; /* Fix for iPhone */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

#header .container-faq {
  width: 100%;
}
.header-content-faq {
  padding-bottom: 4rem;
}
.container-faq{
    width: 100%;
    text-align: center;
}
.header-content-faq h1 {
    font-size: 3rem;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--light-color);
    text-align: center;
}
.special_moments{
    color: #460627;
    font-size: 40px;
}
.container-blogs{
    width: 100%;
    text-align: center;
}
.container-gallery{
    width: 100%;
    text-align: center;
}
#header-gallery {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/Gallery.jpg") center/cover no-repeat;
  height: 100vh;
  min-height: -webkit-fill-available; /* Fix for iPhone */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

#header .container-gallery {
  width: 100%;
}
.header-content-gallery {
  padding-bottom: 4rem;
}
.header-content-gallery h1 {
  font-size: 3rem;
  margin-bottom: 0;
  margin-left: 10rem;
  margin-right: 10rem;
  text-transform: uppercase;
  color: var(--light-color);
}
.header-content-gallery h2 {
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 11rem;
  margin-right: 10rem;
  text-transform: uppercase;
  color: var(--light-color);
}

#header-Contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/Family%20shoot_Gallery/3.jpg") center/cover no-repeat;
  height: 100vh;
  min-height: -webkit-fill-available; /* Fix for iPhone */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#header .container-Contact {
  width: 100%;
}
.header-content-Contact {
  padding-bottom: 4rem;
}

  
.header-content-Contact h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-transform: none;
    color: var(--light-color);
  }

#header-about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/About-us.jpg") center/cover no-repeat;
  height: 100vh;
  min-height: -webkit-fill-available; /* Fix for iPhone */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

#header .container-about {
  width: 100%;
}
.header-content-about {
  padding-bottom: 4rem;
}
.container-about{
    width: 100%;
    text-align: center;
}
.header-content-about h1 {
    font-size: 3rem;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--light-color);
  }

#header-blogs {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/Blogs.jpg") center/cover no-repeat;
  height: 100vh;
  min-height: -webkit-fill-available; /* Fix for iPhone */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

#header .container-blogs {
  width: 100%;
}
.header-content-blogs {
  padding-bottom: 4rem;
}
.header-content-blogs h1 {
  font-size: 3rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--light-color);
}
.mt-2 {
  margin-top: 40px;
}
/* about */
.about-left {
  margin-bottom: 4rem;
  height: auto;
  overflow: hidden;
}
/* button down and title -reusable */
.btn-down {
  font-size: 3rem;
  display: inline-block;
  margin-top: 1rem;
  transition: var(--transition);
}
.btn-down:hover {
  opacity: 0.8;
  transform: translateY(5px);
}
.btn-down-white {
  color: var(--light-color);
}
.title {
  margin-bottom: 5rem;
  color: black;
}
h3 {
  color: grey;
}
.four-dogs {
  font-style: normal !important;
}
.title h2 {
  text-transform: none;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  color: #460627;
}
.title h2::after {
  position: absolute;
  content: "";
  top: 120%;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: var(--dark-color);
}

/* work */
#work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/Work-pic.jpg") center/cover no-repeat fixed;
  color: var(--light-color);
}
#work .title h2,
#work h3 {
  color: var(--light-color);
}
#work .title h2::after {
  background: var(--light-color);
}
.work-bottom {
  margin-top: 4rem;
  text-align: center;
}
.work-bottom > div .icon img {
  width: 50px;
  margin: 0 auto 1.7rem auto;
}
/* portfolio */
.portfolio-grid > div {
  transition: var(--transition);
}
.portfolio-grid > div:hover {
  transform: scale(0.9);
}

/* contact */
#contact {
  background-color: rgb(248, 248, 248);
}
.contact-content {
  flex-direction: column;
  align-items: stretch;
}
.contact-left {
  margin-bottom: 5rem;
}
.contact-left .lead {
  padding: 0.5rem;
}
.contact-left form {
  margin-top: 3rem;
}
.contact-left form .form-control {
  display: block;
  margin: 1.6rem 0;
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 1rem;
  width: 100%;
}
.contact-left form .form-control::placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.contact-left .btn-submit {
  padding: 1.4rem 3rem;
  font-family: "Poppins", sans-serif;
  background-color: var(--dark-color);
  color: var(--light-color);
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.6rem;
  transition: var(--transition);
}
.contact-left .btn-submit:hover {
  background-color: #000;
}

#insta {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/insta-pic.jpg") center/cover no-repeat fixed;
  min-height: 65vh;
}
#insta .title h2 {
  color: var(--light-color);
}
#insta .title h2::after {
  background-color: var(--light-color);
}
.insta-grid > div {
  height: 400px;
  overflow: hidden;
  transition: var(--transition);
}
.insta-grid > div img {
  height: 100%;
  object-fit: cover;
}
.insta-grid > div:hover {
  transform: scale(0.9);
}

/* footer */
#footer {
  background-color: #12202e;
  color: var(--light-color);
}
.footer-content {
  text-align: center;
}
.footer-content h3 {
  color: var(--light-color);
  font-size: 2.5rem;
  letter-spacing: 1px;
}
.footer-content ul {
  flex-direction: column;
}
.footer-content ul li a {
  color: var(--light-color);
  font-size: 1.5rem;
  transition: var(--transition);
}
.footer-content ul li a:hover {
  opacity: 0.7;
}
.footer-content ul li {
  margin: 0.5rem 1rem;
}
.footer-content > div:first-child {
  margin-bottom: 3rem;
}
.footer-content > div:first-child div {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}

/* Media Queries */

@media (min-width: 450px) {
  .work-bottom {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 0;
  }
}
@media (min-width: 576px) {
  .title h2 {
    font-size: 4rem;
  }
  .work-bottom {
    grid-template-columns: repeat(4, 1fr);
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-grid > div {
    height: 300px;
    overflow: hidden;
  }
  .portfolio-grid > div img {
    height: 100%;
    object-fit: cover;
  }
  .contact-left form .form-control {
    max-width: 500px;
  }
  .footer-content ul {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .header-content h1 {
    font-size: 7rem;
  }
  .about-content,
  .work-top {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6rem;
    row-gap: 0;
  }
  .about-left {
    margin-bottom: 0;
  }
  .contact-content {
    flex-direction: row;
  }
  .contact-right {
    padding-left: 3rem;
    width: 50%;
  }
  .contact-left {
    width: 50%;
  }
  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .insta-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .insta-grid > div {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-grid > div:nth-child(2) {
    grid-column: 2 / 4;
  }
  .portfolio-grid > div:nth-child(6) {
    grid-column: 2 / 4;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.youtube {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
  height: 0;
  width: 100%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style inputs with type="text", select elements and textareas */
input[type="text"],
select,
textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background-color: #cc9e46;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container-Contact-mid {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/*/blogs*/

.container-blog2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 20px 0 80px;
}

.card {
  width: 300px;
  margin: 10px;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.card:hover .card__caption {
  top: 50%;
  transform: translateY(-50%);
}
.card:hover .card__image {
  transform: translateY(-10px);
}
.card:hover .card__thumb::after {
  top: 0;
}
.card:hover .card__snippet {
  margin: 20px 0;
}
.card__thumb {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .card__thumb {
    max-height: 500px;
  }
}
.card__thumb::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .card__thumb::after {
    top: calc(100% - 140px);
  }
}
.card__image {
  transition: 0.5s ease-in-out;
}
.card__caption {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0 20px;
  color: white;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .card__caption {
    top: calc(100% - 110px);
    transform: unset;
  }
}
.card__title {
  display: -webkit-box;
  max-height: 85px;
  overflow: hidden;
  font-family: "Poppins", serif;
  font-size: 23px;
  line-height: 28px;
  color: white;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card__snippet {
  display: -webkit-box;
  max-height: 150px;
  margin: 20px 0;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  transition: 0.5s ease-in-out;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .card__snippet {
    margin: 60px 0;
  }
}
.card__button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border: 1px solid white;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.card__button:hover {
  color: black;
  background-color: white;
}

.disclaimer {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  background-color: white;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: center;
}
.disclaimer__link {
  color: #755d87;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 50%;
    margin-left: 26.6%;
  }
  .special_moments{
      font-size: 18px; 
      color: #460627;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .logo {
    width: 33.8%;
    margin-left: 36.2%;
  }
  .column{
    flex: 50%;
    max-width: 33%;
  }
  .lead {
    opacity: 0.8;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
  }
  .card {
    width: 225.8px;
    margin: 10.8px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  }

}
.container {
    max-width: 1200px;
    /* margin: 0 auto; */
    padding: 0 2rem;
    margin-bottom: 30px;
  }
  .by{
    font-size: 15px;
    text-align: start;
  }
  @media screen and (max-width: 354px){
    .logo {
        width: 66% !important;
        margin-left: 20.0% !important;
      }
  }
