@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
   font-family: 'Poppins',sans-serif; 
  /* font-family: "Raleway", sans-serif; */
  /* font-family: "Caveat", cursive; */
  /* font-family: "Dancing Script", cursive; */
  color: #fff; 
  background: linear-gradient(rgba(12, 13, 14, 0.94), rgba(12, 13, 14, 0.94)), url("../img/bg.jpeg") fixed center center;
  background-size: cover; 
    font-size: 16px;
    line-height: 22px; 
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

section {
  padding: 60px 0;
}

.link {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 18px;
  display: inline-block;
  margin: 15px 0;
  border: 1px solid #bebebe;
  border-radius: 10px;
}


.cta-btn {
  background: #ff6912;
  padding: 10px 20px;
  color: hwb(16 0% 90%);
  font-size: 18px;
  display: inline-block;
  margin: 20px 10px;
  border: 1px solid #ff6912;
  border-radius: 10px;
}

.cta-btn:hover {
  background: transparent;
  border: 1px solid #ff6912;
  color: #ff6912;
}


.cta-primary {
     background: #ff6912;
    padding: 16px 20px;
    color: hwb(16 0% 90%);
    font-size: 24px;
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #ff6912;
    border-radius: 8px;
}

.cta-primary:hover {
  background: transparent;
  border: 1px solid #ff6912;
  color: #ff6912;
}

.cta-secondary {
  background: transparent;
    padding: 16px 20px;
  color: #ff6912;
  font-size: 24px;
  display: inline-block;
  margin: 20px 10px;
  border: 1px solid #ff6912;
  border-radius: 8px;
}

.cta-secondary:hover {
  background: #ff6912;
  border: 1px solid #ff6912;
  color: #222;
}

.cta-link { 
    padding:0;
    margin: 5px 10px 0 0;
  color: #fff;
  font-size: 18px;
  display: inline-block;  
  }

.cta-link:hover {
  color: #ff6912; 
  text-decoration: underline;
}


.page-banner-bg {
  /* border-radius: 0 0 10% 10%; */
  overflow: hidden;
  height: 450px;
  /* box-shadow: 0 5px 10px #747474ab; */
  position: relative;
  background-position: 50% 20%;
  background-size: cover;
}

.page-banner-bg.contact-bg {
   height: 250px;
}


.page-banner-bg:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(249, 136, 60, 0) 80%); */
  background: linear-gradient(rgb(12 13 14 / 0), rgb(12 13 14)) ;
  z-index: 1;
}


.img-focus {
  border-radius: 15px;
  box-shadow: 0 0px 20px rgb(94 94 94 / 46%);
  overflow: hidden;
  border: 1px solid #3c3c3c;
}

.mb-20 {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #006fb5;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #f9883c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #c34e00;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* overflow: hidden; */
  padding:0;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  /* background-color: #00000026;
   background-image: url("../img/water-drop-bg.png");
  background-size: 330px;
  background-repeat: no-repeat;
  background-position: -30px -118px; */
  background: #020024;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
}


#header.header-sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2px 10px;
  transition: all 0.5s;
  /* background-color: #08000091;
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: -14px -118px;  */
  background: rgba(0, 0, 0, 0.9);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%); */
}

#header .logo-box {
  margin: 0px 0;
  display: inline-block;
  /* background: #fff;
  border-radius: 50%; */
  /* overflow: hidden; */
  padding: 5px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none;
  border: 0;
}

#header .logo .color,
#header .logo:hover .wt {
  display: none;
}

#header .logo:hover .color {
  display: inline-block;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  width: 100%;
  max-width: 150px;
}

.fixed-top {
  background: #fff;
  border-bottom: 1px solid rgb(94 94 94 / 32%);
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }
}

.swing {
    animation: swing ease-in-out .6s infinite alternate;
    transform-origin: center -20px;
    float:left;
}
.swing img { 
    display: inline-block;

}
.swing:after{
       content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    top: -8px;
    left: 43%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
      content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: -15px;
    left: 50%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #ffffff;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}


#header .social-links {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 90%;
  display: none;
}

