@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap');
:root {
  --primary-color: #F3BF17;
  --primary-color-40: #f2d574;
  --primary-color-60: #f6e3a3;
  --primary-color-10: #ebc02f;
  --accent-color-1: #edc746;
  --accent-color-2: #F317BF;
  --white-color: #FFFFFF;
  --light-gray-color: #F5F5F5;
  --medium-gray-color: #CCCCCC;
  --dark-gray-color: #333333;
  --black-color: #000000;
}
* h1 h2 h3 h4 h5 h6 p a {
  font-family: 'Playfair Display SC', serif !important;
    /*font-family: "Teko", sans-serif;*/
}

.l-mian{
  position: relative;
  width: 350px;
  height: 200px;
  margin: auto;
  margin-top: 50px;
}

.l-box-com{
  border: 1px solid rgba(235, 172, 47, 1);
  background-color: rgba(235, 172, 47, 0.05);
  transform: rotateY(0deg) rotate(45deg); /* needs Y at 0 deg to behave properly*/
  transition: transform 2s;
  position: absolute;
}
.l-box {
  width: 80px;
  height: 80px;
  bottom: 54px;
}

.l-box2 {
  width: 80px;
  height: 80px;
  right: 71px;/*96*/
  bottom: 117px;
}
.l-box3 {
  width: 80px;
  height: 80px;
  left: 71px;
  bottom: 117px;
}
.l-box4 {
  width: 80px;
  height: 80px;
  right: 8px;/*33*/
  bottom: 54px;
}
.l-box5 {
  width: 80px;
  height: 80px;
  left: 8px;
  bottom: 54px;
}


.l-box:hover {
  transform:  rotateY(180deg) rotate(45deg); /* notice the order */
}
.l-text {
  transform: rotate(-45deg);
  color: var(--primary-color);
  font-size: 13px;
  text-align: center;
}
.l-t-1{
  margin-top: 30px;
  margin-right: 5px;
}

.l-t-2{
  margin: 20px 0 20px 5px;
}

.l-t-3{
  margin: 30px 5px 0 0;
}

.l-t-4{
  margin: 30px 5px 0 0;
}

.l-t-5{
  margin: 30px 5px 0 0;
}

.close-btn {
  color: var(--primary-color) !important;
}
.side-bar-btn .bk{
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.np-container-home{
  max-width: 1400px !important;
  margin: auto;
  position: relative;
}
.black-lg-tittle{
  font-size: 80px;
  text-transform: uppercase;
  color: #222429;
  line-height: 0.9;
}
.black-lg-tittle span{
  color: #EF2D2D !important;
}
html *
{
  font-family: 'Playfair Display SC', serif !important;
}

.uk-overlay-primary {
    background: rgba(0,0,0,.8) !important;
}

.np-sm-p-right{
    padding-right: 20px;
    
}


.np-p-0{
    padding: 0 !important;
}

.np-m-0{
    margin: 0 !important;
}

.np-slideshow h4{
    font-size: 24px !important;
}

@media only screen and (min-width: 960px){
.np-slideshow h1 {
    font-size: 110px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Teko", sans-serif !important;
}

.np-position-center-left{
    left: 0 ;
    
}
[class*=np-position-center-left], [class*=np-position-center-right] {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0,var(--uk-position-translate-y));
}
.np-lg-m-left{
    margin-left: 150px;
}
.np-btn-red{
    padding-top: 40px;
}
.lg-padding-right{
  padding-right: 25px;
}
.lg-padding-left{
  padding-left: 25px;
}
}

/******************main page overlay box*******************/
.main-logo-m{
  width: 120px;
}
.welcome-note{
  position: absolute;
  top: 22vh;
  text-align: center;
  left: 0%;
  right: 0%;
}
.footer-note{
  position: absolute;
  bottom: 0 !important;
  text-align: center;
  left: 0%;
  right: 0%;
}
.welcome-note h1{
  font-family: 'Great Vibes', cursive !important;
  color: var(--primary-color-10);
  font-size: 100px;
  padding: 0 !important;
  margin: 0 !important;
}

.welcome-note h2{
  font-size: 40px;
  color: var(--primary-color-10);
}
.welcome-note h4{
  font-size: 20px;
  color: var(--white-color);
  padding: 0 !important;
  margin: 0 !important;
}
.welcome-note p{
  font-size: 14px !important;
  color: var(--white-color) !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.uk-subnav li a{
  color: var(--primary-color-10) !important;
  font-weight: 500;
}
.uk-subnav li a:hover{
  color: var(--white-color) !important;
}
.uk-subnav li{
  min-width: 120px;
  text-align: center !important;
}
.uk-subnav{
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, transparent, var(--primary-color-10), transparent);
  color: var(--primary-color-10) !important;
}
.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: var(--primary-color-10) !important;
  border: 1px solid;
}
.uk-subnav-divider>::before{
  margin-right: 0px !important;
}
.uk-subnav>*{
  padding-left: 0px !important;
}
.uk-subnav-divider>::before {
  padding-top: 20px;
}

/***************lap view***************/
@media only screen and (max-width: 1600px){
  .welcome-note{
    top: 20vh !important;
  }
  .welcome-note h1 {
      font-size: 80px;
      line-height: 1em;
      letter-spacing: 0;
  }
  .welcome-note h2 {
    font-size: 28px;
    margin-top: 15px !important;
}
}

