@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --theme-clr: #321907;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gloock", serif;
}

.font-gloock {
  font-family: "Gloock", serif;
}
/*loader css start*/

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--theme-clr);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -1s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*loader css end*/

/*global css start*/

html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000000;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  overflow-x: hidden;
}

main {
  background-color: #fff;
  min-height: calc(calc(var(--vh, 1vh) * 100) - 80px);
}

.fix-height {
  max-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
}

main,
footer {
  margin: 0 auto;
/*  max-width: 1440px;*/
}

svg {
  color: inherit;
  fill: currentColor;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  outline: none;
  box-shadow: none;
  color: inherit;
}


/*bootstrap grid css*/

.container,
.container-fluid {
  --bs-gutter-x: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}


/*bootstrap grid css end*/


/*button css start*/

button:focus {
  outline: none;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  padding: 7px 20px;
  font-size: 20px;
font-weight: 600;
line-height: 36px;
  box-shadow: none;
  background: #321907;
border: 1px solid #321907;
border-radius: 10px;
  color: #FFFFFF;
  height: 50px;
      transition: 0.3s ease-out;
}

.btn-white,
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background: #FFFFFF;
border: 1px solid #FFFFFF;
  color: #321907;
  
}

/*button css end*/


/*scrollbar css start*/

* {
  scrollbar-color: #DCE0E7 #f8fafc;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
  background-color: #f8fafc;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
  background-color: #DCE0E7;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}


/*scrollbar css end*/


/*header css start*/


.navbar-expand-lg {
  height: 80px;
  border-bottom: 1px solid #838588;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #321907;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #321907;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  max-width: 500px;
  min-width: 500px;
}

.nav-logo {
  display: none;
}



/*header css start*/

header {}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #111111;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px;
  color: #111111;
  line-height: 26px;
}


header .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}



.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-logo {
  display: none;
}



.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 27px;
  width: 30px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 6px 0;
}

.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #12100E;
  width: 30px;
  height: 2px;
  display: block;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}

.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}


/*header css end*/


/*common class start*/

.mb-10 { margin-bottom:10px; }
.mb-20 { margin-bottom:20px; }
.me-10 {margin-right: 10px;}
.me-20 {margin-right: 20px;}
.py-100 {     padding-top: 100px;
    padding-bottom: 100px; }
.pb-100 { padding-bottom: 100px;}
.pt-100 { padding-top: 100px;}
/*font size class start*/

.sm-font {
  font-size: 16px;
line-height: 28px;
}
.md-font {
  font-size: 20px;
line-height: 36px;
}
.lg-font {
  font-size: 40px;
  line-height: 50px;
}
.xl-font {
  font-size: 50px;
  line-height: 60px;
}
.font-14 {
  font-size: 14px;
  line-height: 20px;
}

/*font size class end*/


/*font weight*/

.font-regular,
.fw-400 {
  font-weight: 400
}

.font-medium,
.fw-500 {
  font-weight: 500
}

.font-semibold,
.fw-600 {
  font-weight: 600
}

.font-bold,
.fw-700 {
  font-weight: 700
}


/*color css start*/


.brown-clr {
  color: #321907;
}
.text-secondary-clr { color: #1B252E !important;}

/*color css end*/


/*backgrounds*/

.bg-brown {
  background-color: #321907;
}

.card {background-color: #F9F9F9; border-radius: 20px; padding: 30px; border: 1px solid #DDDDDD;}
.contact-card {border-radius: 10px; padding: 30px;}


/* Landing page css start */

.video-foreground {height: 552px;}

.myVideo {
    object-fit: cover;
}

hr {margin-top: 100px; margin-bottom: 0; background-color: #DDDDDD; opacity: 1;}

.card-bean {border: 1px solid #DDDDDD; padding: 20px; border-radius: 10px; text-align: center;     width: 188px;
  height: 202px;}
.step-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #321907;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background-color: #fff;
}

.step-icon img {
  width: 40px;
  height: 40px;
}

.flip-card {
  background-color: transparent;
  width: 188px;
  height: 245px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 188px;
  height: 245px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 188px;
  height: 245px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  border: 1px solid #DDDDDD; padding: 20px; border-radius: 10px; text-align: center;     width: 188px;
  height: 245px;
}

.flip-card-back {
  border: 1px solid #DDDDDD; padding: 20px; border-radius: 10px; text-align: center; background-color: #F9F9F9; 
  transform: rotateY(180deg);
}

/* Landing page css end */


/* footer */


footer {padding-top: 50px; padding-bottom: 50px;}

/* iPadPRO landscape style here */

@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) and (orientation:portrait) {
  .btn {
    padding: 9px 13px; }

    .customerbox {     min-height: 380px;
      max-height: 380px; }

}

@media (max-width: 991.98px) {

  .video-foreground {height: auto;}

  .step-arrow::after {    background-image: none; right: 0;}

  .card {padding: 12px;}


  .navbar-expand-lg {    background: white; }

  .navbar-brand {
    padding-top: 0;
  }


  /*.wizard > .content {     min-height: 44em; }*/
  .navbar-expand-lg {
    min-height: 59px;
    height: 80px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 0px;
  }

  header {
    height: 80px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    line-height: 20px;
    display: flex;
  }

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
        
  }

  /*navabr for mobile css start*/
  #navbarNav {
    position: fixed;
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    display: block;
    width: 100%;
    z-index: 11;
    background: #fff;
    left: 0;
    bottom: 0;
    top: 80px;
    transform: translateX(-100%);
    transition: 0.3s;
    justify-content: center;
    overflow-y: auto;
  }

  #navbarNav.show {
    transform: translateX(0);
    transition: 0.3s;
  }
}


/* iPad landscape style here */

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation:portrait) {

  .customerbox {     min-height: 360px;
    max-height: 360px; }

  .btn {
    padding: 9px 13px;}

}


@media (max-width: 767.98px) {

  .btn, .btn:hover, .btn:active, .btn:focus {height: 70px;     padding: 15px 20px;}

  .navbar-toggler {
    margin-right: 0
  }

  .navbar-expand-lg {
    min-height: 56px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 0px;
  }

  header {
    height: 60px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    line-height: 20px;
    display: flex;
  }

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
  }

  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

}