#header .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 0;
  margin-right: 5px;
  text-align: left;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

#header .social-links a:hover {
  color: #f9883c;
  text-decoration: none;
}

.quick-call {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 14px;
}

.quick-call a {
  font-size: 14px !important;
  width: 100% !important;
  height: 20px !important;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 10px 0px;
  display: inline-block;
  text-align: right; 
  width: 100%;
}

.nav-right { 
  flex-direction: row-reverse;
}

.nav-righ.show {
  display: block;  
  
}

.nav-righ.show ul {
        display: block !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  display: block;
  padding: 10px 16px;
}

.header-sticky .navbar a,
.header-sticky .navbar a:focus,
.navbar a,
.navbar a:focus {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s; 
}

.header-sticky .navbar a,
.header-sticky navbar a:focus {
  color: #fff;
}

.navbar a,
.navbar a:focus {
  color: #d4d4d4ff
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.header-sticky .navbar a:hover,
.header-sticky .navbar .active,
.header-sticky .navbar .active:focus,
.header-sticky .navbar li:hover>a {
  color: #ff6912;
  font-weight: bold;
  border-bottom: 2px solid #ff6912;

}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;

}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 0;
 font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.dropdown-item:focus, 
.dropdown-item:hover{
      background-color: transparent;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

 
}

@media (max-width: 768px) { 

  /* .navbar-toggler {
       background-color: #888888bd;
    border: 1px solid #dcdcdc; 
}

.navbar-toggler-icon {
      width: 40px;
    height: 2px;   
    background: #ffffff;
    margin: 2px 0;
} */

    .nav-right {
         background: #000000e0;
        padding: 20px;
    }

.navbar ul {   
flex-flow: column;
}
 


}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 39, 43, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #394047;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #006fb5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #006fb5;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 100vh; */
  /* background-color: rgba(0, 0, 0, 0.4); */
  /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(249,136,60,1) 60%);   */
  overflow: hidden;
  position: relative;
}

#hero .carousel {
    margin-bottom: 0;
}

#hero .carousel-item {
    height: 700px;
}

#hero .carousel-item > img {
     height: 100%;
}

#hero .carousel-inner::after  {
    display: block;
    clear: both;
    content: "";
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; 

}

#hero .carousel-inner::after {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.4); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.15) 100%);
}

 
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); 
}

#hero .carousel-container .container {
  width: 60%;
}

#hero .carousel-container h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

#hero .carousel-container p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

#hero .carousel-container .btn-get-started {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 30px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ff6700;
  text-transform: uppercase;
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.4); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.15) 100%);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20%;
  top: auto;
  left: 5px;
  right: 5px;
}f

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero p.subtitle {
  color: #ff9d64;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size:20px;
  margin-bottom: 10px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
 
 

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {  
  font-size: 48px;
  line-height: 0;
  width: auto;
  height: auto;
  /* background: #ff6912; */
  border-radius: 50px;
  transition: 0.3s;
  color: #ff6912;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  /* background: rgba(255, 255, 255, 0.3); */
  color: #ff6912;
}

#hero .carousel-indicators button {
  cursor: pointer;
  /* background: #fff; */
  overflow: hidden;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  opacity: 0.8;
  transition: 0.3s;
  background: url("../img/diya-wt.png") top center no-repeat;
  opacity: .4;
}

#hero .carousel-indicators button.active {
  opacity: 1;
  /* background: #f9883c; */
  background: url("../img/diya-clr.png") top center no-repeat;

}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #006fb5;
}

#hero .btn-get-started:hover {
  background: #5697d0;
}

 
 


/*--------------------------------------------------------------
# Grid candles
--------------------------------------------------------------*/
  #grids {
    padding: 40px 15px;
    background: #000000d1;
        box-shadow: 0px 1px 0px #292929;
    border-bottom: 1px solid #000000;
}
  

