/* preet  */



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;1,100;1,300;1,500;1,600&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* background color */
  --primary-color: #021832;
  --secondary-color: #caa169;
  --bg-color: #f4f4f4;
  --bg-white: #fff;
  --bg-black: #000;

  /* text style */

  --primary-font: 'poppins', 'sans-serif';
  --secondary-font: 'oswald', 'sans-serif';

  --primary-text: #021832;

  --secondary-text: #caa169;

  --text-white: #fff;

  --text-black: #151515;
  --text-gray: #e4e4e4;
}

body {
  font-family: var(--primary-font);
  background-color: var(--bg-white);
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: .375rem;
}

::-webkit-scrollbar-track {
  background: var(--secondary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

section {
  padding: 3.125rem 0;
}

.main-btn {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: transparent;
  border: 0.0635rem solid var(--primary-color);
  padding: .375rem 1.875rem;
  border-radius: 3.125rem;
  line-height: 1.75rem;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  margin: 7px;
}

.main-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
}

.btn2:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
}

h1 {
  font-size: 2.75rem;
  line-height: 4.25rem;
  font-family: 700;
  color: var(--text-white);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

h3 {
  margin-bottom: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  font-size: 2.25rem;
  color: var(--secondary-font);
}

h3 span {
  color: var(--secondary-color);
}

h5 {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-text);
  font-weight: 500;
  font-family: var(--secondary-color);

}

h6 {
  font-size: .875rem;
  color: var(--primary-text);
  margin-bottom: .9375rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--secondary-font);
}

p {
  font-size: 1rem;
  color: var(--text-black);
  line-height: 1.625rem;
}

.section-title::after {
  content: '';
  background-image: url(../images/title-icon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0.9375rem;
  height: .9375rem;
}

/* navbar */

.header_wrapper .navbar {
  padding: .9375rem 0;
  background-color: var(--bg-white);
  -webkit-box-shadow: 0.5rem .375rem -0.375rem rgb(0 0 0/40%);
  box-shadow: 1px 1px 1px 1px black;
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;

}

.header_wrapper .nav-item {
  margin: 0.625rem;
}

.header_wrapper .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-text);
  display: inline-block;
}

.header_wrapper .nav-item .nav-link:hover,
.header_wrapper .nav-item .nav-link.active {
  color: var(--secondary-text);
}

.navbar.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .85);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.main-btn {
  text-decoration: none;
}



/* heading-gallery11 */


.heading-gallery11{
  height: 300px;
  background-color: #66451a;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* footer  */






.last-footer {
  background-color: #3a3138;
   padding: 20px;
  margin-top: 40px;


}
  #footer1-color {
    background-color: #3a3138;
    color: white;
    border: 1px solid #3a3138;
  }
  
  #footer1-color p {
  
    color: gray;
  }
  
  #footer1-color h6 {
  
    color: white;
  }
  
  #footer-flax {
    display: flex;
  }



  /* gallery tab  */

 

/* body {
    padding: 10px;
} */




.wrapper {
    /* background: red; */
    margin: 100px auto;
    max-width: 1100px;
}

.wrapper nav {
    display: flex;
    justify-content: center;
}

nav .items {
  display: flex;
  max-width: 720px;
  width: 100%;
  /* background: blue; */
  justify-content: center;
  
}

nav .items .item {
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #66451a;
    border: 2px solid #66451a;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px;
}

nav .items .active,
nav .items .item:hover {
    color: #fff;
    background: #66451a;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;

}

.gallery .image {
    width: calc(100% / 4);
    padding: 7px;
}
.gallery .image.hide{
    display: none;
}
.gallery .image.show{
    animation: animate 0.4s ease;
}

@keyframes animate{
    0%{
        transform: scale(0.5);

    }
    100%{
        transform: scale(1);
        
    }
}

.gallery .image span {
    display: flex;
    width: 100%;
    overflow: hidden;

}

.gallery .image img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.gallery .image:hover img {
    transform: scale(1.1);
}
.preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}
.preview-box .details{
    display: flex;
    align-items: center;
    padding: 13px 15px 13px 10px;
    justify-content: space-between;
}
.preview-box .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
}
.details .title p{
    margin-left: 5px;
    font-weight: 400;
}
.details .icon{
    font-size: 22px;
    color: #007bff;
    cursor: pointer;
}
.preview-box .image-box{
    display: flex;
    width: 100%;
}
.image-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 2;
    background: rgba(0,0,0,0.4);
}
.shadow.show{
    display: block;
}
@media(max-width: 1000px) {
    .gallery .image {
        width: calc(100% / 3);

    }
}

@media screen and (max-width: 995px) {
  .last-footer {

    height: 550px;



  }
}
@media screen and (max-width: 767px) {
  .last-footer {

    height: 850px;



  }
}
@media(max-width: 800px) {
    .gallery .image {
        width: calc(100% / 2);

    }
}

@media(max-width: 700px) {
    nav .items {

        max-width: 600px;

    }

    nav .items .item {
        padding: 7px 15px;
    }
}

@media(max-width: 600px) {
    nav .items {

        flex-wrap: wrap;
        justify-content: center;


    }

    nav .items .item {
        margin: 5px;
    }

    .gallery .image {
        width: 100%;

    }
}

@media only screen and (max-width: 415px) {
  .last-footer {

    height: 900px;

  }

  




}
  