/**
*
*	Name:			Piramoon
*	Version:			1
*	Author:			Mahsan Mousavi 
*	Created on:		2025-05-17
*	Website:		
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
Design is not just what it looks like
and feels like.
Design is how it works.
--------------------------------------------------------------------------------------
*	
**/
@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff2/KalamehWebFaNum-Thin.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/KalamehWebFaNum-Thin.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}



@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff2/KalamehWebFaNum-Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/KalamehWebFaNum-Black.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff2/KalamehWebFaNum-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/KalamehWebFaNum-Bold.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff2/KalamehWebFaNum-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/KalamehWebFaNum-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
svg text{
  font-family:KalamehWebFaNum ;
}
:root {
    --color-dark: #000;
    --color-white: #fff;
    --color-primary: #373534;
    --color-primary-second: #a79d96;
    --nav-color-primary: #f7d2d270;
    --color-primary-light-grey: #37353430;
    --color-red: #f44336;
    --color-blue: #1a73e8;
    --color-gray: #80868b;
    --color-grayish: #e0e0e0;
    --color-graylight: #d9d9d9;
    --color-golden: #b6985e;
    --color-secondary: #e4b345;
    --btn-blue: #2b5ac6;
    --btn-green: #5dae74;
    --BaseTransition: all linear 300ms;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-17: 17.859px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-28: 28px;
    --fs-30: 30px;
    --fs-32: 32px;
    --fs-36: 36px;
    --fs-40: 40px;
    --fs-44: 44px;
    --fs-42: 42px;
    --fs-48: 48px;
    --fs-60: 60px;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body,
  html {
    width: 100%;
    height: 100%;
    direction: rtl;
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
  }
  
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  
  body {
    line-height: 1.5;
    font-family: KalamehWebFaNum;
    font-size: 14px;
    color: var(--color-dark);
    
  }
  
  ol,
  ul {
    list-style: none;
  }
  a{
    text-decoration: none;
    color: inherit;
  }
  
  blockquote,
  q {
    quotes: none;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .border-0 {
    border: 0;
  }
  html {
    scroll-behavior: unset !important;
  }
  
.visuallyHidden {
    position: fixed;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
  }
  
  .top-banner-wrapper .banner-text {
    font-size: var(--fs-60);
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    bottom: 45px !important;
  }
  
  .top-banner-wrapper .banner-body {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    right: 0;
  }
    /*****Header**********/
.navbar-custom{
    background-color:rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1.1999999284744263px 0px 0px rgba(167, 157, 150, 0.15);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    z-index: 999;
}
.btn-custom{
    background-color: var(--color-secondary);
    cursor: pointer;
    transition: var(BaseTransition);
    
}
.btn-custom:hover{
    background-color: var(--color-golden);

}
  /*****section video**********/
  .video_section{
    height: 100vh;
    width: 100%;
    position: relative;
  }
.video_screen{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.caption{
    position: absolute;
    right: 0;
    left: 0;
    bottom:30vmin
}
.caption h2{
    font-size: var(--fs-48);
    color: var(--color-white);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
    font-weight: bold;
    margin-bottom: 20px;

}
.btnScroll{
    position: relative;
}
.btnScroll span{
    position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb05 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  .section_title{

    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #929292;
    pointer-events: none;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform-origin: bottom;
    overflow: hidden;
 
  }
 
  .section_title figure {
    width: 102%;
    height: 102%;
    margin: -2px 0 0 -2px;
}

.section_title  figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  object-position: center;
  backface-visibility: hidden;
  transform-origin: 47% 48%;
  display: block;

}

  .section_item{

    height: 100vh;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;

  }
  .rowItems{

    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
  }
  .itemCard{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .itemCard::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    background: rgba(0, 0, 0, 0.6);
    top:0;
    left:0;
    z-index: 0;
  }
  .discreption{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--color-white);
    transition: var(--BaseTransition);
    font-size: var(--fs-42);
    font-weight: 600;
    position: relative;

  }
  .section_wide{
    height: 100vh;


  }
  .wideImg{
    width: 100%;
    height: 100%;
    object-fit: cover;

  }
  .topTitle{
    color: #373534;
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 20px;
    line-height: 100%;
  }
  .title{
    color: #a79d96;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 20px;

  }
  .subtitle{
    color: #373534;
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
  }
.details{
    color: #adacac;
    font-size: 20px;
    line-height:2;
    font-weight: 300;
    text-align: justify;
}
.footer{
    background-color: #f8f8f8;
}
.icon{
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
}
.icon i{
    color: #a9a9a9;
    font-size: 1rem;
}
.menu_footer{
    font-size: 1.2rem;
}
.btn-float{
    display: flex
;
    align-items: center;
    margin-top: 15px;
}
.btn-float .circle{
    border: 1px solid #000;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-float .text{
    background-color: #fff;
    transform: translateX(8px);
    padding: 5px 0;
    transition: all 0.3s ease;
}
.footerBox .btn-float .text{
    background-color: #f8f8f8;
}
.btn-float:hover .circle{
    background-color: #000;
    color: #f8f8f8;

}
.btn-float:hover .text{
    transform: translateX(-15px);
}
.footerBox{
    position: relative;
}
.footerBox::before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #bababa;
    position: absolute;
    right: -15px;

}
.textQuote{
    color: #adacac;
    font-size: 20px;
}
.line1{
  opacity: 0;
}
.line2{
  opacity: 0;
}
.line4{
  opacity: 0;
  color: #929292;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.section_title{
  opacity: 0;
}
  /*****Mouse Arrow**********/

#mouse_body {
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 32px;
    height: 43px;
    width: 23px;
    margin: 0 auto;
  }
  
  #mouse_wheel {
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    height: 8px;
    width: 3px;
    margin: 6px auto 0;
  }
  
  @keyframes wheel_animation {
    0% {
      opacity: 0;
      top: 2px;
    }
  
    50% {
      opacity: 1;
      top: 50%;
    }
  
    100% {
      opacity: 0;
      top: 33px;
    }
  }
  
  .scroll {
    width: 60px;
    height: 60px;
    position: relative;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
  }
  
  .scroll::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transform: rotate(-45deg);
  }
  
  @keyframes down {
    0% {
      transform: translate(0);
    }
  
    20% {
      transform: translateY(15px);
    }
  
    40% {
      transform: translate(0);
    }
  }
  
  @-webkit-keyframes down {
    0% {
      transform: translate(0);
    }
  
    20% {
      transform: translateY(15px);
    }
  
    40% {
      transform: translate(0);
    }
  }
  
  .arrow {
    position: relative;
    top: 0;
    border: solid var(--color-white);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    animation: bounce 0.5s ease-out infinite alternate;
  }
  
  @keyframes bounce {
    0% {
      top: 0;
      color: #fff;
    }
  
    100% {
      top: 8px;
      color: #e0e0e0;
    }
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .title{
    color: var(--color-golden);
  }

  