@font-face {
    font-family: 'corbert cond reg';
    src: url('https://cdn.hkpowdercoating.com/fonts/CorbertCondensed-Regular.otf');
}

@font-face {
    font-family: 'overpass light';
    src: url('https://cdn.hkpowdercoating.com/fonts/overpass-light.otf');
}

@font-face {
    font-family: 'futura pt light';
    src: url('https://cdn.hkpowdercoating.com/fonts/futura-pt-light.otf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background-image: url('https://cdn.hkpowdercoating.com/images/bwbg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

a:link {
    color: #20b735;
}

a:visited {
    color: #146f21;
}

p a:hover {
    color: #8df99b;
}

p a {
    text-decoration: none;
    text-shadow: 0 0 0 #000000, 0 0 0 #000000;
}

#container {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}

#navbar {
    position: fixed;
    top: 20px;
    /*left: 18.8%;*/
    /*width: 100%;*/
    list-style-type: none;
    overflow: hidden;
    transition: transform 0.5s ease 0s;
    z-index: 10;
    border-bottom: solid 1px black;
    background-color: white;
}

#navbar li {
    float: left;
}

#navbar li a {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    color: black;
    font-size: 18px;
    text-align: center;
    padding: 15px 30px;
    transition: background-color 0.4s, color 0.4s;
}

#navbar li a:hover {
    background-color: rgb(45, 105, 165) !important;
    color: white !important;
}

#home {
    width: 100%;
    height: 100vh;
    font-family: 'corbert cond reg', sans-serif;
    background-image: url('https://cdn.hkpowdercoating.com/images/bgpattern.png');
}

#menubt {
    width: 80px;
    height: 80px;
    visibility: hidden;
}

#home p {
    text-align: center;
}

#logo {
    width: 178px;
    margin-top: 16.5vh;
}

#home h1 {
    font-size: 3.7em;
    text-align: center;
    word-spacing: 0.2em;
    letter-spacing: 0.1em;
    padding-top: 75px;
    color: #2B6CA3;
    text-shadow: #ffffff -1px -1px 0px, #ffffff -1px 1px 0px, #ffffff 1px 1px 0px, #ffffff 1px -1px 0px;
    margin-top: 10vh;
}

#home h2 {
    font-size: 2em;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #175572;
    text-shadow: #ffffff -1px -1px 0px, #ffffff -1px 1px 0px, #ffffff 1px 1px 0px, #ffffff 1px -1px 0px;
}

#home .fa-angle-down {
    color: #175572;
    font-size: xxx-large;
}

#jindalbox {
    width: fit-content;
    padding: 20px;
    border: 3px solid #175572;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

#jindalbox p {
    font-family: 'corbert cond reg';
    font-size: 2em;
    color: #175572;
    float: left;
}

#jindalbox img {
    height: 80px;
    float: left;
}

.clb {
    clear: both;
}

#aboutus {
    width: 100%;
    background-image: url('https://cdn.hkpowdercoating.com/images/aboutbg.jpg');
    background-attachment: fixed;
    color: #38230C;
    font-family: 'futura pt light';
    background-size: cover;
}

#aboutus h1 {
    font-size: 2.5em;
    padding-bottom: 10px;
}

#aboutus .col45 {
    height: 100%;
    padding: 50px 15px 50px 100px;
    background-color: rgba(255, 255, 255, 0.7);
}

#aboutus p {
    font-size: 1.2em;
    word-spacing: 5px;
    letter-spacing: 3px;
    text-align: justify;
    font-weight: bold;
}

#powdercoating {
    background-image: url('https://cdn.hkpowdercoating.com/images/bgpattern.png');
    background-color: #c0dbf7;
    font-family: 'futura pt light';
}

#box {
    width: 75%;
    margin-left: 12.5%;
    padding: 35px 0px;
}

#box h1 {
    text-align: center;
}

#box p {
    font-size: 1.2em;
    text-align: justify;
    color: #38230C;
    margin-top: 30px;
    font-weight: bold;
}

#imgbox {
    width: 100%;
    margin-top: 50px;
}

#img {
    width: 298px;
}

.imgcont {
    overflow: hidden;
    width: 32%;
    margin-left: 1%;
    margin-bottom: 10px;
    display: inline-block;
}

