:root{
    --header-bg-color: #ffffff;
    --header-color-border: #f2f2f2;
    --header-sticky-bg-color: rgba(255,255,255,0.97);
    --hover-text: #ab8b65;
    --bg-main: rgb(244,246,248);
    --blue: rgb(3,169,244);
    --bg-footer: rgb(29,41,57);
    --bg-footer-dark: rgb(18,26,38);
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');


body {
    color: #000;
    background-color: var(--bg-main);
    font-family: 'Open Sans', sans-serif;
}

footer {
    min-height: 300px;
    background-color: #fff;
    padding-top: 50px;
    background-color: var(--bg-footer);
    color: #fff;
}

.title-footer-item {
    text-align: center;
    margin-bottom: 30px;
}

.title-footer-item h5 {
    color: #cbaa5c;
    font-size: 1rem;
}

.service-item-footer {
    width: 100%;
}
.service-item-footer img {
    width: 50px;
    height: 50px;
}

.service-item-footer {

    margin: 5px 5px;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    font-size: 0.9rem;
}

.copyright {
    background-color: var(--bg-footer-dark);
    width: 100%;
    text-align: center;
    min-height: 50px;
    padding: 15px 0;
    font-size: 0.8rem;
}

.container-fluid {
    padding: 0;
}

.header-wrapper {
    background-color: var(--header-bg-color);
    position: relative;
    z-index: 10011;
}

.header-shadow {
    box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
}

#btnBackTop {
    display: inline-block;
    background-color: rgb(216, 122, 0);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    font-weight: bold;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
  }
  #btnBackTop:hover {
    cursor: pointer;
    background-color: #333;
  }
  #btnBackTop:active {
    background-color: #555;
  }
  #btnBackTop.show {
    opacity: 1;
    visibility: visible;
  }

/* Nav bar */
#navAuto.max-height {
    height: 116px;
}

#navAuto.min-height {
    height: 72px;
}

.nav-custom {
    background-color: #fff;
    top: 30px;
    padding: 0 30px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#logo {
    width: auto;
    max-height: 27px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#menu {
    position: relative;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.menu-item {
    color: #000;
    display: inline-block;
    height: 100%;
    margin-right: 30px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;

}

.menu-item:hover {
    color: var(--hover-text);
    border-bottom: 3px solid var(--hover-text);
}

.nav-link {
    font-weight: 300;
    padding-bottom: 5px;
    color: #444;
}

.menu-item .nav-link:hover {
    color: var(--hover-text);
}

.active {
    border-bottom: 3px solid var(--hover-text);
}

.active .nav-link {
    color: var(--hover-text);
}

.contact-info {
    z-index: 9999;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: right;
    background-color: rgb(39,39,39);
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 1.1rem;

}

.info-cus {
    padding: 5px 5px;
    font-weight: 100;
}

.banner-image {
    width: 100%;
    max-width: 100%;
    height: 650px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-page-image {
    width: 100%;
    max-width: 100%;
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.banner-desc {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    color: #000;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    background-color: rgb(32, 32, 32, 0.5);
    padding: 30px 30px;
    font-weight: 500;
}

.about,
.contact-page {
    min-height: 50vh;

}

.contact-page {
    /* background-image: url(../images/bg-contact.jpg); */
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-content {
    text-align: center;
    padding: 120px 100px;
}

.contact-content {
    padding: 70px 30px;

}

.contact-page-title {
    color: rgb(204, 122, 15);;
}

.about-description {
    line-height: 1.7rem;
    font-size: 1.1rem;
    color: #666;
}

.how-it-work {
    text-align: center;
    padding: 30px 0;
    background-image: linear-gradient(180deg, rgb(244,246,248) 0%, rgb(157, 210, 235) 20%);
}

.work-card {
    position: relative;
    margin: 30px;
    background-color: #f2f2f2;
    padding: 20px 30px;
    min-height: 300px;
    padding-top: 50px;
}

.work-card>p {
    padding-top: 30px;
    line-height: 2rem;
    color: #888;
}

.work-card:hover {
    cursor: pointer;
    color: var(--hover-text)5;
}
.card-icon {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--hover-text);
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    vertical-align: middle;
    line-height: 86px;
}

.services {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.services small {
    letter-spacing: 5px;
    color: #555;
    font-size: 0.7rem;
}

.service-card {
    width: 100%;
    height: 200px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.service-card a {
    text-decoration: none;
}

.service-card a:hover {
    text-decoration: underline;
    text-decoration-color: #FFF;
}

.product {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
    color: #fff;
    margin: 0 auto;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product b {
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 20px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.3rem;
}


.product:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
}

.product-list {
    background-color: #fff;
    padding: 20px 20px;
    width: 100%;
    height: 100%;
}

.product-item {
    width: 100%;
    height: 100%;
}

.product-card {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    background-color: var(--bg-main);
    text-align: center;
}

.product-title {
    text-transform: uppercase;
}

.product-title:hover {
    cursor: pointer;
    text-decoration: none;
    color: var(--hover-text);
}

.card-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px 50px;
}

.product-clearfix {
    clear: both;
    margin: 20px 100px;
    border: solid 1px var(--hover-text);
}

.card-description {
    line-height: 2rem;
    color: #888;
}

.contact {
    background-color: var(--hover-text);
    background-image: url(../images/bg-contact.jpg);
    min-height: 150px;
    padding: 50px 100px;
}

.contact-title {
    border-left: solid 20px #fff;
    padding-left: 20px;
    margin-bottom: 30px;
}

.contact-title h1 {
    text-transform: uppercase;
    color: rgb(204, 122, 15);
}


.footer-content {
    padding: 10px 30px;
}

.footer-content h5 {
    color: rgb(231, 153, 49);
}

.footer-logo {

}

.social-link {
    margin: 5px 5px;
    color: #fff;
    font-size: 1.3rem;
}

.social-link:hover {
    color: var(--bg-main);
}

.list-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 0.9rem;
}

.list-link img {
    border-radius: 10px;
}

.list-link:hover {
    color: rgb(231, 153, 49);
}

.contact-line {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.drop-cus {

    padding: 0 30px;
}

.reverse-row {
    flex-direction: row-reverse;
}

.reverse-col {
    flex-direction: column-reverse;
}

/* CSS */
.button-74 {
    width: 250px;
    background-color: #fbeee0;
    border: 2px solid #422800;
    border-radius: 30px;
    box-shadow: #422800 4px 4px 0 0;
    color: #422800;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}



@media (min-width: 768px) {
  .button-74,
  .button-75 {
    min-width: 120px;
    padding: 0 25px;
  }
}

.button-75 {
    width: 250px;
    background-color: #fff;
    border: 2px solid var(--blue);
    border-radius: 30px;
    box-shadow: var(--blue) 4px 4px 0 0;
    color: var(--blue);
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-75:hover {
  background-color: #f0ab44;
  color: #fff;
}

.button-75:active {
  box-shadow: var(--blue) 2px 2px 0 0;
  transform: translate(2px, 2px);
}
