/*
Theme Name: Archaeology Museums Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: archaeology-museums-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Archaeology Museums Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
Archaeology Museums Pro WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
 --blue: #25292F;
 --yellow: #B5995A;
 --white: #fff;
 --black: #000;
 --dark-blue:#14171C;
 --black-two:#0F0F0F;
 --font-one:"Playfair Display", serif;
 --font-two:"Montserrat", serif;
}

/* Basic Style */

 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  background-color:var( --dark-blue);
  color: var(--white);
 font-family:  var(--font-two);
 color: #fff;
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
h1, h2{
  font-family: var(--font-one);
  font-weight: bold;
  margin: 0;
}
  h3, h4, h5, h6 {
    font-family: var(--font-two);
    font-weight: bold;
    margin: 0;
}
 p {
     margin: 0 ;
     padding: 0;
     font-size: 15px;
     font-weight: normal;
     font-family: var(--font-two);
}
ul li a {
     letter-spacing: 0px;
     font-family: var(--font-two);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}

 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea ,  select{
  border: 1px solid #4e4e4e;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
  color: #fff;
}

 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 60px 0;
     background-attachment: scroll;
}
.footer-news-main{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}

.wpcf7-list-item-label{
      padding-left: 5px;
}
.body-line{
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  background: #252525;
}
/*------------------------- Headings --------------------------*/
section h1,h1{
  font-family: var(--font-one);
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  color: var(--yellow);
}
 section h2,h2 {
  font-family: var(--font-one);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--yellow);
}
 section h3 ,h3{
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--font-two);
  margin-bottom: 0;
}
 section h4 ,section h4 a,h4{
  font-family: var(--font-two);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.6px;
  color: #fff;
}
section h5,h5{
  font-family: var(--font-two);
  font-size: 15px;
  font-weight: 600;
  line-height: 20.6px;
}
section h6,h6{
  font-family: var(--font-two);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
}
p{
  font-family:  var(--font-two);
  font-size: 15px;
  font-weight: 400;
  line-height: 21.6px;
}
section h4 a:hover{
  color: #B5995A;
}
/*----------------- Section Title--------------*/

/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll ;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: var(--blue);
  width: 60px;
  height: 60px;
  line-height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 10px solid rgb(243 243 243 / 20%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  text-align: -webkit-match-parent;
  padding: 0;
  text-align: center;
}
 #return-to-top i {
     position: relative;
     font-size: 25px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #fff !important;
     font-weight: 800;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background:var(--white);
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
.sticky.stickynavbar .top-bar-contact{
  display: none;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var( --black);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 3px;
  background: 
    radial-gradient(farthest-side,#B5995A 95%,#0000) 50% 0/12px 12px no-repeat,
    radial-gradient(farthest-side,#0000 calc(100% - 5px),#B5995A calc(100% - 4px)) content-box;
  animation: l6 2s infinite ;
}
@keyframes l6 {to{transform: rotate(1turn)}}

 /* common css */
.main-head{
  font:  700 28px / 35px "Montserrat", serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}
.sub-heading {
  font-family: var(--font-two);
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 0px;
  color: var(--white);
  text-transform: uppercase;
}
.main-para {
  font: 400 16px/28px "Montserrat", serif;
}
.theme-btn{
  display: inline-block;
  padding: 10px 27px;
  font-family: var(--font-two);
  font-size: 14px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0px;
  color:var(--white);
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #F2E496 0%, #B3892D 47.5%, #BA983C 100%);
}
.theme-btn:after  {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 0px;
  background: var(--blue);
  transition: all 0.3s ease;
  z-index: -1;
} 
.theme-btn:hover:before ,.theme-btn:hover:after {
  top: 0;
  height: 100%;
}
.theme-btn:hover{
  color: #fff;
}

.contac_form .theme-btn p input, .enroll-shortcode .theme-btn p input,.newsletter-form-box .theme-btn p input{
    background: transparent;
    border: none;
    font: 500 14px / 19px "Montserrat", serif;
    color: #fff;
    padding: 0;
}
.contac_form .theme-btn, .enroll-shortcode .theme-btn,.theme-btn .theme-btn{
  width: max-content;
}

/* -------------------Blog----------------------- */
.blog-img-outer {
  height: 350px;
}
.blog-img-outer img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-detail-inner {
  padding: 20px;
  border: 1px solid #373737;
  background: #14171C;
  position: relative;
}
#blog-news .blog-detail-inner{
  margin: 5px;
}
.blog-detail-inner:hover{
  box-shadow: 0px 0px 5px 0px var(--yellow)
}
.blog-cat a{
  color: #fff;
}
.blog-hr-line{
  border: 1px solid #373737;
  width: 100%;
  position: absolute;
  top: 60%;
  z-index: -1;
}
.blog-title a{
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* About */
.counter-img {
  height: 68px;
  width: 68px;
}
#about-us{
  border-top: 1px solid #252525;
  overflow-x: hidden;
}
.abt-img-wrapper{
    display: flex;
    align-items: center;
}
.abt-img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.abt-item-two{
  height: 398px;
  width: 360px;
}
.abt-item-one{
    position: relative;
    right: -36px;
    width: 160px;
    height: 500px;
}
.abt-item-three{
  position: relative;
  right: 55px;
  height: 475px;
  width: 225px;
  top: 40px;
}
.abt-main-img-wrap{
    width: 100%;
    max-width: 58%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iner-bg-img{
    height: 100%;
    width: 100%;
}
.abt-main-img-wrap .theme-para{
    color: #0F0F0F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
}
.abt-counter-border{
    border: 1px solid #B5995A;
}
.our-records-info {
    width: 80%;
    margin: 0 auto;
}
.our-records-info:hover .counter-img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);

}

 /* event */
 #event{
  margin-top: 65px;

 }
 .event-img-wrap{
  margin-top: -55%;
  height: 100%;
  width: 100%;
}
.event-circle-1{
  border: 2px dashed #B5995A;
  height: 150px;
  width: 150px;
  position: absolute;
  border-radius: 50%;
  top: -35%;
  right: 30px;
  z-index: -1;
  -webkit-animation: spins 20s linear infinite;
  animation: spins 20s linear infinite;
}
.event-circle-2{
  border: 2px dashed #7D7D7D;
  height: 330px;
  width: 330px;
  border-radius: 50%;
  position: absolute;
  left: -40%;
  -webkit-animation: spins 20s linear infinite;
  animation: spins 20s linear infinite;
}
.event-content-wrap{
  border: 1px solid #B5995A;
  padding: 35px;
  position: relative;
  z-index: 0;
}

