/* nida css */
.bg-green-img {
    background-image: url(assets/images/pattern/leaf-green-bg.svg);
}
.bg-grey-image {
    background-image: url(assets/images/pattern/grey-pattern-bg-image.png);
}
/* @font-face {
    font-family: 'Bodoni 72 Oldstyle';
    src: url('fonts/Bodoni/bodoni-72-oldstyle-book.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
h1{
    font-family: "Bodoni 72 Oldstyle", Sans-serif;
} */

.font-bodoni{
    font-family: 'Bodoni 72 Oldstyle' !important;
}
.font-roboto{
    font-family: "Roboto", sans-serif !important;
}
.bg-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /* opacity: 0.1; */
}
.bg-green{
    background-color: var(--primary-color) !important;
}
footer p, footer li{
    color:white;
}
h1{
    font-size: 50px;
    line-height: 55px;
    color: var(--primary-color);
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    font-family: 'Bodoni 72 Oldstyle' !important;
}
h1, h2{
    letter-spacing: 2.1px;
    font-weight: 500;
    font-family: 'Bodoni 72 Oldstyle';
}
.left-pattern{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
}
#gallery .slider-item{
    padding-top:0px !important;
}
.leaf-plant {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    opacity: 0.28;
}
.bg-black{
    background-color: #000!important;
}
.bg-grey{
    background-color: #f6f6f6;
}
.width-80{
    width: 60px;
}
.icon-5-right{
     position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
}
#fixedbutton_visit {
    position: fixed;
    right: -44px;
    top: 15rem;
    transform: rotate(-90deg);
    z-index: 9999;
    background-color: var(--primary-color);
    /* background: #e80881; */
    color: #fff;
    box-shadow: 0 0px 2px #fff;
    padding: 13px 9px;
    font-size: 14px;
    font-weight: 300;
}
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  /* bottom: 40px; */
  bottom: 80px;
  /* right: 40px; */
  left: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call-btn{
    position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  left: 30px;
  background: linear-gradient(45deg, #001949, #3e8ed6, #001949);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s ease-in-out;
}
/*Bottom navgation*/
.down_enquiry {
  background: var(--primary-color) none repeat scroll 0 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  display: block;
}
.down_enquiry ul li a {
  /*color: #244d6e;*/
  color: #fff;
  line-height: 41px;
  font-size: 14px;
}
.down_enquiry ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.down_enquiry ul li {
  float: left;
  text-align: center;
  width: 33.33%;
  border-right: 1px solid #fff;
  height: 40px;
}
#mob-whats-num {
  float: left;
  text-align: center;
  width: 30.33%;
  border-right: 1px solid #fff;
 margin-top: 4px;
}
#mob-whats-num img {
  width: 26px;
  margin-bottom: -12px;
}
#mob-call-num {
  float: left;
  width: 33.33%;
  margin-top: 6px;
  color: white !important;
  text-align: center;
  font-size: 14px;
}
 .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.slider-two-active .slider-item-two{
    height:100vh;
}
.content h4{
    font-size:20px;
}
.opacity1{
    z-index: 1;
    opacity:0.2 !important;
}
.blur{
    filter: blur(3px);
}
@media only screen and (max-width: 576px) {
    h1, h2{
        font-size: 40px !important;
    }
}
.icon-5green{
   position: absolute;
    /* width: 10px; */
    bottom: 0;
    opacity: 0.8;
    right: 80%;
}
.overlay-bar{
    background-color: #0b463a6e;
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    /* z-index: 1; */
    top: 0;
}
.overlay-bar::before{
    z-index: 1;
}
.elementor-icon-list-items li{
    padding-left: 40px;
}
.get-select-field{
    padding-top: 10px;
    background: none;
    border: 1px solid #fff;
    
    &.nice-select .current{
        color: #bdbdbd !important;
        font-size: 16px;
        font-family: 'Bodoni 72 Oldstyle' !important;
    }
}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  max-width: 500px;
  width: 90%;
}

#closePopup {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
}

.menu-after::after{
    width: calc(100% - 1.2em);
    background-color: currentColor;
    transform: scale(1, 1) translate(50%, 0);
    content: "";
    position: absolute;
    width: 100%;
    right: 50%;
    height: 1px;
    background-color: transparent;
    transform: scale(0, 0) translate(-50%, 0);
    transition: transform .3s ease-in-out, color .0s ease-in-out;
    bottom: 0;
}
.service-item .content a{
    letter-spacing: 1px !important;
}
.text{
    color: #fff !important;
    font-size: 20px !important;
}