/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: Marcellus-Regular;
    src: url(./fonts/Marcellus-Regular.ttf);
  }
.marcellus-font{
    font-family: Marcellus-Regular;
}
.poppins-font{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
.fonsize{
  font-size: 18px;
}
.fotfon{
  font-size: 15px;
}
.smallfon{
  font-size: 12px;
}
.poppins{
  font-family: 'Poppins', sans-serif;
}
/* common font color */
.head-color{
  color: #b8a14f;
}
.head-color2{
  color: #e7d9a5;
}
.para-color{
  color: #9c8f5e;
}
.drkgreycol{
  color: #696969;
}
.greycolor{
  color: #8b8b8b;
}
.w3-border{
  background-color: #696969;
}
.w3-grey{
  height:5px;
  width:20%;
  background-color: #8b8b8b;
}
.lightcol{
  color: #e6e4e4;
}
/* Common bg video */
#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
  }

/* Common height of div  */
.common-height{
  height: 600px;
}
/* container gradient */
.grad{
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.7) 100%);
  }

  /* nav bar */
  #navbar{
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    }
    
  .btncss:hover{
    border-bottom: 2px solid white;
  }
  .offcanvas.offcanvas-end{
    width: 700px;
  }
  .navbar-toggler{
    border: none;
  }
  .navbar-toggler-icon{
    background-image: url('./image/menu-icon.png');
  }
  .navbar-toggler:focus{
    box-shadow:none;
    border: none;
  }
  .btn-close{
    border: none;
  }
  .blurfilter2{
    backdrop-filter:blur(50px);
  }
  .grad4{
    background: rgb(0,0,0);
    background: linear-gradient(130deg, rgb(105, 89, 66) 0%, rgb(132, 96, 37) 35%, rgb(33, 15, 9) 100%);
  }
  .imgsize{
    width: 100%;
    height: 100vh;
  }
  .proimg{
    display: none;
    left:0%;
  }
  .proimg2{
    display: none;
    left:0%;
    
  }
  .proimg3{
    display: none;
    left:0%;
  }
  .shad{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0) 100%);
  }
  /* section 1 */
  .bckcolor{
    background-color: #0e0a06;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    /* display: none; */
  }
  
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }
  
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  
  .carousel-fade .carousel-control {
    z-index: 2;
  } 
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  } 
  /* footer */
  .hovcol:hover{
    color:#FFECA8;
  }
  .fotlogo{
    height: 130px;
  }
  .borderbot{
    border-bottom: 2px solid #D5B74C;
  }
  .logoimg{
    height: 40px;
  }
  .blurfilter{
    backdrop-filter:blur(10px);
  }
  .footerbtn{
    color: #FFF3C9;
  }
  .footerbtn:hover{
    color: #D5B74C;
  }



  /* mobile resposive */

  /* section 6 */
  /* before */
  @media only screen and (max-width: 991px ){
    .mobilegrad{
      background: rgb(0,0,0);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 100%);
    }
    .mar{
      margin-top: 20px;
    }
    .navlogoimg{
      height: 70px;
    }
    
  }
  /* after */
  @media only screen and (min-width: 992px ){
    .posi{
      position: absolute;
    }
    .posi2{
      position: relative;
    }
    .team-height{
      height: 250px;
    }
    .mobilegrad{
      background: rgba(0, 0, 0, 0);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
    }
    .mobilegrad2{
      background: rgb(0,0,0);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 100%);
    }
    .bord{
      border-top-left-radius: 15%;
      border-bottom-left-radius: 15%;
    }
  } 
  @media only screen and (min-width: 992px ){
    .mar{
      margin-top: 30px;
    }
  }
  @media only screen and (min-width: 1200px ){
      /* margin-top: 20px; */
    }
    .imgsize{
      width: 100%;
      height: 900px;
    }
  
  @media only screen and (min-width: 1400px ){
    .mar{
      margin-top: 35px;
    }
    .imgsize{
      width: 100%;
      height: 900px;
    }
  }
  @media only screen and (max-width: 767px ){
    .common-height5{
      height: 400px;
  }
  }

  .carousel-control-prev.previous {
    left: -80px;
    top: -256px;
  }
  .carousel-control-next.next {
    left: 704px;
    top: -256px;
  }
  /* .carousel-item{
    height:582px;
  } */
  @media only screen and (max-width: 1024px) {
    .carousel-control-prev.previous {
      left: -36px;
      top: 130px;
  }
  }
  @media only screen and (max-width: 1024px) {
    .carousel-control-next.next {
      left: 414px;
      top: 130px;
  }
  }
  @media only screen and (max-width: 1440px) {
    .carousel-control-prev.previous {
      left: -44px;
      top: 130px;
  }
  }

  @media only screen and (max-width: 1440px) {
    .carousel-control-next.next {
      left: 562px;
      top: 130px;
  }
  }

  a.modal_menu:hover{
    color:#D5B74C;
  }
  img.img-fluid.imgsize {
    height: 100vh;
  }