
:root{
    --main-one:#5AA86C;
    --main-two:#EFEDE0;
    --black-color:#000;
    --white-color:#fff;
  }
  /*========= Media Query Navbar
  ================= */
  @media (max-width: 576px){
    .padding-and-margin{
      margin-top: 25px;
      margin-bottom: 0px;
    }
  }
  .close-icon {
    position: absolute;
    font-size: 40px;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    z-index: 1001;
    color: #fff;
    display: none; 
  }
  @media screen and (max-width: 576px) {
    .fine-art h2.no-background {
        span {
          display: unset;
          vertical-align: unset;
          display: unset;
          vertical-align: unset;
          position: unset;
          padding: unset;
          &:before, &:after {
              content: '';
              display: unset;
              width: unset;
              position: unset;
              top: unset;
              border-top: unset;
          }
          &:before { right: unset; }
          &:after { left: unset; }
        }
     }
    }
  @media (max-width: 768px) {
    .close-icon {
        display: block;
    }
  }
  
  @media (max-width: 768px) {
    .navbar-collapse,
    .navbar-collapse.show {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      width: 100%;
      max-width: 100%;
      height: 100%;
      /* background-color: var(--main-one);  */
      background-color: var(--main-one); 
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      transform: translateX(-100%);
      /* overflow-y: auto;  */
      overflow: hidden; 
    }
    .navbar-collapse.show {
      transform: translateX(0);
    }
    .close-icon {
      position: absolute;
      font-size: 40px;
      top: 0.5rem;
      right: 0.5rem;
      cursor: pointer;
      z-index: 1001; /* Make sure it's above the navbar */
      color: #fff;
    }
    ul.navbar-nav{
      position: relative;
      top: 50px;
      left: 15px;
    }
    .header-nav .nav-link:hover{
        color: var(--black-color);
    }
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
     /* background-color: var(--main-one); */
      border: none;
      border-bottom: 1px solid #e4e4e4;
      text-align: center;
    }
    .dropdown-item{
        color: var(--black-color);
    }
  }
  @media (max-width: 576px) {
    .navbar-collapse,
    .navbar-collapse.show {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      width: 100%;
      max-width: 100%;
      height: 100%;
      /* background-color: var(--main-one);  */
      background-color: var(--white-color);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      transform: translateX(-100%);
      overflow-y: auto; /* Enable vertical scrolling if needed */
    }
    
    .navbar-collapse.show {
      transform: translateX(0);
    }
  
    .close-icon {
      position: absolute;
      font-size: 40px;
      top: 0.5rem;
      right: 0.5rem;
      cursor: pointer;
      z-index: 1001; /* Make sure it's above the navbar */
      color: var(--black-color);
    }
    ul.navbar-nav{
      position: relative;
      top: 50px;
      left: 0px;
      text-align: center;
    }
    .header-nav .nav-link {
      padding-bottom: 23px;
      border-bottom: 1px solid #cccccc61;
    }
  
  }
 /*========= Media Query swiper-container  =================
  =================================================== */
@media (max-width: 768px) {
    swiper-container {
      height: 500px; 
    }
  }
  
  @media (max-width: 576px) {
    swiper-container {
      height: 400px; 
    }
  }

/*=========Media Query inquire
================= */
@media (max-width: 768px) {
    .two-sections h2 {
      font-size: 32px; 
    }
    
    .two-sections p {
      font-size: 20px; 
    }
  }

  /*========= Media Query Luxury fine art portraiture of families and COVID-19 Advisory 
  ================= */
  @media (max-width: 992px) {
    .container.fine-art {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  @media (max-width: 768px) {
    .container.fine-art h2.no-background {
      font-size: 32px;
    }
    .container.fine-art p {
      font-size: 18px;
    }
  }
  
  @media (max-width: 576px) {
    .container.fine-art h2.no-background {
      font-size: 26px;
    }
    .container.fine-art p {
      font-size: 16px;
    }
    .container.fine-art .row.align-items-center {
      flex-direction: column;
      padding: 10px;
    }
    .container.fine-art .col-lg-6 {
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
    }
    .fine-art .image{
      width: 100%;
      height: 300px;
      object-fit: cover;
    }
    
  }
  
  
  /*========= Media Query inquire page
  ================= */ 
@media (max-width: 768px) {
    .inquire h2 {
      font-size: 24px;
    }
    .inquire .detalis {
      margin: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .mobile {
        padding: 15px;
    }
    .inquire h2 {
      font-size: 22px;
      line-height: 35px;
    }
    .inquire a {
      font-size: 18px;
    }
    .inquire .detalis {
      padding: 10px;
    }
    .inquire .border {
      margin: 10px 0;
    }
    .map iframe{
        width: 100%;
        height: 350px;
    }
    .Appointment p{
        font-size: 16px;
    }
  }

  /*========= Media Query footer
  ================= */
  @media only screen and (max-width: 768px) {
    .footerul,
    .footerul2 {
      margin: 15px 0;
      justify-content: space-around;
      margin-right: 34px;
    }
  }
  @media only screen and (max-width: 450px) {
    .footerul {
      flex-direction: column; 
      align-items: center; 
    }
  
    .footerul2 {
      margin-top: 10px; 
    }
  
    .footerul2 .fab {
      font-size: 20px; 
    }
    .copyrights {
      text-align: center; 
    }
    .copyrights p{
      text-align: center; 
    }
  }
  /* @media only screen and (max-width: 450px){
    .highlight {
      background-color: var(--black-color);
      color: var(--white-color);
     }
  } */
  @media only screen and (max-width: 450px) {
    .copyrights .bgcolorone{
      background-color: #5AA86C;
      padding: 15px;
    }
    .copyrights .bgcolorone2{
      margin-top: 10px;
      background-color: #5AA86C;
      padding: 15px;
    }
    .copyrights .fa-envelope{
      color: #fff;
    }
    .copyrights .fa-phone{
      color: #fff;
    }
    .copyrights i{
      display: block;
    }
  }
  @media only screen and (max-width: 450px){
    .bgimage{
      background-attachment: unset; 
      }
  }
  