.gridsection {
  display: grid;
  grid-template-columns: 25% 30% 15% 25%;
  gap: 15px;
  place-content: center;
  grid-template-rows: 50% 50%;
   height: 500px;
    min-height: 450px;
  padding: max(2vh, 1.5rem);
}

@media screen and (max-width: 1024px) {
  .gridsection {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .gridsection {
    height: 320px;
  }
}

@media screen and (max-width: 480px) {
  .gridsection {
    height: 500px;   
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 35%);
  }
}

.gridsection .cardbock {
  border-radius: 15px;
  box-shadow: 0 0px 20px rgb(94 94 94 / 46%);
  overflow: hidden;
  border: 1px solid #3c3c3c;

}

@media screen and (max-width: 480px) {
  .gridsection .cardbock {
    grid-column: span 1;
  }
}

.gridsection .cardbock:nth-child(2) {
  grid-column: 2/3;
  grid-row: span 2;
}

@media screen and (max-width: 768px) {
  .gridsection .cardbock:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.gridsection .cardbock:nth-child(3) {
  grid-column: span 2;
}

@media screen and (max-width: 768px) {
  .gridsection .cardbock:nth-child(3) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 768px) {
  .gridsection .cardbock:nth-child(6) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}

@media screen and (max-width: 480px) {
  .gridsection .cardbock:nth-child(5) {
    grid-column: span 2;
  }
}

.gridsection .cardbock p {
  font-size: clamp(0.9rem, 0.875rem + 0.125vw, 1rem);
  line-height: 1.4;
}

.gridsection .cardbock img {
  width: 100%;
  height: 100%;
}

.gridsection .cardbock .cardimg {
  position: relative;
  height: 100%;
}

.gridsection .cardbock .cardimg:hover .cardoverlay {
  /* .gridsection .cardbock .cardimg .cardoverlay { */
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  color: #fff;
  padding: clamp(0.938rem, 5vw, 1.563rem);
  background: #02022e;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(255, 255, 255, 0) 100%); */
  background: linear-gradient(45deg, rgb(0 0 0 / 70%) 0%, rgb(255 103 0 / 40%) 100%);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.cardoverlay h2 {
  font-size: 30px;
}

.cardoverlay p {
  margin-bottom: 0;
}





/*--------------------------------------------------------------
# Best candles
--------------------------------------------------------------*/
.best .best-candles {
  text-align: center;
  margin-bottom: 20px;
  background: #dfdfdf;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 2px;
  margin-top: 20px;
}

.best .best-candles .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.best .best-candles .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.best .best-candles .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.best .best-candles .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.best .best-candles .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.best .best-candles .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.best .best-candles .social a:hover {
  color: #006fb5;
}

.best .best-candles .social i {
  font-size: 18px;
  margin: 0 2px;
}

.best .best-candles:hover .member-info {
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%); */
  background: linear-gradient(0deg, #005ea8 0%, rgb(0 136 197) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.best .best-candles:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.best .best-candles:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}


/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  /* border-right: 3px solid #fff;
  border-bottom: 3px solid #fff; */
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  transform: scale(1.1);
}


.Border-r-b {
  border-right: #d5d5d5 2px solid;
  border-bottom: #d5d5d5 2px solid;
}

.Border-no {
  border-right: none;
  border-bottom: #d5d5d5 2px solid;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.section-bg {
  background-color: #fafafb;
}

.section-title {
  text-align: center;
  padding-bottom: 50px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f5f9fc;
  color: #006fb5;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
 margin: 20px 0 20px;
    font-size: 48px;
    font-weight: 500;
}

.section-title h3 span {
  color: #ff782a;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #394047;
  margin-bottom: 15px;
}

.about .heading {
  padding: 40px 0  20px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .hr {
    margin: 60px auto;
    width: 40%;
    height: 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #252525;
    background: transparent;
    height: 0;
    opacity: 1;
  }

.about  ul {
  list-style: none;
  margin: 20px 0 30px;
}
.about  ul li {
  margin-bottom: 10px;
}

.about  ul li::before {
  content: "";
  background: url("../img/diya-clr.png") top center no-repeat;
  background-size: contain;
  display: inline-block;
   width: 24px;
    height: 24px;  
  position: relative;
  top: 0.1rem;
     margin-right: 16px;
    
}



 

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #b9d4ec;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #006fb5;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #006fb5;
  border-color: #006fb5;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #006fb5;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

 

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#006fb5 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #006fb5;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 80px 0 60px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #006fb5;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
  padding-top: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  color: #394047;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e3e6e9;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #006fb5;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 60px;
}

.services .icon {
  float: left;
}

.services .icon i {
  color: #006fb5;
  font-size: 36px;
  line-height: 1;
}

.services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #006fb5;
}

.services .description {
  margin-left: 60px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(12, 13, 14, 0.5), rgba(12, 13, 14, 1)), url("../img/bg.jpeg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 30px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ff6700;
  text-transform: uppercase;
}

.cta .cta-btn:hover {
  background: #ad4500;
}

/*--------------------------------------------------------------
# category
--------------------------------------------------------------*/
.category .category-item {
  margin-bottom: 0;
}

.category .category-item {
  padding: 15px !important;

}

.category #category-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.category #category-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.category #category-flters li:hover,
.category #category-flters li.filter-active {
  color: #fff;
  background: #006fb5;
}

