/**
* Template Name: Vesperr
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Open+Sans:wght@300;400&display=swap');
body {
font-family: 'Open Sans', sans-serif;
  color: #444444;
}
p{
        font-size: 19px;
}
p span{
      color: #d7815e;
}
a {
  color: #d7815e;
  text-decoration: none;
}

a:hover {
  color: #d7815e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
}
.btnStyle1{
     font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #373737;
    border: 2px solid #373737;
}
.btnStyle1:hover{
      color: #373737;
    background: #fff;
}
.btnStyle2{
     font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #d7815e;
    border: 2px solid #d7815e;
}
.btnStyle2:hover{
      color: #d7815e;
    background: #fff;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d7815e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar{
    padding: 15px 0px;
}
.topbar .social-links a{
    padding: 10px;
    
}
.topbar .logo img{
    width:180px;
}
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0 22px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: white;
}
#innerHeading{
    padding: 10px 0;
}
#innerHeading h2{
    padding: 10px 0;
    margin: 0px;
     font-family: 'EB Garamond', serif;
    color: #d7815e;
    font-size: 55px;
    text-transform: uppercase;
}
#innerHeading .container{
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #373737;
  white-space: nowrap;
    text-transform: uppercase;
  transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d7815e;
}
.navbar a:before{
    content: '';
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 20px;
    background: #d7815e;
}
.navbar a.noBefore:before{
    display: none;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #d7815e;
    border: 2px solid #d7815e;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
color: #d7815e;
    background: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.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: #d7815e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.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: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #d7815e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 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: #d7815e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  margin-top: 0px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size:90px;
 
  line-height: 100px;
 text-transform: uppercase;
    color: #d7815e;
    font-family: 'EB Garamond', serif;

}

#hero h2 {
  color: #373737;
  margin-bottom: 50px;
    font-size: 18px;
}

#hero .btn-get-started {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #d7815e;
  border: 2px solid #d7815e;
}

#hero .btn-get-started:hover {
  background: #d7815e;
  color: #fff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 0px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f4ef;
    max-width: 1140px;
    margin: 0px auto;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
    max-width: 560px;
    margin: 0px auto;
}
.section-title.text-start{
    width: 100%;
        max-width: 100%;
}

.section-title h2 {
  font-size: 16px;
  font-weight: 300;
    letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color: #d7815e;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height:1px;
  background: #d7815e;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 6px 0;
}

.section-title h2::after {
  margin: 0 0 6px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}
 
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
 

.about .welcomeNote {
    color: #373737;
    font-size: 45px;
    line-height: initial;
    /* font-weight: 600; */
    font-family: 'EB Garamond', serif;

}
.bio h4{
    font-family: 'EB Garamond', serif;
  color: #d7815e;
    font-size: 24px;
    line-height: initial;
}
/************* photography ***********/

.imageGrid {
    padding: 0;
    color:#fff;
    margin: 0px -20px;
        display: flow-root;
}

 

.imageGrid > .imageBox {
    width: 25%;
    height:270px;
    
     padding: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: left
}
.imageGrid > .imageBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    
}
.imageGrid .imageBox:nth-child(1) {
    width: calc( 25% * 2 + 0px);
    height: calc( 270px * 2 + 0px);
}
/************* photography ***********/
.paper .accordion-list {
  padding: 0 00px 0px 00px;
}

.paper .accordion-list ul {
  padding: 0;
  list-style: none;
}

.paper .accordion-list li+li {
  margin-top: 0px;
}

.paper .accordion-list li {
  padding: 0px;
 
  border-radius:0px;
    border-bottom: 1px solid #d7815e;
}

.paper .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #d7815e;
  cursor: pointer;
        padding-bottom: 15px;
        padding-top: 15px;
}

 
.paper .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 15px;
}

.paper .accordion-list p {
  margin-bottom: 0;
  padding: 0px 0 15px 0;
}
.paper .accordion-list p span{
    color: #d7815e;
}
.paper .accordion-list .icon-show {
  display: none;
}

.paper .accordion-list a.collapsed {
  color: #d7815e;
}