#imgbox p {
    text-align: center;
}

.wc {
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #65372c;
    padding: 0 5%;
    clear: both;
}

.wcimg {
    width: 49%;
    display: inline-block;
}

.wcimg img {
    height: 100%;
    max-width: 580px;
    max-height: 860px;
}

.wccont {
    width: 50%;
    /*margin-left: 50%;*/
    padding: 20px 45px;
    background-color: #fff;
    display: inline-block;
}

.r {
    float: right;
}

.l {
    float: left;
}

.wccont h1 {
    font-family: 'futura pt light';
    text-align: center;
    padding: 30px 0px;
}

.wccont p {
    font-size: 1.25em;
    font-family: 'futura pt light';
    text-align: justify;
    padding: 12px;
    word-spacing: 2px;
    letter-spacing: 2px;
}

.wccont ul {

    font-size: 1.25em;
    font-family: 'futura pt light';
    text-align: justify;
    padding: 12px;
    word-spacing: 2px;
    letter-spacing: 2px;
}

#gallery {
    width: 100%;
    height: 610px;
    background-color: white;
    padding: 50px 0px;
    background-image: url('https://cdn.hkpowdercoating.com/images/bgpattern.png');
}

#gallery h1 {
    font-family: 'futura pt light';
    font-size: 2.8em;
    font-weight: bold;
    color: white;
    padding: 10px 0px;
    border-top: 3px double black;
    border-bottom: 3px double black;
    text-align: center;
    text-shadow: -1px -1px 0 rgb(35, 85, 125), 1px -1px 0 rgb(35, 85, 125), -1px 1px 0 rgb(35, 85, 125), 1px 1px 0 rgb(35, 85, 125);
}

#slider {
    width: 100%;
    height: 95%;
    padding-top: 30px;
    box-sizing: border-box;
}

#large {
    position: relative;
    height: 70%;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
    overflow: hidden;
    /*background-color: rgba(45, 45, 45, 0.4);*/
}

/*#large:hover .right, #large:hover .left{
	background-color: rgba(200,200,200,0.5);
}*/

#thumb {
    position: relative;
    height: 15%;
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
}

.right,
.left {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
}

.right:hover,
.left:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.right {
    right: 0px;
}

.left {
    left: 0px;
}

.arrw {
    position: absolute;
    top: 43%;
    z-index: 0;
}

.right .arrw {
    transform: rotate(90deg);
}

.left .arrw {
    transform: rotate(-90deg);
}

.inside {
    height: 100%;
    transition: transform 0.6s ease 0s;
}

.inside img {
    height: 100%;
    width: auto;
    float: left;
    transition: margin 1s ease 0.4s, transform 1s ease 0s, box-shadow 0.8s ease 0.3s;
}

#thumb .inside img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.fullsat {
    margin: 0px 15px;
    box-shadow: 0px 0px 13px 4px #9c7953;
}

.col45 {
    width: 45%;
}

#contactus {
    width: 100%;
    height: 110vh;
    background-image: url('https://cdn.hkpowdercoating.com/images/bgpattern.png');
    padding: 15px 0px;
}

#contactus h1 {
    font-family: 'futura pt light';
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 25px;
}

#infobox {
    width: 40%;
    height: 90%;
    float: left;
    margin-left: 30px;
}

#infobox p {
    text-align: center;
    margin-top: 20px;
}

#infobox img {
    width: 25%;
}

#phone {
    width: 50%;
    height: 35%;
    float: left;
}

#call {
    height: 35%;
    width: 50%;
    float: left;
}

.button-link {
    background-color: #4CAF50;
    border: none;
    color: white !important;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
}

.button-link:hover {
    background-color: #7dce80;
}

.button-link:active {
    box-shadow: none;
}

form {
    margin-top: 50px;
}

input {
    background-color: rgba(255, 255, 255, 0.7);
    width: 45%;
    height: 25px;
    border: none;
    margin-top: 10px;
    padding: 0px 6px;
    border-bottom: #39b54a solid 2px;
    transition: background-color 0.8s ease 0s, color 0.8s ease 0s;
}

input:focus {
    background-color: #39b54a;
    color: white;
    outline: none;
}

input::placeholder {
    transition: color 0.8s ease 0s;
}

