@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Photogam Intro
  Version: 1.0
  Last change: 15.10.2023]
*/
/*-------------Import fonts ---------------------------------------*/
/* Open Sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);
/* Open Sans Condensed */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/* Condiment */
@import url(http://fonts.googleapis.com/css?family=Condiment);
/* Playball */
@import url(http://fonts.googleapis.com/css?family=Playball);
-------------General Style---------------------------------------*/ :root {
  --main-color: #d5ad72;
  --main-font: "Oswald", sans-serif;
  --secondary-font: "Oswald", sans-serif;
  --thrd-font: "Oswald", serif;
}
html {
  overflow-x: hidden !important;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 12px;
  background: #0a0b0a;
  height: 100%;
  text-align: center;
  color: #1e1e1e;
}
.colored {
  color: #d5ad72;
}
.condensed {
  font-family: "Oswald", sans-serif;
}
.condiment {
  font-family: "Condiment", cursive;
}
.playball {
  font-family: "Playball", cursive;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.bold {
  font-weight: 700;
}
/*--------------Typography--------------------------------------*/
h2 {
  font-size: 3.2em;
  font-weight: 300;
}
h3 {
  font-size: 1em;
}
/* ---------Page preload--------------------------------------*/
.main-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11100;
  background: #0a0b0a;
}
.loader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  z-index: 20;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  z-index: 20;
  transform: scale(1);
}
.loader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid #d5ad72;
  border-radius: 50%;
  animation: spin2 0.5s infinite linear;

  z-index: 1;
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hometext-2 {
  font-size: 30px;
}
.items-container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

/* ---------Content Styles--------------------------------------*/
#main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  background: #000;
  text-align: center;
  opacity: 0;
}
#main.mainvis {
  opacity: 1;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
