/*Default*/
@font-face{
    src: url(../css/fonts/medium.ttf);
    font-family: 'Ceka';
    font-weight: 500;
}
@font-face{
    src: url(../css/fonts/bold.ttf);
    font-family: 'Ceka';
    font-weight:600;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Ceka";
}
.nopadding{
    margin: 0;
    padding: 0;
}

.nav-link,h1{
    font-weight: 600 !important;
}
footer a{
    font-weight: 600;
}

#loadingDiv {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow: visible;
    background: rgba(0, 0, 0, 0.15) no-repeat center center;
    background-image: url('https://static.wixstatic.com/media/15a93c_5c5da7dfc3284ef48ac38f86d4cf00ab~mv2.gif');
}
/*Headers starts */ 
.navbar-toggler{
    outline: none!important;
}
.popup,.triangle{
    display: none;
}
.bg-light{
    background: url(../images/back1.png);
    min-height: 90px;
    background-size: cover;
}
.nav-item{
    line-height: 90px;
}
.nav-item a{
    font-size: 24px;
    font-weight: 500;
}
.md-show{
    display: none;
}
nav ul{
    position: relative !important;
    left: 75px !important;;
}
/*End of Header*/

#Video {
    width: 100%; 
    min-height: calc(100vh - 120px);
    margin-top: 120px;
}

.video-js{
    position: absolute !important;
    right: 0;
    bottom: 0;
    min-width: 100% !important; 
    min-height: 100% !important;
}

/*Main Section*/
.mainbody{
    background-position-y: -1352px;
    background-image: url(../images/mainback.jpg);
    background-size: cover;
}

.Product img{
    object-fit: contain;
}

.right-p{
    text-align: right !important;
}

.hisimg img{
    border-radius:10px;
}
.slide{
    height: 455px;
}
.slide img{
    object-fit: cover;
    border-radius: 25px;
}
.Story{
    height: 1230px;
    background-size: cover;
    background-position-y: 1228px;
    background-image: url(../images/footer-1.png)
}
/*End of Main Section*/
footer{
    font-weight: 500;
    font-size: 24px;
    line-height: 170px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/footer.png);
    background-size: cover;
    height: 170px;
}
footer a{
    cursor: pointer;
}

.slider .owl-stage-outer{
    height: 350px !important;
}

.slider .owl-item > div {
    cursor: pointer;
    margin: 6% 15%;
    transition: margin 0.4s ease;
  }

 .slider .owl-item.center > div {
    cursor: auto;
    margin: 0;
  }

  .slider.owl-item:not(.center) > div:hover {
    opacity: .75;
  }

  .owl-prev{
      position: absolute;
      left: 0;
      top: 40%;
  }

  .owl-next{
      position: absolute;
      right: 0;
      top: 40%;
  }

  .owl-theme .owl-nav [class*=owl-]:hover{
      color: black;
      background: none;
  }

  .owl-theme .owl-nav [class*=owl-]:focus{
      outline: none;
  }


                /* @media */
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1199px) {
   
 
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .slider .owl-stage-outer{
        height: 200px !important;
    }
   
  
    
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
   .md-show{
       display: block!important;
   }
   .md-hide{
       display: none;
   }
   .nav-item {
    line-height: 36px;
    }
    #Video {
        min-height: 28vh!important;
    }

    .slider .owl-stage-outer{
        height: 250px !important;
    }
   
    
}

@media only screen and (max-width: 769px){
    .right-p{
        text-align: left !important;
    }
   
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  
.aboutusm{
    text-align: center !important;
}

.owl-item{
min-height: 320px !important;
padding: 18px !important;
}
.showText{
    margin-top: 20px;
}
   .popup{
       height: 270px !important;
   }

    #Video {
        min-height: 9vh!important;
    }
    nav ul{
        position: relative !important;
        left: 0px !important;;
    }
    
    .owl-next,.owl-prev{
        top: 64% !important;
        padding: 20% !important;
    }

    .bg-light{
      min-height: 73px!important;
      background: #30292e!important;
    }
    .SweetHome{
        margin-top: 73px!important;
    }
    .navbar-collapse{
        text-align: center!important;
    }
    .nav-item a {
        font-size: 19px;
        font-weight: normal;
    }    
    .navbar-brand img{
        object-fit: contain;
        width: 77px!important;
        height: 50px!important;
    }
 

    .History{
        margin-top: 24px!important;
    }

    .hisimg img {
        border-radius: 15px;
    }
    .History p{
        width: 100%!important;
    }
    .slide {
        height: 221px;
    }
    footer{
        line-height: 90px!important;
        text-align: center!important;
        background-size: initial;
        height: 478px!important;
    }
    footer .text-right{
        text-align:center!important;
    }
    .triangle{
        top:25px !important;
    }
    
}
 .showText{
     background-color: transparent;
     outline: none;
     padding: 10px 30px;
     font-size: 18px;
     border:1px solid rgb(204, 154, 154);
     border-radius: 10px;
     cursor: pointer;
 }
 .showText:hover{
    background-color: rgba(133, 187, 164, 0.322);
 }
 .showText:focus{
    outline: none;
   

 }
.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14.5px 19px 14.5px;
    border-color: transparent transparent #463C44 transparent;
    margin: 0 auto;
    position: relative; 
    top: 0px;
}
 .popup{
    background-image: url("../images/bgs1.png");
    background-position: center;
     width:auto;
     height: auto;
     border-radius: 20px;
     margin-bottom: 1%;
     padding: 30px;
     min-height: 170px !important; 
     
 }
 .popup p{
     color: white;
     font-size: 14px;
     font-weight: 500;
     padding-top: 15px;
 }
 .closebtn{
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    right: 8%;
    cursor: pointer;
    top: -10px;
    color: black;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 4px;
 }
 .scrollToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 89%;
    right: 5%;
    background-image: url(https://cdn3.iconfinder.com/data/icons/faticons/32/arrow-up-01-512.png) !important;
    background-size: contain;
    background-position: center;
    z-index: 9999;
    overflow: hidden;
    display: none;
    border:2px solid #515151;
    border-radius: 180%;
}
.slider img{
    height:320px !important;
}
.story{
    margin-top: 20px !important;
}
.contact .row .col-sm-12{
height: 400px !important;
background-color: transparent !important;
}
.cnglang{
    margin-top: 7px;
    border-radius: 5px;
    padding: 5px;
    outline: none;
    border: 2px solid transparent;
    color: white;
    background-color: transparent;
    position: relative;
    top: 10px;
}
.cnglang option
{
    color: black;
}
.langimg{
    margin-top: 17px;
    width: 30px;
    height: 30px;
}
.story h1,story h6{
    position: relative;
    bottom: 10px;
}