input:focus::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

textarea {
    float: right;
    width: 48%;
    height: 7em;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    margin-top: 10px;
    padding: 2px 5px;
    border-bottom: #39b54a solid 2px;
    transition: background-color 0.8s ease 0s, color 0.8s ease 0s;
}

textarea:focus {
    background-color: #39b54a;
    color: white;
    outline: none;
}

textarea::placeholder {
    transition: color 0.8s ease 0s;
}

textarea:focus::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#button {
    width: 90px;
    border: none;
    padding: 5px;
    margin-top: 15px;
    border-radius: 7px;
    background-color: #39b54a;
    color: #fff;
    transition: background-color 0.2s ease 0s;
}

#button:hover {
    background-color: #27a348;
    cursor: pointer;
}

#button:focus {
    border: white 1px solid;
    background-color: #42b84d;
    outline: none;
}

#form h2 {
    font-family: "futura pt light";
    color: #39b54a;
    background-color: rgba(255, 2552, 255, 0.6);
    padding: 10px;
    text-align: center;
}

#form h4 {
    float: right;
    background: red;
    padding: 0px 5px;
    margin-top: 3%;
    color: white;
    font-family: "futura pt light";
    border-radius: 5px;
}

#maps {
    width: 50%;
    height: 90%;
    float: left;
    margin-left: 50px;
}

#maps iframe {
    width: 100%;
    height: 80%;
    margin-top: 25px;
}

#footer {
    width: 100%;
    height: 250px;
    background-color: #2F2E2E;
    font-family: 'futura pt light';
    color: #fff;
    overflow: hidden;
}

#footer h2 {
    text-align: center;
    padding: 10px 0px;
}

#footer a {
    text-decoration: none;
    border: none;
}

#footer a img {
    transition: transform 0.5s ease 0s;
}

#footer a:hover img {
    transform: scale(1.2);
}

#footer p {
    text-align: center;
    transition: transform 0.3s ease 0s;
}

#footer img {
    padding: 0px 10px;
    width: 50px;
}

#backtotop:hover {
    transform: scale(1.1);
}

@media (max-width: 825px) {
    #menubt {
        position: relative;
        visibility: visible;
        z-index: 1;
    }

    #navbar {
        opacity: 0;
        transition: opacity 0.5s ease 0s;
        margin: 0 !important;
        width: 100vw;
        top: 0;
        visibility: hidden;
        z-index: 0;
    }

    #navbar li {
        float: none;
    }

    #home h1 {
        font-size: 2.3em;
    }

    #home h2 {
        font-size: 1.1em;
    }

    .col45 {
        width: 100%;
    }

    #aboutus .col45 {
        padding-left: 15px;
    }

    #logo {
        width: 145px;
        margin-top: -20px;
    }

    #jindalbox {
        padding: 10px;
    }

    #jindalbox p {
        font-size: 1.5em;
        clear: left;
    }

    #jindalbox img {
        clear: left;
        margin-left: 25vw;
    }

    #aboutus p {
        font-size: 1em;
    }

    #box {
        width: 82%;
        margin-left: 9%;
    }

    #box p {
        font-size: 1.1em;
    }

    .imgcont {
        width: 48%;
    }

    .wcimg {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .wcimg img {
        height: auto;
        width: 100%;
    }

    .wccont {
        width: 100%;
        padding: 10px 15px;
    }

    .wccont p {
        font-size: 1.1em;
    }

    #contactus {
        height: auto;
    }

    #infobox {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
    }

    #infobox p {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
    }

    #infobox img {
        width: 40px;
    }

    #call {
        height: auto;
        width: 92%;
        margin-left: 4%;
        float: none;
        padding: 20px;
    }

    #phone {
        height: auto;
        width: 92%;
        margin-left: 4%;
        float: none;
        padding: 20px;
    }

    #mailus {
        width: 92%;
        margin-left: 4%;
    }

    textarea {
        width: 90%;
        height: 10em;
        margin-left: 5%;
        float: none;
    }

    input {
        width: 90%;
        margin-left: 5%;
    }

    #maps {
        float: none;
        width: 80%;
        height: auto;
        margin-left: 10%;
    }

    #footer img {
        width: 55px;
    }
}