.single-item img {
  height: 90px;
}
.text-container {
  position: relative;
  z-index: 10;
  top: 35%;
  transform: translateY(-50%);
}
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.home-animated {
  background-image: url(../images/sliders/animate.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed !important;
  background-repeat: repeat;
  -webkit-animation: BackgroundAnimation 300s linear infinite;
  -moz-animation: BackgroundAnimation 300s linear infinite;
  -ms-animation: BackgroundAnimation 300s linear infinite;
}

/* Background Animation */

@-webkit-keyframes BackgroundAnimation {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 9600px 0px;
  }
}
@-moz-keyframes BackgroundAnimation {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 9600px 0px;
  }
}
@-ms-keyframes BackgroundAnimation {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 9600px 0px;
  }
}
.pattern-black:after {
  background: url(../images/pattern-black.png) repeat;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.hometext {
  width: 100%;
  height: auto;
  color: white;
  font-size: 40px;
  line-height: 90px;
  text-transform: uppercase;
}
.logo-holder {
  /* margin-bottom: 60px; */
}
.logo-holder img {
  width: auto;
  height: 180px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
.over-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/dec/body.png") no-repeat center;
  z-index: 1;
  opacity: 0.05;
}

.notifer {
  position: absolute;
  bottom: 110px;
  left: 50%;
  text-align: center;
  z-index: 5;
  color: #fff;
  font-size: 1.3em;
  transform: translateX(-50%);
}
.notifer:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  background: #d5ad72;
}
.notifer a {
  color: #d5ad72;
}
.details_templ {
}
.details_templ h3 {
  text-align: center;
  color: #fff;
  font-size: 1.9em;
}
.details_templ h5 {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 10px;
}
.details_templ h5:hover {
  color: #d5ad72;
  cursor: pointer;
}
.single-item {
  display: inline-grid;
  padding: 10px;
  justify-items: center;
  padding: 10px;
  padding-top: 40px;
}
.uppercase {
  text-transform: uppercase;
}
.btn {
  color: #d5ad72;
  padding: 19px 50px;

  background: #151515;
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
.btn:hover {
  color: #000;
  background: #d5ad72;
}
.demo-nav {
  background-color: #1d1d1c;

  max-width: 850px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 50px auto 20px;
  padding: 30px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.demo-nav a {
  font-family: "Oswald", sans-serif;

  color: #fff;
  display: inline-block;
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 1.4em;
  position: relative;
}
.demo-nav a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 3px;
  top: 46px;
  background: #d5ad72;
  margin-left: -20px;
  transition: all 0.3s ease-in-out;
}
.tooltip-wrap {
  text-transform: capitalize !important;
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-height: 70px;
  position: absolute;
  top: 70px;
  margin-bottom: 60px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}
.demo-nav a:hover {
  color: #d5ad72;
}
.demo-nav a:hover .tooltip-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.demo-nav a:hover:before {
  width: 40px;
}
.tooltip-wrap img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.tooltip-wrap:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -8px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  z-index: -2;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.09);
  background: #1d1d1c;
  border-radius: 10px;
}
.section-title-separator_wrap {
  position: relative;
}
.section-title-separator {
  position: relative;
  width: 150px;
  display: inline-block;
  margin-top: 14px;
}
.section-title-separator:before,
.section-title-separator:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  top: 50%;
  margin-top: 1px;
}
.section-title-separator:before {
  left: 0;
}
.section-title-separator:after {
  right: 0;
}
.section-title-separator span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d5ad72;
  display: inline-block;
}
.ml_images-wrap {
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -300px;
  z-index: 4;
}
.ml_images-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  animation: spin3 12.5s infinite linear;
  z-index: -1;
  background: url("../images/dec/circle.png") no-repeat center;
}
@keyframes spin3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ml_bg-item {
  position: absolute;
  opacity: 1;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 44px 0px rgba(0, 0, 0, 0.8);
}
.ml_bg-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.main-bg-warp {
  position: fixed;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;

  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
.main-bg-warp .bg {
  opacity: 0.5;
  z-index: -1;
}
.bg-dec-item {
  position: absolute;
  opacity: 0.1;
}
.aside-dec {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background: #d5ad72;
}
.aside-dec:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 120px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
.ad_left {
  left: 50px;
}
.ad_left:before {
  left: 100%;
  margin-left: 20px;
}
.ad_right {
  right: 50px;
}
.ad_right:before {
  right: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 1068px) {
  .text-container {
    width: 100%;
    overflow: hidden;
    top: 0;
    transform: translateY(0);
    padding: 150px 50px 90px;
  }
  .demo-nav {
    overflow: hidden;
  }
  .tooltip-wrap,
  .ml_bg-item,
  .aside-dec,
  .demo-nav a:before {
    display: none;
  }
  .demo-nav a {
    display: block;
    margin: 10px 0;
    float: left;
    width: 50%;
  }
  .bg-dec-item {
    transform: scale(0.6);
  }
}
.details_templ2 .details-bottom {
  top: 170px;
  position: absolute;
  width: 100%;
}
.details_templ2 .details-bottom .title {
  padding: 0 20px;
}
.details_templ2 .details-bottom img {
  height: 40px;
}
.details_templ3 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .text-container{
    height: 100%;
  }
  .details_templ {
    display: none!important;
  }
  .details_templ3 {
    display: block;
  }
  .details_templ2 .details-bottom {
    top: 370px;
  }
  .hometext-2{
    font-size: 20px;
  }
  .hometext {
    font-size: 25px;
    line-height: 44px;
}
  .details_templ2 .details-bottom img {
    height: 20px;
  }
  .details_templ2 .details-bottom .title {
    padding: 0;
  }
  .demo-nav a {
    width: 100%;
  }
  .single-item{
    padding-top: 85px;
  }
  .notifer {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;

    transform: translateX(0);
    width: 100%;
  }
  .main-bg-warp {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0;
    border: none;
  }
  .text-container {
    padding: 90px 30px;
  }
  .details_templ h3 {
    font-size: 1.3em;
  }
  .logo-holder img {
    height: 100px;
  }
  .ml_images-wrap {
    display: none;
  }
}
@media only screen and (max-width: 1568px) {
  .logo-holder {
    margin-bottom: 5px;
  }
}
.details_templ {
  padding: 0 30px;
}
@media only screen and (max-width: 360px) {
  .hometext {
    font-size: 23px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .hometext {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .hometext {
    font-size: 30px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1670px) {
  .demo-nav {
    bottom: -100px;
  }
}
.homeslider {
  height: 100%;
  width: 100%;
}

.homeslider .slide-image {
  height: 100%;
  width: 100%;
}
.homeslider .slide-image .imageslide {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.homeslider .slide-image .slider-overlay {
  height: 1000vh;
  background-color: rgba(0, 0, 0, 0.623);
}
