@font-face {
    font-family: "bodoni";
    src: url(../font/bodoni-book-bt.ttf);
}

@font-face {
    font-family: "classy";
    src: url(../font/Classyvogueregular.ttf);
}

@font-face {
    font-family: "bodoni";
    src: url(../font/Bauer\ Bodoni\ Italic.otf);
}

@font-face {
    font-family: "CeraGodrej";
    src: url(../font/CeraGodrejInterio-Regular.ttf);
}

@font-face {
    font-family: "CeraGodrej-m";
    src: url(../font/CeraGodrejInterio-Medium.ttf);
}

@font-face {
    font-family: "italic";
    src: url(../font/BodoniBT-BookItalic.otf);
}

@font-face {
    font-family: "bold";
    src: url(../font/Fontspring-DEMO-quiverleafcf-extrabold.otf);
}


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: 'CeraGodrej', sans-serif;
}

.bold_1{
    font-family: 'bold', sans-serif;
    font-weight: bolder !important;
}

html, body {
    height: 100%;
}

#main{
    position: relative;
    overflow: hidden;
}


/* html {
    scroll-behavior: smooth;
} */

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.bond {
    font-family: 'bodoni', sans-serif;
}

.classy {
    font-family: 'classy', sans-serif;
}

.med {
    font-family: 'CeraGodrej-m', sans-serif;
}

.book {
    font-family: 'italic', sans-serif;
}

body {
    background-color: #faf8f0;
}

.color {
    color: #ad8346;
}

.arrow_new {
    position: fixed;
    bottom: 143px;
    right: 19px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
    display: none;
  }

  .arrow_new:hover {
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
  }

  .active_1 {
    display: block;
    bottom: 20px;
  }

.arrow_new_1 {
    position: fixed;
    bottom: 80px;
    right: 19px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
  }
  
  .arrow_new_1:hover {
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
  }


  .modal .modal-content {
    background-color: #ad8346;
  }
  
  .modal-body .grid label {
    display: block;
    margin-bottom: 10px;
  }
  
  .modal-body .grid input {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    outline: none;
    border: 0;
  }
  
  .modal-body .grid>div {
    margin-bottom: 20px;
  }
  

nav .nav-link,
.navbar-brand {
    color: #ad8346 !important;
}

nav{
    background-color: #faf8f0;
}

nav.active{
    background-color: #faf8f0;
    color: #fff !important;
    -webkit-box-shadow: 1px 1px #0000;
            box-shadow: 1px 1px #0000;
}

nav .nav-link {
    padding-left: 30px !important;
}


section.hero {
    /* background: url('../Images/banner.png') no-repeat; */
    background-position: top bottom;
    background-size: 100%;
    height: 100vh;
    /* display: flex;
    align-items: center; */
}


section.hero h2 {
    text-transform: uppercase;
    font-size: 60px;
}

section.hero h3 {
    font-size: 60px;
}

section.hero .content {
    padding-top: 160px;
}

section.hero .flex {
    gap: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ad8346;
    padding-top: 25vh;
}


section.video {
    padding: 150px 0;
    height: 100vh;
    background: url('../Images/video-bg.png') no-repeat;
    background-position: top bottom;
    background-size: cover;
}

section.video .play {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100px;
    cursor: pointer;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}


section.video h3,
section.about h3 {
    font-size: 60px;
}

section.video h2,
section.about h2 {
    font-size: 50px;
}

section.about {
    padding: 100px 0 69px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
}
 .owl-theme .owl-nav{
    display: none;
 }
 .owl-theme .owl-dots{
    margin-top: 30px;
 }
/* section.about .flex {
    height: 460px;
} */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #ad8346;
}

section.about .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
}

section.about .bold_1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 25px;
}

section.ads {
    height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.ads h5 i {
    font-size: 60px;
}

section.ads h2 {
    font-size: 80px;
}

section.ads .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


section.map iframe{
    max-width: 100%;
   margin:  0 auto;
   width: 900px;
   height: 450px;
   -o-object-fit: cover;
      object-fit: cover;
}

section.video-bg {
    /* background: url('../Images/video-banner.png') no-repeat;
    background-position: top bottom;
    background-size: cover; */
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}



section.video-bg .card-img-overlay {
   height: 80vh;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}



section.video-bg .play {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100px;
    cursor: pointer;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
section.video-bg video {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
}

section.video-bg .video-box {
    position: relative;
    width: 100%;
}


nav .logo-1{
    width: 140px;
}

/* section.video-bg .video-box:after {
   content: "";
   display: block;
   background-color: #00000061;
   width: 100%;
   height: 99%;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
} */

section.video-bg h6 {
    font-size: 40px;
}

section.video-bg h2 {
    font-size: 60px;
    text-transform: uppercase;
}


section.gallery {
    padding: 100px 0;
    overflow-x: hidden;
}


section.gallery h2 {
    font-size: 60px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ad8346;
}

.nav-pills .nav-link {
    color: #ad8346;
    margin: 0 20px;
}


section.gallery .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
}

section.map h2 {
    font-size: 50px;
}

section.map h3 {
    font-size: 60px;
    text-transform: uppercase;
}

section.map {
    padding-top: 40px;
}
section.map img{
    height: 600px;
    border-radius: 40px;
    border: 5px solid #ad8346;
    -o-object-fit: cover;
       object-fit: cover;
}


section.contact {
    background-color: #ad8346;
    height: 50vh;
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}


section.contact h2 {
    font-size: 40px;
}

section.contact h3 {
    font-size: 60px;
    text-transform: uppercase;
}
section.contact .arrow {
   position: absolute;
    top: 13px;
}

section.gallery .hover:hover{
    cursor: url('../Images/zoom.png') 150 150, auto;
  }
  

section.contact-us input{
    border: transparent;
    border-bottom: 1px solid #ad8346;
    padding: 10px;
    margin-bottom: 10px;
     outline: none;
     background: transparent;
  }
  section.contact-us textarea{
    border: transparent;
    border-bottom: 1px solid #ad8346;
    padding: 10px;
    margin-bottom: 10px;
     outline: none;
     width: 100%;
     background: transparent;
  }
  section.contact-us .btn{
    border: 1px solid #ad8346;
    color: #ad8346;
    padding: 6px 30px;
  }
  section.contact-us .btn:hover{
    border: 1px solid transparent;
    color: #ffffff;
    padding: 6px 30px;
    background-color: #ad8346;
  }
  section.contact-us .box{
  max-width: 60%;
  margin: 0 0 0 auto ;
  }

  footer a{
    border-right: 1px solid #ededed;
    padding: 0px 30px;
    }
    
    
section.form {
    background: #ad8346;
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 1040 !important;
  }
  
  section.form .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 30px 300px 30px 300px;
    grid-template-columns: repeat(4, 250px);
    padding: 20px 0;
    gap: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section.form .grid.otp_veri {
    grid-template-columns: repeat(3, 320px);
  }
  
  section.form .grid input {
    width: 100%;
    border: 0;
    outline: none;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
  }
  
  section.form .grid>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #fff;
  }
  
  section.form .btn {
    background-color: #fff !important;
    border: 0;
    color: #000;
    padding: 5px 20px;
    border-radius: 0;
  }
    

  footer{
    margin-bottom:80px;
  }