/* style css */
* {
  margin: 0px;
  padding: 0px;
  font-family: poppin, sans-serif;
}

.wow {
  animation-duration: 1s !important;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (max-width:580px) {
  
}

/* Pointer */

/* \\\\\\\\\\\\\ start PRELOADER \\\\\\\\\\\\*/

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../image/pixel/loader.gif) center center no-repeat #fff;
  text-align: center;
}

/* \\\\\\\\\\\\\ end PRELOADER \\\\\\\\\\\\*/


/* /////////////// Start Navbar */

.menu {
  background: white;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.menu li {
  padding: 0 0.7rem;
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #000000;
}

.menu li a {
  color: #000000;
  padding: 15px 0.7rem;
  text-transform: capitalize;
  font-weight: 600;
}
.menu li a:hover {
  color: #e62b40;
}


.dropbtn {
  color: #e62b40;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #e62b40;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #e62b40;
}

/* /////////////// end Navbar */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\  custom scroll bar \\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
@media screen and (max-width: 2200px) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #e62b40;
  }
}
@media screen and (max-width: 1900px) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #e62b40;
  }
}

@media screen and (max-width: 970px) {

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #e62b40;
  }


}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\  end  custom scroll bar \\\\\\\\\\\\\\\\\\\\\\\\\\\\ */


/*///////////////////////////////////////////// fixed social  \  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#fixed-social {
  position: fixed;
  top: 100px;
  z-index: 1002;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 0px;
  z-index: 999;
}

#fixed-social a:hover>span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}

.fixed-facebook {
  background-color: #00AAE5;
}

.fixed-facebook span {
  background-color: #00AAE5;
}

.fixed-gplus {
  background-color: #00AF54;

}

.fixed-gplus span {
  background-color: #00AF54;
}

.fixed-linkedin {
  background-color: #25d366;

}

.fixed-linkedin span {
  background-color: #25d366;
}

.fixed-instagrem {
  background-color: #ED2B29;

}

.fixed-instagrem span {
  background-color: #ED2B29;
}

/*end fixed social*/

/*footer*/
.footer-section {
  background-color: #222222;
  background-image: url("../image/person/footerimage.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #bfbaba;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 270px;
  height: 71px;
}
@media (max-width: 600px) {
  .footerrespons{
    padding-left: 10%;
  }
  
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e62b40;
}

.footer-widget ul li {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  letter-spacing: 1.5px;
}

.footer-widget ul li a:hover {
  color: #e62b40;
}

.footer-widget ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}

.copyright-area {
  padding: 25px 0;
}

.unselectable {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

#btn-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  border:2px solid #e62b40;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ffffff;
  z-index: 999;
}

/* portfolio header */

.gallery-image img {
  /* height: 320px; */
  width: 100%;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.img-box {
  /* height: 320px; */
  width: 100%;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  margin-bottom: 15px;
  background-color: white;
  border-radius: 10px;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
  border-radius: 10px;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}