.event-content-wrap::after{
  content: '';
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background-color: #B5995A;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.event-content-wrap:hover::after{
  width: 100%;
}
.event-title  a{
  color:#fff;
  font-weight: 600;
}
.event-content-wrap span,  .event-content-wrap span a{
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #fff;
}
.event-title {
  background: #14171C;
  padding: 10px;
  width: 60%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
/* .event-content-wrap:hover{
  background: #B5995A;
} */
/*0----------------------------- Gallery---------------------- */

.pp_content_container:hover .pp_gallery {
  display: none !important;
}

#gallery .vw_gallery_front ,#gallery-page .vw_gallery_front{
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(8, 60px);
  margin: 0;
  grid-gap: 10px;
}
#gallery .grid-items:nth-child(1){
  grid-row-start: 1;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 5;
}
#gallery .grid-items:nth-child(2){
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 5;
  grid-column-end: 9;
}
#gallery .grid-items:nth-child(3){
  grid-row-start: 5;
  grid-row-end: 9;
  grid-column-start: 5;
  grid-column-end: 9;
}
#gallery .grid-items:nth-child(4){
  grid-row-start: 1;
  grid-row-end: 9;
  grid-column-start: 9;
  grid-column-end: 12;
} 

#gallery-page .grid-items:nth-child(4n-3) {
  /* grid-row: 1 / span 8;
  grid-column: 1 / span 4; */
  grid-row: span 8;
    grid-column: span 4;
}

#gallery-page .grid-items:nth-child(4n-2) {
  grid-row:  span 4;
  grid-column:  span 4;
}
#gallery-page .grid-items:nth-child(4n-1) {
  grid-row: span 4;
  grid-column: span 4;
}
#gallery-page .grid-items:nth-child(4n) {
  grid-row: 1 / span 8;
  grid-column: 9 / span 3;
}


