/* 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: 14px;
}
.fotfon {
  font-size: 15px;
}
.smallfon {
  font-size: 12px;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
/* common font color */
.head-color {
  color: #b8a14f;
}
.head-color2 {
  color: #e7cd6f;
}
.para-color {
  color: #afa16e;
}
.drkgreycol {
  color: #7e7e7e;
}
.greycolor {
  color: #e0e0e0;
}
.w3-border {
  background-color: #696969;
}
.w3-grey {
  height: 5px;
  width: 20%;
  background-color: #8b8b8b;
}
.w3-border2 {
  background-color: #696969;
}
.w3-grey2 {
  height: 5px;
  width: 50%;
  background-color: #8b8b8b;
}
.lightcol {
  color: #e6e4e4;
}
/* Common bg video */
#myVideo {
  width: 100vw;
  height: 100vh;
  position: fixed;
  object-fit: cover;
}
#myVideo2 {
  width: 100vw;
  object-fit: contain;
}
/* 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.5) 0%,
    rgba(0, 0, 0, 0.5) 35%,
    rgba(0, 0, 0, 0.5) 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: 1000px;
  } */
.proimg {
  display: none;
  left: 0%;
}
.proimg2 {
  display: none;
  left: 0%;
}
.proimg3 {
  display: none;
  left: 0%;
}
.proimg4 {
  display: none;
  left: 0%;
}
.shad {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* bg vid */
#MuteButton::before {
  content: "🔈";
}

#MuteButton.muted::before {
  content: "🔇";
}

#MuteButton {
  position: fixed;
  bottom: 48px;
  right: 85px;
  text-decoration: none;
  border: none;
  z-index: 5;
  font-size: 2rem;
  border-radius: 2rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
}
#MuteButton2::before {
  content:  '🔈';
  margin-left: 40px;
}

#MuteButton2.muted2::before {
  content:  '🔇';
  margin-left: 40px;
}

#MuteButton2 {
  text-decoration: none;
  border: none;
  z-index: 5;
  font-size: 2rem;
  bottom: 5px;
  border-radius: 2rem;
  width: 4rem;
  height: 3rem;
  text-align: center;
}

