/* google font */
/* poppins */
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Poppins:wght@400;600;700&display=swap');
/* libre bodoni */
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,700;1,700&display=swap');
/*  */


*{
   /* max-width: 1800px; */
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
    
}

html {
    scroll-behavior: smooth;
    height: 100%;
  }
  body{
    height: 100%;
  }

a, a:hover,a:active{
    color: #000;
    text-decoration: none;
}



 /* Base Navbar Styles */
 .navbar {
    position: sticky;
    top: 0;
    margin: 0;
    z-index: 1000;
    transition: all 0.5s ease-in;
    overflow: hidden;
  }

  .navbar:not(.home) {
    position: fixed;
    top: 0;
    /* padding: 0; */
    margin: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
  }
 
  .navbar:not(.home) {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #ddd; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
 .header{
  transition: all 0.5s ease;
  /* padding: 0; */
  margin: 0;
 }
/* fixed header for home page */
  .logo-fixed {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  
  .logo-default {
    opacity: 1;
    transition: opacity 0.3s ease; 
  }
  
  header.fixed-top .logo-fixed {
    opacity: 1; 
  }
  
  header.fixed-top .logo-default {
    opacity: 0; 
  }
  
  header.fixed-top {
    background-color: white !important;
    color: black;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    height: 80px;
    margin: 0;
    padding: 0;
  }
  header.fixed-top .menu-text, header.fixed-top .fa-bars {
    background-color: transparent !important;
    color: black;
  }
  


  /* ==========================
  =========Offcanvas Menu =============*/
  .offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 58%;
    height: 100%;
    background-color: white;
    /* transition: all 6s ease-in; */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    box-sizing: border-box; 
    overflow: auto; 
  }
  

  .offcanvas-menu.open {
    right: 0;
  }

  /* Close Button */
  .offcanvas-close {
    text-align: right;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  

  .fa-bars{
    font-size: 40px;
    color: #fff;
    height: 30px; 
    width: 45px;
  }
  .navbar:not(.home) .fa-bars{
    color: #000;
  }
  /* ============menu text ===========*/
  .menu-text{
    color: #fff;
    font-size: 20px;
  }
  #menuToggle:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .navbar:not(.home) .menu-text{
    color: #000;
  }
  .list-unstyled{
  font-family: "Libre Bodoni",serif;
  }
  .list-unstyled li a:hover{
  color: #000;
  
   }


/*==============================
========navbar swiper for deluxe=============
========================================*/
.swiper-containers {
    overflow: hidden;
    height: 100%;
}
.swiper-containers.swiper-slide {
    text-align: center;
    background: #fff;
    text-transform: capitalize;
    width: 18%;
    height: 240px;
    margin: 0 auto;
}
.text-uppercase{
  text-align: center;
}
.swiper-containers.swiper-slide a p{
 text-align: center !important;
}
.swiper-containers .swiper-slide img{
    width: 100%;
    height: 240px;
    object-fit: cover !important;
    transition: all .1s ease-in;
}
/* .swiper-container .swiper-slide img{
    width: 100%;
    height: 83%;
    object-fit: cover !important;
    transition: all .1s ease-in;
} */
.swiper-buttons-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin: -40px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 4px 8px;
}
.swiper-buttons-next{
    position: absolute;
    right: 0;
    top: 50%;
    margin: -40px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 4px 8px;
}
/*=====================
== contact icon for navabr=======
========== */
.contact-icon{
color: #006837;
font-size: 14px;
}
.contact-icon img{
  width: 15px;
}
/* =====================
===common section ===========
=====*/
.poppins-font {
  font-family: "Poppins", serif;
  font-weight: 500;
}
.libre-font {
  font-family: "Libre Bodoni", serif !important;
}
/* primary btn */
.primary-btn{
    padding: 6px 30px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
}
.primary-btn:hover{
    background: #000;
    color: #fff;
    transition: all 0.4s ease-in;
    border: 1px solid #000;
}
/* secondary btn */
.secondary-btn{
    width: 320px;
    padding: 8px 40px;
    background: #006837;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all 0.4s ease-in;
    border: 2px solid #006837;
}
.secondary-btn:hover{
    background: #000;
    color: #fff;
    font-weight: 600;
    border: 2px solid #006837;
    border-radius: 2px;
}
/* main header */

.main-header {
  font-family: "Libre Bodoni", serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 55px;
  width: 100%;
}
.atractive-header h1{
  font-family: "Libre Bodoni", serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 75px;
  width: 100%;
}
.atractive-header p{
  font-size: 22px;
  font-weight: 400;
  color: rgba(231, 229, 229, 0.767);
}
.small-text{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    font-size: 'Poppins',serif;
}

.semismall-text{
  font-size: 14px;
  font-weight: 500;
  font-size: 'Poppins',serif;
}
.only-background-section{
    width: 100%;
    height: 750px;
}
.only-background-section-header{
    font-size: 56px;
}

/* media for small  */
@media (max-width: 767px) {
   
    .main-header{
        font-size: 36px;
    }
    
    .atractive-header h1{
      font-size: 45px;
    }
    .atractive-header p{
      font-size: 14px;
    }
   
   
   .swiper-containers .swiper-slide {
     width: 40%;
     height: 100%;
   }
   
   .swiper-containers .swiper-slide img{
     width: 100%;
     height: 140px;
   }
   
   .swiper-buttons-prev,.swiper-buttons-next{
    margin: -40px;
}
/* ==========common section=======
========= */
.small-text{
  font-size: 12px;
}
.semismall-text{
  font-size: 14px;
  font-weight: 400;
}
.only-background-section{
    width: 100%;
    height: 80vh;
}
.only-background-section-header{
    font-size: 26px;
}


/* ===========offcanvas========== */

.offcanvas-menu.open {
    transform: translateY(0); 
    display: block;
    z-index: 30;
    width: 90%;
    height: 100%;
    margin-top: 70px;
  }
  .contact-icon {
    margin-top: 5px;
  }
  .contact-icon img{
    width: 12px;
  }
/*====================
===== Menu Icon Styles ============
===================*/
/* hamb Icon */

  #menuToggleDesktop:focus,#menuToggleMobile {
    outline: none !important;
    box-shadow: none !important;
    margin-top: 10px;
  }


.hamb {
    cursor: pointer;
    float: right;
    padding: 0px 0px;
}


.hamb-line {
    background: #000;
    display: block;
    height: 3px;
    position: relative;
    width: 30px;
    pointer-events: all;

}

.hamb-line::before,
.hamb-line::after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 8px;
}

.hamb-line::after {
    top: -8px;
}

.side-menu {
    display: none;
}

.side-menu:checked~nav {
    max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
} 
  
  
}