.category #category-flters li:last-child {
  margin-right: 0;
}

.category .category-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #000;
  border: 1px solid #333;
  padding: 0;
  border-radius: 30px 0 30px 0;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); */
}

/*
.category .category-wrap::before {
   content: "";
   background: #FF6912;
   background: linear-gradient(190deg,rgba(255, 105, 18, 1) 30%, rgba(115, 42, 0, 1) 100%);position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: .05;  */
  /* content: "";
    background: rgb(208 103 32 / 90%);
    position: absolute;
    left: -10%;
    right: 0;
    top: auto;
    bottom: -10%;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: .3s;
    border-radius: 0 100% 0 0;
    max-height: 280px; 
} */

.category .category-wrap img {
  transition: all ease-in-out 0.3s;
}

.category .category-wrap .category-info {
  opacity: .8;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 20px;
  /* height: 80px; */
  background: #FF6912;
  background: linear-gradient(190deg, rgba(255, 105, 18, 1) 30%, rgba(115, 42, 0, 1) 100%);
  position: absolute;

}

.category .category-wrap .category-info h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  margin: 0;
}

.category .category-wrap .category-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.category .category-wrap .category-links {
     text-align: center;
    z-index: 4;
    display: block;
    width: 100%;
     font-size: 20px;
}

.category .category-wrap .category-links a {
  color: #fff;
  margin: 0;
  font-size: 20px;
  display: inline-block;
  transition: 0.3s;
}

.category .category-wrap .category-links a:hover {
  color: #fff;
}

.category .category-wrap:hover::before {
  opacity: 1;
}

.category .category-wrap:hover img {
  transform: scale(1.2);
}

.category .category-wrap:hover .category-info {
  opacity: 1;
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.products .space-b {
  margin-bottom: 30px;
}

.products .portfolio-filters {
  padding: 0 0 20px;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.products .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.products .portfolio-filters li:hover,
.products .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.products .portfolio-filters li:first-child {
  margin-left: 0;
}

.products .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .products .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.products .product-items {
  background: #3f3f3f;
  padding: 0px;
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, #f8f8f8, transparent 90%);
  position: relative;
  overflow: hidden2
}

.products .product-items:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px color-mix(in srgb, #ffcc55, transparent 80%);
}

.products .product-img {
   /* border-radius: 15px 15px 0 0; */
    overflow: hidden;
    background: #3f3f3f;
    padding: 10px;
}

.products .product-items-detail {
  padding: 20px 10px;
}

.products .product-items-detail .title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
}

.products .product-items-detail .para {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
}

.products .product-items-detail a.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}


.filter-menu {
  margin-bottom: 20px;
}
.filter-menu li {
  display: inline-block;
  padding: 10px 18px;
  background: #eb4d4b;
  color: #fff;
  cursor: pointer;
}
.filter-menu li:hover,
.filter-menu li.current {
  background: #ff7979;
}