/* #gallery .vw_gallery_front,#gallery-page .vw_gallery_front{
  display: grid;
  grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(8, 60px);
  margin: 0;
  grid-gap: 10px;
}
#gallery .grid-items:nth-child(1),#gallery-page .grid-items:nth-child(1){
  grid-row-start: 1;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 5;
}
#gallery .grid-items:nth-child(2),#gallery-page  .grid-items:nth-child(2){
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 5;
  grid-column-end: 9;
}
#gallery .grid-items:nth-child(3),#gallery-page  .grid-items:nth-child(3){
  grid-row-start: 5;
  grid-row-end: 9;
  grid-column-start: 5;
  grid-column-end: 9;
}
#gallery .grid-items:nth-child(4),#gallery-page  .grid-items:nth-child(4){
  grid-row-start: 1;
  grid-row-end: 9;
  grid-column-start: 9;
  grid-column-end: 12;
} */
.grid-items img,#gallery .grid-items,#gallery-page .grid-items{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
  text-align: center;
      object-fit: cover;
}

.grid-items .icon_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity:0;
  background: #000;
  /* filter: alpha(opacity=0); */
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}
.grid-items .icon_overlay i::before{
  content: unset;
}

.grid-items img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


.grid-items .icon_overlay i{
  display: inline-block;
  text-decoration: none;
  padding: 10px 22px;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  /* margin: 50px 0 0 0; */
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.grid-items:hover .icon_overlay {
  opacity: 0.7 !important;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/* .grid-items:hover .icon_overlay i{
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

} */

/* Team */
.team-inner-content{
  margin: 5px;
  border: 1px solid #373737;
  z-index: 1;

}

.team-inner-content:hover{
  box-shadow: 0px 0px 5px 0px var(--yellow);
}
 .team-inner-content::after,  .team-inner-content::before,.team-inner-box::after,.team-inner-box::before{
    content: "";
    width: 50%;
    height: 50%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 2;
  }

.team-inner-box::before {
    top: 0;
    left: 50%;
  }
  .team-inner-box::after{
    top: 50%;
    left: 50%;
  }
  .team-inner-content:hover::before{
    left: 0;
     opacity: 0.6;
  }
  .team-inner-content:hover::after {
    top: 0;
     opacity: 0.6;
    right: 0;
    left: unset;
  }
  .team-inner-content:hover .team-inner-box::before{
    top: 50%;
     opacity: 0.6;
    }

  .team-inner-content:hover .team-inner-box::after {
    left: 0;
     opacity: 0.6;
  }

.team-bottom-content{
  position: absolute;
  bottom: 40px;
  width: 85%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
}
.team-inner-content:hover .team-bottom-content{
  opacity: 0; 
}
.team-inner-box{
  padding: 20px 10px;
  position: relative;
  background: var(--dark-blue);
}
.team-content p{
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.team-img{
  position: relative;
  height: 410px;
}
.team-img img{
  height: 100%;
  width: 100%;
}
.team-img::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.54) 67%);
}

/* testimonial */
.item-inner{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: center;
}
#testimonial .sliders-custom-prev,#testimonial .sliders-custom-next{
  width: 40px;
  height: 40px;
  opacity: 1;
  background: #14171C;
  color: var(--white);
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
#testimonial .sliders-custom-prev:hover,#testimonial .sliders-custom-next:hover{
  background: #B5995A;
  color: #fff;
}
#testimonial .test-nav i{
  font-size: 22px;
}
#testimonial .slider.slider-nav{
  width: 50%;
  margin: 0 auto;
}
#testimonial .testi-image img{
  height: 70px;
  width: 70px;
 margin: 0 auto;
 border-radius: 50%;
}
#testimonial .slider.slider-nav .item{
  padding: 35px 0;
}
#testimonial .slick-slide.slick-current.slick-active img{
  transform: scale(1.4);
  transition: all 0.5s ease 0s;
  filter: drop-shadow(3px 3px 3px #B5995A);
}


/* -----Map-------- */
.open-user-map .leaflet-pane.leaflet-marker-pane img{
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: flash;
}
.oum_location_address a,.edit-location-button,.leaflet-popup-close-button,.leaflet-control-zoom,#location-fullscreen-container,
.open-add-location-overlay,.leaflet-resp-popup-north .leaflet-popup-tip,.leaflet-resp-popup-west .leaflet-popup-tip-container{
    display: none !important;
  }
  .oum_location_name{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    color: #fff!important;
  }
  .oum_location_description{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #fff !important;
    text-align: center;
  }
  .leaflet-popup-content-wrapper{
    background: rgba(179, 139, 46, 0.6) !important;
  }
  #footer .wpcf7 form .wpcf7-response-output{
    margin: -1em 0.5em 1em;
  }

 