html {
    /* transform: translateZ(0); */
    scroll-behavior: smooth;
}

body h1 {
    font-family: 'Roboto Serif', serif;
    font-weight: lighter;
    font-size: 27px;
}

.nav {
    border-color: #CCCCCC;
}

.nav .selected {
    color: #C08C00;
    border-radius: 0;
    border-bottom: 1px solid #C08C00;
    padding-bottom: 10px;
}

.nav-right-mobile a {
    font-size: 1em;
}

.slide-controls {
    transform: translateY(-90px);
}

.slide-dot {
    color: #CCCCCC;
    border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.curr-slide {
    color: #C08C00;
}

.side-menu {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255, 255, 255, .7);
    border-right: 1px solid #CCCCCC;
    backdrop-filter: blur(5px);
}

.side-logo {
    margin-top: 20px;
}

.side-search table {
    border: 2px solid #333333;
    border-radius: 10px;
    /* transform: translateY(-10px); */
}

.side-links {
    margin-left: 40px;
    /* margin-top: 40px; */
}

.side-menu .side-links a {
    font-family: 'Roboto Serif', serif;
}

.side-menu .selected {
    color: #C08C00;
    /* border-radius: 0; */
    border-bottom: 1px solid #C08C00;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-weight: lighter;    
}

p {
    width: 85%;
    margin: auto;
    line-height: 2;
    margin-bottom: 40px;
}

.btns {
    margin-bottom: 40px;
}

button {
    width: 140px;
    height: 50px;
    font-size: 16px;
    margin: 10px;
    background-color: #CCCCCC;
}

.target-btn {
    background-color: #C08C00;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
}

.btns {
    width: max-content;
    margin: auto;
}

.sm-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #C08C00;
    color: white;

    padding: 10px;
    margin-top: 20px;
}

input{
    background-color: white;
    border-color: #CCCCCC;
    width: 90%;
}

textarea {
    background-color: white;
    border-color: #CCCCCC;
    width: 95%;
    height: 100px;
}

.fa-phone {
    transform: scaleX(-1);
}

/* Message Block */
.message-btn span {
    background-color: #C08C00;
}

.message-block {
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(5px);
}

.message-page1 {
    width: 90%;
    margin: auto;
}
.message-page1 h1 {
    margin-top: 60px;
}

.message-page1 input {
    margin-bottom: 30px;
}

.message-page1 button {
    background-color: #C08C00;
    margin-top: 30px;
}

/* //////////////////////////////////////////////////////////// */
/* Page 1 */
.home-pages a {
    text-decoration: none;
    cursor: pointer;
}

.home-page1 {
    height: 385px;
}

/* .image-slide {
    height: 500px;
    overflow: hidden;
} */

.image-slide table {
    /* height: 500px; */
    width: 400%;
}

.image-slide table td{
    width: 25%;
}

/* //////////////////////////////////////////////////////////// */
/* Page 2 */
.home-page2 {
    margin-top: 0;
    margin-bottom: 80px;
}

.home-page2 img{
    width: 100%;
}

.home-page2 h1 {
    text-align: center;
    font-size: 27px;
}

/* //////////////////////////////////////////////////////////// */
/* Page 3 */
.home-page3 {
    margin-bottom: 80px;
    margin-bottom: 80px;
}

.home-page3 .page-right {
    text-align: center;
    margin-bottom: 40px;
}

.home-page3 img {
    width: 80%;
}

/* //////////////////////////////////////////////////////////// */
/* Page 4 */

.home-page4 img {
    width: 100%;
    margin-bottom: 40px;
}

/* //////////////////////////////////////////////////////////// */
/* Page 5 */
.home-page5 {
    padding-bottom: 60px;
}

.services-cont {
    width: 92.5%;
    margin: auto;
}