/* section 1 */
.bor {
  border: 2px solid white;
}
.bor:hover {
  border: none;
}
.prova {
  display: none;
}
.topmar {
  margin-top: 400px;
}
.fon-size {
  font-size: 100px;
}
.sec1parasize {
  font-size: 18px;
}
.warmth-color1 {
  background: #ffeca8;
  background: linear-gradient(to left, #fdf0be 100%, #d5b74c 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* warmth color */
.warmth-color2 {
  background: #ffeca8;
  background: linear-gradient(to left, #ffeca8 30%, #d5b74c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.warmth-color3 {
  background: #ffeca8;
  background: linear-gradient(to right, #ffeca8 0%, #d5b74c 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* section 3 */
.grad2 {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.589) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

/* section 4 */
.bgimg {
  height: 415px;
  background-image: url(./image/img1.png);
}
.btnpos {
  left: 10%;
  top: 70%;
}

.bgimg1 {
  background-image: url("./image/shreepr.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.carouitem {
  opacity: 0;
  transition-property: fadeIn;
}

.act {
  opacity: 1;
}
/* owl start */
.owl-theme .owl-nav {
  color: white;
  display: inline;
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 100%;
  display: flex;
  color: white;
  background-color: transparent;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  right: 24%;
}
.owl-text-overlay {
  background: unset;
  bottom: 0%;
  height: min-content;
  background-color: unset;
  margin-bottom: 0%;
}
.combtn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: white;
}
.combtn:active {
  color: #d5b74c;
  background-color: #e0e0e0;
}
.combtn:focus {
  color: #d5b74c;
}
.combtn:hover {
  color: #d5b74c;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 21%;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  bottom: 8%;
}
.owl-theme .owl-prev {
  left: 5%;
}

/* owl strop */
.prvbtn.left,
.nxtbtn.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.nxtbtn.left,
.prvbtn.right {
  opacity: 1;
}

.carousel-control {
  z-index: 2;
}
.viewbtn {
  color: #d5b74c;
  border-color: #d5b74c;
}
.viewbtn:hover {
  color: #e7cd6f;
  background-color: black;
}
/* section 5 */
.item {
  height: 400px;
  width: 90%;
}
.vidhig {
  height: 400px;
  width: 100%;
}

.owl-dots {
  display: none;
  margin-top: 20px;
}
.onebtn {
  color: white;
}
.onebtn:focus,
.onebtn:active,
.onebtn:hover {
  color: #e7cd6f;
}
.commonimgheight {
  height: 600px;
}
.commonimgheight2 {
  height: 700px;
}
/* owl crousel */
.video-section .item {
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.8);
}
/* award1:active{
  color:#b4be57;
  background: #696969;

} */
@media (max-width: 1000px) {
  .video-section .item {
    margin: 0;
    transform: scale(0.9);
  }
}

.video-section .active .item {
  opacity: 1;
  transform: scale(1);
}

.video-section .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.video-section video {
  max-width: 100%;
  /* height:auto; */
}
/* section 6 */
.sec6-color {
  color: #e8d595;
}
.iconnxt {
  background-image: none;
}
/* section 7 */
#myD2 {
  display: none;
}
.grad3 {
  background: rgb(5, 3, 1);
  background: linear-gradient(
    0deg,
    rgb(5, 3, 1) 0%,
    rgba(0, 0, 0, 0.801) 64%,
    rgba(0, 0, 0, 0.445) 100%
  );
}

.owl-text-overlay {
  position: absolute;
  text-align: center;
  width: auto;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #e7cd6f;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
}
.tec {
  position: absolute;
  text-align: center;
  width: auto;
  top: 75%;
  transform: translateY(-0%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
}
/* 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;
  }
  .commonimgheight {
    height: 266px;
  }
  .bgimg1 {
    background-image: url("./image/shreepr.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
  }
  .topmar {
    margin-top: 600px;
  }
  .carousel-indicators [data-bs-target] {
    text-indent: unset;
    height: auto;
    background-color: transparent;
    color: #d5b74c;
    font-family: "Poppins", sans-serif;
  }
  .navlogoimg {
    height: 70px;
  }
  #MuteButton {
    right: 48px;
  }
}
/* 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;
  }
  .topmar {
    margin-top: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .mar {
    margin-top: 20px;
  }
  .imgsize {
    width: 100%;
    height: 900px;
  }
  #MuteButton {
    right: 85px;
  }
  .topmar {
    margin-top: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .mar {
    margin-top: 35px;
  }
  .imgsize {
    width: 100%;
    height: 100%;
  }
  #MuteButton {
    right: 85px;
  }
  .topmar {
    margin-top: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .common-height {
    height: 400px;
  }
  .imgsize {
    width: 100%;
    height: 100%;
  }
  #myVideo {
    width: 100vw;
    height: 100vh;
    position: fixed;
    object-fit: cover;
  }

  .offcanvas.offcanvas-end {
    width: 1000px;
  }
  .prova {
    display: block;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 6%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 6%;
  }
  .viewbtn2 {
    bottom: 285px;
    color: #d5b74c;
    border-color: #d5b74c;
    position: relative;
    font-size: 25px;
}
}
@media only screen and (min-width: 1700px) {
  #MuteButton {
    right: 85px;
  }
}
.fontsize {
  font-size: 20px;
  line-height: 2;
}
.col-8.p-0.m-0.d-flex.justify-content-end {
  width: 39%;
}
button#award1 {
  /* color: #D5B74C; */
}
/* .controls{
  width:100%;
  height: 100vw;
} */
.offcanvas-body.position-relative {
  line-height: 2.2;
  font-size: 1.25rem;
}
/* li.nav-item.a:hover{
color:#D5B74C;
} */
a.modal_menu:hover {
  color: #d5b74c;
}
img.img-fluid.imgsize {
  height: 100vh;
}

@media only screen and (max-width: 1024px) {
  a.menu_resp:hover {
    color: #d5b74c;
  }
}
@media only screen and (max-width: 426px) {
  .vidhig {
    height: 325px;
  }
  .video-section video {
    width: 450px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
    left: 11px;
  }
  .owl-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    right: 11px;
  }
}
@media only screen and (max-width: 376px) {
  .vidhig {
    height: 268px;
  }
  .video-section video {
    width: 430px;
  }
}
@media only screen and (max-width: 321px) {
  .vidhig {
    height: 250px;
  }
  .video-section video {
    width: 500px;
  }
}
.myVideo {
  width: 100%;
  opacity: 0.3;
}
/* .shad1{
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
} */
.grad2 {
  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%
  );
}
.testimonials {
  border-radius: 30px;
  background: #ffffff;
  border: none;
}
.btn_test {
  padding-top: 50px;
  position: absolute;
}
.viewbtn1 {
  /* bottom: 500px;
  color: #d5b74c;
  border-color: #d5b74c;
  position: relative;
  font-size: 27px; */
  bottom: 156px;
    color: #d5b74c;
    border-color: #d5b74c;
    position: relative;
    font-size: 15px;
}
.viewbtn1:hover {
  color: #d5b74c;
  /* border:1px solid #e6e4e4; */
  background: #000;
}
.imgsize{
  width: 100%;
  height: 800px;
}
.img-fluid {
  max-width: 100%;
  /* height: 30px; */
}
.viewbtn2:hover {
  color: #d5b74c;
  /* border:1px solid #e6e4e4; */
  background: #000;
}
.viewbtn2 {
  bottom: 265px;
  color: #d5b74c;
  border-color: #d5b74c;
  position: relative;
  font-size: 27px;
}