@import url('https://fonts.googleapis.com/css?family=Lobster');
body {
    font-family: Helvetica, Arial, 'LiHei Pro', 'Microsoft JhengHei', sans-serif;
    background-color: #fff;
}

section{
  margin-bottom: 50px;
}

header{
background: -webkit-linear-gradient(left,#c29a67,#815011);
  background: -o-linear-gradient(right,#c29a67,#815011);
  background: -moz-linear-gradient(right,#c29a67,#815011);
  background: linear-gradient(to right,#c29a67,#815011);
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 1px 1px 3px #ced4da;
}

.logo{
  width: 60px;
  margin-right: 20px;
}

.bg-light{
    background-color: transparent!important;
}

.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
}

/*banner*/
.banner{
  position: relative;
}

.banner-img{
}

.banner-img img{
    width: 100%;
    min-height: 800px;
    object-fit: cover;
    max-height: 800px;
    margin-top: 66px;
}

.banner-top{
    width: 50%!important;
    position: absolute;
    right: 10%;
    top: 10%;
    margin-top: 0!important;
}

@media screen and (max-width:767px){
    .banner-top{
        top: 7%;
    }
}

.form-position{
  width: 100%;
  position: absolute;
  bottom: 150px;
}

.form-title{
    color: #ffffff;
}

.form-title h2{
  margin-bottom: 10px;
}

.form-area{
  padding: 30px 50px;
  background-color: #caab88;
}

.input-group{
    margin-bottom: 20px;
}

@media (max-width:767px){
    .form-position{
        top: calc(50% - 300px);
    }

    .form-area{
         padding: 30px 15px;
    }

}

.form{
    width: 90%;
    margin: 0 auto;
}

.form-control{
    padding: 0 5px;
    height: auto;
}

.form-size{
  width: 100%;
}

.all-btn{
  display: flex;
  justify-content: flex-end;
}

/* .all-btn button:first-child{
    background-color: #00c200;
} */

.all-btn button{
  background-color: #f99200;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 15px;
}

.item-area{
    background-image: url(../images/item-1.jpg);
    padding: 50px 0;
    background-position: 100% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-shadow: 1px 1px 4px #313131;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.main-title h2{
  text-align: center;
  font-weight: 700!important;
  margin-bottom: 20px;
}

.main-title{
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  color: #815011;
}

.main-title p{
  text-align:center;
  margin-bottom: 20px;
  color: #815011;
  font-size: 24px;
  font-weight: 700;
}

.main-head{
    margin: 30px 0;
}

/*contact*/

.contact-area{
    background-color: #8d6232;
    padding: 10px 30px;
    text-align: center;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 15px;
}


.contact-area img{
    width: 50px;
    margin-right: 10px;
}

@media (max-width:1199px){
    .contact-area{
        width: 100%;
    }
}

/*service*/

.service{
    background-color: #f0e7db;
    padding: 50px 0;
}

.service-area{
    text-align: center;
    background-color: #ffffff;
    padding: 15px 0;
    border: 1px solid transparent;
    border-width: 2px;
    border-image: linear-gradient(to right, #cc9933 0%, #010000 100%);
    border-image-slice: 1;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.service-area img{
    width: 70px;
    height: 70px;
    margin: 15px 0;
    object-fit: contain;
}

.service-area p{
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}

@media (max-width:991px){
    .service-area{
        width: 100%;
    }
}

/*case*/

.case{
    background-image: url(../images/case.jpg);
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: 80% 100%;
    background-color: #dedede;
}

.case-user{
    padding: 15px 0;
    margin-bottom: 30px;
    text-align: right;
}

.case-user img{
    width: 20px!important;
    margin-right: 10px;
}

.case-area{
    margin-bottom: 30px;
}

.case-content{
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: justify;
}

.case-all{
    background-color: #ffffff;
    padding: 30px;
}

.case-title{
    color: #815011;
    font-size: 28px;
    font-weight: bold;
}

.case-img{
    background-color: #cfaf87;
    border-radius: 50%;
    width: 100%;
    margin-top: 15px;
}

@media (min-width: 1200px){
    .case .container {
        max-width: 70%;
    }
}

.case .container{
    padding: 0 15px;
}


/*footer*/
footer{
  background-color: #4f483f;
  color: #ffffff;
  padding: 20px;
}

footer .contact-area{
    background-color: transparent;
}

footer p{
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffffff;
    margin: 0 auto;
}

.footer-dacn{
  text-align: center;
  margin-top: 30px;
  letter-spacing: 2px;
}

.footer-dacn a{
  color: #ffffff;
}

.footer-dacn a:hover{
  color: #b97700;
  text-decoration: underline;
}

.footer-contact{
  float: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.footer-contact img{
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}