.filter-item li, .filter-item div{   
  float: left;
}

.filter-item li.active, .filter-item div.active {
  padding: 2px;
  transition: all 0.5s ease;
}

.filter-item li.delete, .filter-item div.delete {
  width: 0%;
  padding: 0;
  transition: all 0.5s ease;
}

.filter-item img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .filter-item li.active,
  .filter-item li {
    width: 33.33%;
  }

  h2 {
    font-size: 190%;
  }
}
@media screen and (min-width: 1280px) {
  .filter-item li.active,
  .filter-item li {
    width: 25%;
  }

  h2 {
    font-size: 270%;
  }
}



/*--------------------------------------------------------------
# Portfolio 
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 0;
}

.portfolio .portfolio-item {
  padding: 15px !important;

}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #006fb5;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  border: 1px solid #555;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); */
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(208, 103, 32, 1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: .3;
  /* content: "";
    background: rgb(208 103 32 / 90%);
    position: absolute;
    left: -10%;
    right: 0;
    top: auto;
    bottom: -10%;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: .3s;
    border-radius: 0 100% 0 0;
    max-height: 280px; */
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 26px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #394047;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b9d4ec;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #006fb5;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# get-in-touch
--------------------------------------------------------------*/
.get-in-touch .info {
  padding: 10px 10px;
  /* text-align: center;
  background: #0a0a0a;
  border: 1px solid #242424; */
}

.get-in-touch .info i {
  font-size: 36px;
  color: #f9883c;
  margin-bottom: 6px;
}

.get-in-touch .info h4 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.get-in-touch .info p {
  font-size: 18px;
  line-height: 28px;
}

.get-in-touch .php-email-form {
  width: 100%;
  padding: 0 30px;
}

.get-in-touch .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 500;
}

.get-in-touch .php-email-form .error-message br+br {
  margin-top: 25px;
}

.get-in-touch .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}

.get-in-touch .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.get-in-touch .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.get-in-touch .php-email-form label {
  margin-bottom: 5px;
  color: #777777;
}

.get-in-touch .php-email-form input,
.get-in-touch .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.get-in-touch .php-email-form input:focus,
.get-in-touch .php-email-form textarea:focus {
  border-color: #006fb5;
}

.get-in-touch .php-email-form input {
  padding: 10px 15px;
}

.get-in-touch .php-email-form textarea {
  padding: 12px 15px;
}

.get-in-touch .php-email-form button[type=submit] {
  background: #fff;
  border: 2px solid #ff7c23;
  padding: 12px 35px;
  transition: 0.4s;
  background: #ff7c23;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
}

.get-in-touch .php-email-form button[type=submit]:hover {
  background: #c34e00;
  border: 2px solid #c34e00;
}

@media (max-width: 1024px) {
  .get-in-touch .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .get-in-touch .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f7f8f8;
  min-height: 40px;
  margin-top: 70px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #505a63;
  content: "/";
}

/* ------------------------------------------------------------------
Slider
-----------------------------------------------------------------*/
.slider-wrapper {
  position: relative;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}

.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}


/* ------- */
.scrolled-block {
  padding: 0;
}

.scroll-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(25 25 25);
  padding: 10px;
  border: 1px solid #3e3e3e;
  border-radius: 0px;
}

.scroll-container .infinite-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.infinite-scroll-wrapper .infinite-scroll-content {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  animation: scroll 100s linear infinite;
  width: 100%;
  gap: 10px;
}

.infinite-scroll-wrapper .infinite-scroll-items {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 10px;
}

.infinite-scroll-items .item-wrap {
  position: relative;
  min-width: 200px;
  height: 210px;
  flex-shrink: 0;
  overflow: hidden;
}

.item-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.item-wrap .text {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}



.item-wrap:hover img {
  transform: scale(1.1);
}

