*{
    margin: 0;
    padding: 0;
}
:root{
  --main-one:#5AA86C;
  --main-two:#EFEDE0;
  --black-color:#000;
  --white-color:#fff;
  --paragraph-color:#000000cf;
}
.padding-and-margin{
   margin-top: 50px;
   margin-bottom: 50px;
}
/*========= top-bar
================= */
.top-bar{
  background-color: var(--main-two);
}
.top-bar .top-bar-text{
font-family: poppins;
color: var(--black-color);
font-size: 15px;
font-weight: 400;
}
.top-bar .top-bar-text a{
  font-family: poppins;
  color: var(--black-color);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.top-bar .fa{
  color:var(--main-one);
}
.top-bar .fab{
  color: var(--main-one);
  padding: 5px;
}

/*========= header
================= */
.header-nav .nav-item{
  font-family: poppins;
  font-size: 17px;
  margin-right: 10px;
}
.header-nav .nav-link{
 color: var(--black-color);
}
.header-nav .nav-link:hover{
 color: var(--main-one)
}
.dropdown-menu li:hover a{
  background-color:var(--main-one);
  color: var(--white-color);
  }
/* .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
} */
.stickyheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  animation: slideDown 0.5s ease-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
    @keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
 }
 .dropdown-item{
  font-family: poppins;
  font-size: 17px;
 }
 .highlight {
  background-color: var(--main-one);
  color: var(--white-color);
 }
/*========= banner
================= */
swiper-container {
  width: 100%;
  height: 750px;
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
/*========= Luxury fine art portraiture of families
================= */
.fine-art p{
  font-family: poppins;
  color: var(--paragraph-color);
  font-size: 22px;
  font-weight: 400;
}
.fine-art h2.no-background {
  font-family: Playfair Display;
   font-size: 40px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  
  span {
      display: inline-block;
      vertical-align: baseline;
      display: inline;
      vertical-align: auto;
      position: relative;
      padding: 0 20px;
      &:before, &:after {
          content: '';
          display: block;
          width: 100px;
          position: absolute;
          top: 0.73em;
          border-top: 1px solid #5AA86C;
      }
      &:before { right: 100%; }
      &:after { left: 100%; }
  }
}
.fine-art .image{
  width: 600px;
  height: 550px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .mobile-view{
  display: none;
}
}
@media (max-width: 576px) {
  .mobile-hidde{
      display: none;
  }
  .mobile-view{
      display: block;
  }
}

/*========= inquire
================= */
.bgimage{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
    url(images/background_banner.jpeg);
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  }
  .two-sections .row{
      height: 500px;
  }
  .two-sections h2{
      font-family: Playfair Display;
      font-size: 40px;
      font-weight: 600;
      color: var(--white-color);
  }
  .two-sections p{
    font-family: poppins;
    color:  var(--white-color);
    font-size: 24px;
    font-weight: 400;
  }
  .btn1{
      padding: 10px;
      background-color: transparent;
      border: 1px solid var(--main-one);
  }
  .btn1:hover{
      background-color:var(--main-one);
  }
  .btn1 a{
      font-family: poppins;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      color: var(--white-color);
  }

/*========= footer
================= */
 footer{
  background-color: var(--main-two);
}
footer a{
 text-decoration: none;
 color: var(--black-color);
}

.footerul{
  margin-left: 33%;
  margin-top: 25px;
  display: flex;
  list-style: none;
  column-gap: 50px;
  color:  var(--black-color);
  font-family: poppins;
  font-size: 18px;
}
.footerul2{
  margin-left: 42%;
  margin-top: 25px;
  display: flex;
  list-style: none;
  column-gap: 50px;
  color:  var(--black-color);
  font-family: poppins;
  font-size: 15px;
}
.footerul2 .fab:hover{
  color: var(--main-one);
  cursor: pointer;
}
.copyrights{
  border-top: 1px solid #aaaaaa;
  margin-top: 10px;
}
.copyrights p{
font-family: poppins;
color:  var(--black-color);
font-size: 15px;
font-weight: 500;
}
.copyrights .fa-solid{
color: var(--main-one);
}
.copyrights .detalis a{
font-family: poppins;
color:  var(--black-color);
font-size: 15px;
font-weight: 500;
text-decoration: none;
}

/* ---------------------- ---------------------- pages ----------------------------  ----------------------*/

/*========= slider-section
================= */
.slider-section .name{
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 600;
    color: var(--black-color);
}
.slider-section p{
  font-family: poppins;
  color: var(--paragraph-color);
  font-size: 22px;
  font-weight: 400;
}
/*========= inquire
================= */
.inquire h2{
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 600;
}
.inquire .fa-solid{
   color: #fff;
   background-color: #5AA86C;
   padding: 15px;
   border-radius: 25px;
}
.inquire a{
  font-family: poppins;
  color: var(--paragraph-color);
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}
.inquire .border{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 10px;
  transition: 1s;
}
.inquire .border:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Appointment p{
    font-family: poppins;
    color: var(--paragraph-color);
    font-size: 22px;
    font-weight: 400;
}
.map iframe{
  width: 600px;
  height: 450px;
}
/*========= register
================= */
.register p{
  font-family: poppins;
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
}
.register .btn-hover{
  color: var(--black-color);
  padding: 10px;
  background-color: transparent;
  border: 1px solid var(--main-one);
}
.register .btn-hover:hover{
  background-color: var(--main-one);
  color: var(--white-color);
}
.textarea {
  height: 70px;
}
.form-control:hover,
.form-control:focus {
    border-color: #7a7a7a; 
    box-shadow: none;
}
.register .border{
  margin-top: -100px;
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 10px;
}
.register p a{
  color: var(--main-one);
  text-decoration: none;
}
/*========= inquire
================= */
.inquire p{
  font-family: poppins;
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
}
.inquire .btn-hover{
  color: var(--black-color);
  padding: 10px;
  background-color: transparent;
  border: 1px solid var(--main-one);
}
.inquire .btn-hover:hover{
  background-color: var(--main-one);
  color: var(--white-color);
}
.textarea {
  height: 70px;
}
.form-control:hover,
.form-control:focus {
    border-color: #7a7a7a; 
    box-shadow: none;
}
.inquire .inner-content{
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 10px;
  padding: 20px;
}
.inquire p{
  font-family: poppins;
  color: var(--paragraph-color);
  font-size: 20px;
  font-weight: 400;
}

.register .btn-hover{
  color: var(--black-color);
  padding: 10px;
  background-color: transparent;
  border: 1px solid var(--main-one);
}