/***************mobile view***************/
@media only screen and (max-width: 767px){
  .welcome-note{
    top: 15vh !important;
  }
    .welcome-note h1 {
        font-size: 60px;
        line-height: 1em;
        letter-spacing: 0;
    }
    .welcome-note h2 {
      font-size: 30px;
      margin-top: 15px !important;
  }
  .uk-subnav li{
    min-width: 90px;
    text-align: center !important;
  }
  .uk-subnav li a{
    font-size: 12px !important;
  }
  .welcome-note p{
    font-size: 12px !important;
  }
    .np-m-slider-text{
        text-align: center !important;
        vertical-align: middle !important;
        margin: 0 auto;
        
    }
    .uk-slideshow-items{
        min-height: 85vh !important;
    }
    .red-btn{
        margin: 0 auto !important;
    }
    .np-btn-red{
        padding-top: 29px;
    }
    .np-m-slider-text{
        padding-top: 90px;
    }
  
    }

/*menu*/

.main-logo{
  width: 150px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #212529 !important;
    height: 70px !important;
}

.np-nav ul li a {
    font-size: 16px !important;
    color: var(--white-color) !important;
    letter-spacing: .03em;
}
.np-nav{
    border-bottom: 0px solid hsla(0,0%,100%,.1);
    
}
.np-navbar{
    padding-bottom: 20px;
    padding-top: 20px;
    
}

.np-link {
    text-decoration: none;
    color: #EF2D2D;
    display: inline-block;
    position: relative;
    color: #161a1d !important;
  }
  
  .np-link:hover {
    opacity: 1;
    color: var(--white-color) !important;
  }

.np-link::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: var(--primary-color-10);
  }
  
  .np-link-line::before {
    width: 0%;
    bottom: 20px;
  }
  
  .np-link-line:hover::before {
    width: 60%;
  }

  .np-active a:before {
    height: 2px;
    content: "";
    position: absolute;
    background-color: var(--primary-color-10);
    width: 60%;
  }


  .zz button::after {
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .zz button {
    background: var(--primary-color-10);
    border: 0;
    border-radius: 2px;
    color: var(--black-color);
    font-weight: 500;
    display: block;
    font-size: 16px;
    padding: 10px 25px 10px 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  
  .zz button::before,
  button::after {
    background: #ba9413;
    content: '';
    position: absolute;
    color: var(--black-color);
  }
  
  .zz button:hover {
    color: var(--black-color);
    z-index: 1;
    cursor: pointer;
  }
  
  
  
  /* BUTTON 2 */
  .btn-2::after {
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
  }
  
  .btn-2:hover:after {
    width: 100%;
    color: #fff;
    z-index: -1;
    border-radius: 2px;
  }


  /*******red btn*******/

 
  .np-btn-red button::after {
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .np-btn-red button {
    background: #f44336;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 40px 16px 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-image: -webkit-linear-gradient(-65deg, #D6392D 10%, transparent 0%);
    background-image: linear-gradient(-65deg, #D6392D 10%, transparent 0%);
  }
  
  .np-btn-red button::before,
  .np-btn-red button::after {
    background: #D6392D;
    content: '';
    position: absolute;
    color: #ffffff;
  }

  .np-btn-red button:hover {
    color: #fff;
    z-index: 1;
  }
  
  
  .red-btn::after {
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
  }
  
  .red-btn:hover:after {
    width: 100%;
    color: #fff;
    z-index: -1;
    border-radius: 5px;
  }

 

  

  /****************slider*******************/

  .uk-slideshow-items{
    min-height: 100vh !important;
}

.np-slider-arrow{
  max-width: 1300px;
  margin: auto;
  text-align: end;
  display: flex;
  justify-content: end;
}

.np-positon-nav {
    position: absolute;
    top: 70%;
    height: 110px;
    text-align: right;
}

.np-positon-nav .np-next,
.np-positon-nav .np-prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 0.2;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999999 !important;
}

.np-positon-nav .np-next {
    top: auto;
    bottom: 0;
}



.np-positon-nav .np-next .uk-icon,
.np-positon-nav .np-prev .uk-icon {
    vertical-align: middle !important;
}

.np-positon-nav .np-next:hover,
.np-positon-nav .np-prev:hover {
    opacity: 1;
}

.nn{
    color: #EF2D2D;
    background: #EF2D2D;
}

.uk-icon[uk-icon="icon:whatsapp"] svg {
  color: black !important;
}
.uk-icon[uk-icon="icon:chevron-left"] svg {
    color: black !important;
}

.uk-icon[uk-icon="icon:chevron-right"] svg {
    color: black !important;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}


.slider-wave{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px !important;
    max-width: 100%;
    height: 70%;
}
.bg-remove{
    background: inherit !important;
    width: 200px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #EF2D2D; 
}

/**************main-footer****************/
.main-footer .top-line{
  border-top:1px solid;
  border-color: rgba(252, 252, 252, 0.5);
  padding-bottom: 10px;
  z-index: 4 !important;
}
.main-footer p{
  font-family: 'Abel', sans-serif !important;
  font-weight: 300 !important;
  margin: 0 !important;
  color: #ccc !important;
  padding: 0px 40px 2px 40px;
  font-size: 14px;
  }

  .main-footer p a{
  font-family: 'Abel', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px;
  color: #ccc !important;
  }

  /***************mobile view***************/
@media only screen and (max-width: 767px){
  .main-footer p{
    padding: 0px 0px 2px 0px !important;
    font-size: 12px;
  }
  .uk-card-body {
    padding: 10px 20px 15px 10px !important;
  }

}

.t-text tr td{
  font-size: 12px;
  font-family: 'Abel', sans-serif !important;
  font-weight: 600;
}