.item-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  color: #fff;
  padding: clamp(0.938rem, 5vw, 1.563rem);
  background: linear-gradient(0deg, rgb(0 0 0 / 10%) 0%, rgb(255 103 0 / 40%) 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.item-wrap:hover:after {
  opacity: 1;
}


@media (min-width: 1024px) {
  .infinite-scroll-wrapper:hover .infinite-scroll-content {
    animation-play-state: paused;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* ---------------------------------------------------------------------
Product Page 
--------------------------------------------------------------------------*/

body {
  background-color: #2f3640;
}

.gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* footer::after { */
header::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #ff6912;
  inset-inline-start: 0;
  /* bottom: 0; */
  top: 102px;
  position: fixed;
  transform-origin: top left;
  animation: grow-progress linear;
  animation-timeline: scroll();
}

@keyframes grow-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

#footer {
  background: #363636;
  padding:30px 0;
  font-size: 14px;
  background: linear-gradient(45deg, rgb(43 43 43) 0%, rgba(0, 0, 0, 1) 100%);

}

.get-in-touch {
  padding: 20px 40px;
}



#footer .footer-newsletter {
  padding: 50px 0;
  background: #2e3339;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -3px;
  right: -4px;
  bottom: -3px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 0 20px;
  margin: 3px;
  background: #006fb5;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3071a9;
}

#footer .footer-top {
  background: #272c30;
  border-top: 1px solid #394047;
  border-bottom: 1px solid #394047;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #394047;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #006fb5;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5697d0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #5697d0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

.copyright {
text-align: center;
    padding: 20px 10px;
    background: #242424;
    font-size: 14px;
    color: #898989;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* grid layout 
 ====================================================================*/

.grid {
  padding: 4px;
  background: #000;
}

.grid .col-xl-12 {
  padding: 0;
}

.grid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.grid ul li {
  height: 40vh;
  flex-grow: 1;
  list-style-type: none;
  margin: 6px;
  border-radius: 20px;
  overflow: hidden;
}

.grid ul li:last-child {

  flex-grow: 4;
}

.grid img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #272727;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 2x;
  transition: 0.3s;
  font-size: 20px;
  color: #ffffff;
  margin-right: 30px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-bottom: 2px solid #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 2px solid #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 15px;
  border-top: none;
  margin-bottom: 10px;
}



@media (max-aspect-ratio: 1/1) {
  .grid ul li {
    height: 30vh;
  }
}

@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  .grid ul {
    flex-direction: row;
  }

  .grid ul li {
    height: auto;
    width: 100%;
  }

  .grid img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}


/*===================================*/

@media (max-width: 1024px) { 
  #hero .carousel-item {
      height: 560px;
  }
}

@media (max-width: 768px) {
 
#hero .carousel-item {
    height: 420px;
}

   #hero h2 {
     font-size: 48px;
   }

   #hero p.subtitle {
     font-size: 16px;
  }

  .section-title h3 { 
    font-size: 40px;
  }

  .cta h3 { 
    font-size: 36px;
  }

   .get-in-touch {
    padding: 20px 10px;
   }

   section {
    padding: 20px 20px;
  }

}

@media (max-width: 480px) {

        .cta-primary { 
          padding: 8px 10px; 
          font-size: 16px; 
          margin: 5px 0;
      }

      .carousel-caption h3 {  
        font-size: 14px;
      }

        #hero .carousel-item {
          height: 286px;
      }
        #hero h2 {
          font-size: 24px;
        }

        #hero p.subtitle {
          font-size: 14px;
        }

        .section-title h3 { 
          font-size: 22px;
        }

        .cta h3 { 
          font-size: 24px;
        }

      .carousel-caption {
        bottom: 30px; 
      }

  
      #hero h2 { 
          margin-bottom: 10px;
      } 
 
      .carousel-caption {
          bottom: 30px;
          z-index: 10;
      }

    .text-end, .text-start {
        text-align: center !important;
    }

    .get-in-touch {
    padding: 20px 10px;
   }
  
   .get-in-touch .info h4, 
   .get-in-touch .info p { 
    text-align:center;
  }

   section {
    padding: 20px 20px;
  }

}