.paper .accordion-list a.collapsed:hover {
  color: #d7815e;
}

.paper .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.paper .accordion-list a.collapsed .icon-close {
  display: none;
}
.sectionStyle2{
    
  font-size: 20px;
    color: #d7815e;
    border-bottom: 1px solid #d7815e;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.sectionStyle3{
        font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    color: #d7815e;
}
.darkBg{
    color: #fff;
}
.sectionStyle4{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    color: #d7815e;
    margin-bottom: 20px;
}
.sectionStyle4:after{
        content: "";
    width: 100%;
    height: 1px;
    background: #d7815e;
    display: inline-block;
        position: absolute;
    top: 9px;
        left: 0;
}
.sectionStyle4 span{
   background: #fff;
    display: inline-block;
    margin-left: 100px;
    position: relative;
    z-index: 9;
    padding: 0px 10px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #d7815e;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #d7815e;
}

.contact .social-links a:hover {
  background: #d7815e;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #d7815e;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #d7815e;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
    border: 0px;
    background: #edeae5;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}
.contact .php-email-form input::placeholder, 
.contact .php-email-form textarea::placeholder
{
  color: #d7815e;
  opacity: 1; /* Firefox */
}
.contact .php-email-form input::-ms-input-placeholder, 
.contact .php-email-form textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #d7815e;
}

 
.contact .php-email-form button[type=submit] {
       font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #373737;
    border: 2px solid #373737;
}

.contact .php-email-form button[type=submit]:hover {
    color: #373737;
    background: #fff;
}


.hotographBox img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.contactBoxSec{
    font-family: 'EB Garamond', serif;
    border-radius: 5px;
}
.contactBoxSec h4{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    color: #d7815e;
}
.emailSec a{
    font-size: 19px;
    color: #444444;
}
.followSec a{
        color: #d7815e;
        padding: 5px;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #373737;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0 0 0 ;
  color: #fff;
  font-size: 14px;
}
.fHeading{
    text-align: center;
    border-bottom: 1px solid #d7815e;
    padding: 0px 0px 30px 0px;
    margin-bottom: 50px;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--default-color-rgb), 0.5);
  font-size: 16px;
  color: rgba(var(--default-color-rgb), 0.5);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.footer h4 {
  color: #d7815e;
  font-size: 16px;
font-family: 'Open Sans', sans-serif;
  position: relative;
    text-transform: uppercase;
  padding-bottom: 12px;
    letter-spacing: 2px;    margin: 0;
} 
.footer h6{
      font-family: 'EB Garamond', serif;
font-size: 40px;
}
.footer p{
    font-family: 'EB Garamond', serif;
font-size: 22px;
}
.footer a{
    color: #fff;
}
.footer-bottom{
    background: #1c1c1c;
    font-size: 15px;
    color: #717171;
    font-family: 'Open Sans', sans-serif;
        padding: 25px 0;
    margin-top: 30px;
}
@media (max-width: 768px) {
    body{
        padding-top: 60px;
    }
    #innerHeading h2{
        font-size: 25px;    padding: 0px 0;
    }
    #innerHeading .container {
    border-radius: 10px;
    margin: 0 10px;
}
    .header-scrolled{
           position: fixed;
    width: 100%;    top: 0;
    }
    #header{
          padding: 12px 0;
    position: fixed;
    width: 100%;
    top: 0;
    }
    #hero {
    height: auto;
    padding: 0 0 0px 0;
}
    #hero  .container {
        padding-bottom: 20px;
    }
    section {
    padding: 30px 0;
    }
    .about .welcomeNote{
        font-size: 22px;
    }
    .bio h4{
           font-size: 22px;
    }
    p {
    font-size: 16px;
}
    .imageGrid{
        margin: 0px;
    }
    .imageGrid > .imageBox {
        width: 100%;
    }
    .imageGrid .imageBox:nth-child(1) {
              width: 100%;
            height: calc( 270px + 0px);
    }
    .fHeading img{
           width: 150px;
    }
    .footer p{
            font-size: 18px;
    }
}