.service {
    text-decoration: none;
    display: inline-table;
    text-align: center;
    border: 1px solid #CCCCCC;
    background-image: linear-gradient(to bottom right, white, #F5F5F5);
    color: #333333;
    width: 45vw;
    height: 45vw;
    margin-bottom: 4px;
}

.service h3 {
    font-size: 15px;
}

.service p {
    font-size: 11px;
    margin-bottom: 0;
    width: 90%;
}

/* //////////////////////////////////////////////////////////// */
/* Page 6 */
.home-page6 {
    margin-bottom: 40px;
}

.articles-cont {
    width: 92.5%;
    margin: auto;
}

.article {
    display: inline-table;
    text-align: center;
    border: 1px solid #CCCCCC;
    background-image: linear-gradient(to bottom right, white, #F5F5F5);
    width: 45vw;
    height: 45vw;
    margin-bottom: 4px;
}

.article-img img {
    width: 45vw;
}

.article h3 {
    font-size: 15px;
}

/* //////////////////////////////////////////////////////////// */
/* Services Page1 */
.service-page1 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.service-page1 .page-cover {
    position: relative;
    background-image: url("images/service\ cover.png");
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 406px;
}

.page-cover .page-title {
    position: absolute;
    width: 90%;
    height: 35%;

    background-color: rgba(255, 255, 255, .7);
    color: black;
    /* backdrop-filter: blur(5px); */

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-title h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
}

.service-block {
    clear: both;
    margin-bottom: 60px;
}

.service-block .center-btn {
    width: 50%;
}

.service-block .center-btn button {
    width: 100%;
    margin-left: 0;
    background-color: #333333;
    transition: 0.3s;
    cursor: pointer;
}

.img-shuffle {
    position: relative;
    width: 80%;
    height: 398px;
    margin: auto;
    margin-bottom: 40px;
}

.sh-img {
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border: 1px solid #C08C00;
    z-index: 1;
    position: absolute;
    transition: 0.5s;
}

.shuffle1 {
    width: 50%;
}

.shuffle2 {
    width: 60%;
}

.shuffle3 {
    width: 40%;
}

/* //////////////////////////////////////////////////////////// */
/* About Page */
.about-page1 {
    margin-top: 60px;
}

.about-page1 img {
    display: block;
    width: 50%;
    margin: 50px auto;
}

.about-page1 h1 {
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 60px;
}

.about-page1 .pc {
    display: none;
}

/* About Page 2 */
.about-page2 h1 {
    margin-bottom: 0px;
}

.about-page2 img {
    display: block;
    width: 50%; 
    margin: auto;
    margin-bottom: 40px;
}

.about-page2 a {
    text-align: center;
    margin-left: 30px;
    margin-bottom: 40px;
    margin-top: 0;
    width: 100px;
    background-color: #333333;
}

/* //////////////////////////////////////////////////////////// */
/* Contact Page */
.contact-page1 {
    margin-top: 60px;
}

.cp-title {
    margin-top: 100px;
}

.sm-icons {
    width: max-content;
    margin: auto;
}

.sm-icons a {
    text-decoration: none;
    color: #C08C00;
    font-size: 2em;
    margin: 0 20px;
}

.contact-page1 hr {
    width: 80%;
    margin: 40px auto;
}


.contact-page1 {
    margin-bottom: 40px;
}

.email-box {
    display: block;
    width: 90%;
    margin: auto;

    background-image: url("images/c-bg.png");
    background-size: cover;
    background-repeat: no-repeat;

    color: white;
    padding: 10% 0;
    border-radius: 20px;;
}

.email-box .cont {
    width: 90%;
    margin: auto;
}

.email-box button {
    background-color: black;
    border-radius: 10px;
}
/* //////////////////////////////////////////////////////////// */
/* Footer */
.footer {
    background-image: url("images/footer\ bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
}

.footer span {
    color: black;
}

.footer-social a {
    text-decoration: none;
    color: black;
    margin: 0 20px;
    font-size: 2em;
}

.footer .sm-btn {
    margin-top: 40px;
}

.footer .copy-right a {
    color: black;
}

.footer .copy-right a:hover {
    color: white;
}

@media only screen and (min-width: 768px) {
    .nav-search table {
        border-radius: 5px;
        border: 1px solid #CCCCCC;
        background-color: white;
    }

    body h1 {
        font-size: 40px;
    }
    /* ////////////////////////////////////////////////// */
    /* Home Page 1 */
    .home-page1 {
        /* height: 500px; */
        margin-bottom: -150px;
        padding: 0;
    }

    /* Image Slide */
    .image-slide {
        height: 500px;
        overflow: hidden;
    }

    .image-slide table {
        height: 500px;
        width: 400%;
    }

    .image-slide table td{
        width: 25%;
    }

    .image-slide img {
        height: 500px;
    }

    /* Message-btn */
    .message-btn span:hover {
        background-color: white;
        color: #C08C00;
    }
    /* ////////////////////////////////////////////////// */
    /* Home Page 2 */
    .home-page2 {
        margin-bottom: 0;
    }
    
    body .home-page2 h1 {
        margin-top: 160px;
        font-size: 40px;
        /* text-align: left; */
        /* margin-left: 50px; */
    }

    .home-page2 .page-right {
        text-align: center;
    }

    .home-page2 img {
        width: 90%;
    }

    /* ////////////////////////////////////////////////// */
    /* Home Page 3 */
    .home-page3 h1 {
        margin-top: 130px;
    }

    .home-page3 img {
        width: 80%;
    }

    /* ////////////////////////////////////////////////// */
    /* Home Page 4 */
    .home-page4 {
        min-height: 300px;
    }
    
    .home-page4 h1 {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    /* .home-page4 p {
        width: 90%
    } */

    /* ////////////////////////////////////////////////// */
    /* Home Page 5 */
    .home-page5 {
        margin-bottom: 0;
    }
    
    .home-page5 h1 {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .service {
        width: 22.35vw;
        height: 22.35vw;
        margin-bottom: 7px;
        margin-left: 3px;
        transition: 0.6s;
    }

    .service:hover {
        background-image: none;
        background-color: #C08C00;
        color: white;
    }

    .service h3 {
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    
    .service p {
        font-size: 16px;
        width: 90%;
    }

    /* ////////////////////////////////////////////////// */
    /* Home Page 6 */
    .article {
        width: 30vw;
        height: 30vw;
        margin-bottom: 7px;
        margin-left: 3px;
    }

    .article-img img {
        width: 30vw;
    }
    
    .article h3 {
        font-size: 20px;
    }
    
    /* ////////////////////////////////////////////////// */
    /* Services Page 1 */
    .service-page1 {
        margin-bottom: 0;
    }

    .service-page1 .page-cover {
        background-image: url("images/service-cover-pc.jpg");    
        height: 535px;
    }
    
    .page-cover .page-title {
        position: absolute;
        width: 60%;
        height: 35%;
    
        background-color: rgba(255, 255, 255, .7);
        color: black;
        /* backdrop-filter: blur(5px); */
    
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .page-title h1 {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    /* ////////////////////////////////////////////////// */
    /* Services Page 2 */
    .service-block {
        width: 90%;
        margin: auto;
        margin-bottom: 100px;
        height: 500px;
    }

    .service-block .center-btn {
        width: 40%;
    }
    
    .service-block .center-btn button:hover {
        background-color: #C08C00;
    }

    .img-shuffle {
        position: relative;
        width: 70%;
        /* transform: translateY(40px); */
    }

    /* ////////////////////////////////////////////////// */
    /* About Page 1 */
    .about-pages p {
        width: 70%;
        text-align: center;
    }
    
    .about-page1 img {
        width: 20%;
        margin: 70px auto;
    }

    .about-page1 .pc {
        display: block;
    }

    .about-page1 .mb {
        display: none;
    }

    /* ////////////////////////////////////////////////// */
    /* About Page 2 */
    .about-page2 img {
        width: 50%;
        transform: translateY(-80px);
        /* margin-right: 70px; */
    }

    .about-page2 .page-left {
        text-align: right;
    }

    .about-page2 .page-right {
        width: 50%;
    }

    .about-page2 .page-right p {
        text-align: left;
        margin-left: 0px;
    }

    .about-page2 h1 {
        text-align: left;
        margin-left: 0px;
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .about-page2 a {
        margin-left: 0;
    }
    
    /* ////////////////////////////////////////////////// */
    /* Contact Page 1 */
    .contact-page1 {
        height: 800px;
    }

    .contact-page1 p {
        width: 70%;
    }

    .contact-page1 .page-left {
        margin-top: 100px;
        width: 49%;
        border-right: 1px solid #CCCCCC;
    }

    .contact-page1 h1 {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .email-box {
        margin-top: 50px;;
        width: 60%;
    }
    
    .email-box .cont {
        width: 90%;
        margin: auto;
    }
    
    .email-box button {
        background-color: black;
        border-radius: 10px;
    }


    /* ////////////////////////////////////////////////// */
    /* Footer */
    .footer {
        position: relative;
        height: 460px;
        background-image: url("images/footer\ bg\ 2.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer-block p {
        font-size: 16px;
        text-align: left;
    }

    .footer .copy-right {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}