@charset "utf-8";

/* CSS Document */
/*global*/
.fahkwang-extralight {
    font-family: "Fahkwang", system-ui;
    font-weight: 200;
    font-style: normal;
}

.fahkwang-light {
    font-family: "Fahkwang", system-ui;
    font-weight: 300;
    font-style: normal;
}

.fahkwang-regular {
    font-family: "Fahkwang", system-ui;
    font-weight: 400;
    font-style: normal;
}

.fahkwang-bold {
    font-family: "Fahkwang", system-ui;
    font-weight: 700;
    font-style: normal;
}

.fahkwang-light-italic {
    font-family: "Fahkwang", system-ui;
    font-weight: 300;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cf:after,
.cf:before {
    content: '';
    display: block;
}

.cf:after {
    content: '';
    clear: both;
}

.fltl {
    float: left;
}

.fltr {
    float: right;
}

body {
    background: #000;
    font-family: "Fahkwang", system-ui;
    color: #fef6d5;
    font-size: 20px;
}

a,
a:link {
    color: #fef6d5;
    text-decoration: none;
}

a:hover {
    color: #c9651e;
    text-decoration: none;
}

a img,
input:focus {
    border: none;
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainwrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.cntwrap {
    position: relative;
    margin: 0px auto;
    width: 1380px;
}

.nomarg {
    margin: 0 !important;
}

.nobrd {
    border: none !important;
}

.nopadd {
    padding: 0 !important;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
    margin-bottom: 0px;
    color: #c9651e;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    margin: 0 0 20px;
    color: #c9651e;
    font-weight: 300;
}

h4 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #c9651e;
    font-weight: 300;
}

h5 {
    font-size: 21px;
    margin: 30px 0 10px;
    color: #fff;
    font-weight: 300;
}

.pad100 {
    padding: 100px 0;
}

.blckptrn-sec {
    background: url(../images/ptrn.jpg);
}

.flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

/*END global*/

/* slider */
.carousel-container {
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 100vh;
    z-index: 0;
}
.carousel-container .sldrovrly {height: 117px;}

.sldrovrly {
    opacity: 0.80;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.mySlides img {
    display: block;
    width: 100%;
    height: 100%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    user-select: none;
    z-index: 2;
}

.next {
    right: 0;
}

.prev:hover,
.next:hover {
    color: #fff;
}

.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

/* The dots/bullets/indicators */
/* .dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.active,
.dots:hover {
    background-color: rgba(173, 216, 230, 0.8);
} */

/* transition animation */
.animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s;
}

@keyframes animate {
    from {
        transform: scale(1.1) rotateY(10deg);
    }

    to {
        transform: scale(1) rotateY(0deg);
    }
}

/* end slider */
/* header */
/* @keyframes logo-anim {
    from {
        top: 50%;
    }

    to {
        top: 3%;
    }
} */
.logocntnr {
    position: absolute;
    left: 50%;
    top: 1%;
    z-index: 3;
    margin-left: -140px;
    /*animation: logo-anim 2s ease-in-out 2s forwards;*/
}

.frmbtn {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 3;
}

/* end header */
/* text section */
.pr50 {
    padding-right: 50px;
}

.pl50 {
    padding-left: 50px;
}

.hd-slgn {
    color: #d3a814;
    font-size: 16px;
    margin-bottom: 40px;
}

.img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none
}

.paralaxsec {
    position: relative;
    overflow: hidden;
}

.paralaxsec .sldrovrly {
    z-index: 0;
}

.column:last-child {
    padding-bottom: 20px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    position: relative;
    width: 100%;
    height: auto;
}

.column div:first-child {
    margin-left: 0;
}

.column .s-name {
    position: absolute;
    bottom: 3%;
    left: 8%;
    z-index: -1;
    width: 100%;
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    z-index: 1;
    text-align: left;
    line-height: 40px;
}

figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* end text section */

.swiper {
    width: 100%;
    height: 100%;
    padding: 70px 0 40px;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide.swiper-slide-next img {
    width: 140%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}

.swiper-pagination-bullet-active {
    background: #c9651e !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

#portfolio.paralaxsec:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: url(../images/portfolio/ptch-l.png) no-repeat right;
    z-index: 2;
}

#portfolio.paralaxsec:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: url(../images/portfolio/ptch-r.png) no-repeat left;
    z-index: 2;
}
.mailsf {font-size: 13px;}

.row {
    margin-left: 0;
    margin-right: 0;
}

.ftrSecs {
    padding: 50px 30px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    font-weight: 300;
    font-size: 16px;
}

.ftrSecs:last-child {
    border-right: 0;
}

.ftrSecs ul li {
    padding-bottom: 20px;
}

.ftrSecs ul li:last-child {
    padding-bottom: 0;
}

.ftrSecs p {
    margin-bottom: 0;
}

.snSec a {
    margin-right: 20px;
    font-size: 26px;
}
a.gdTxt {font-size: 12px; color: #c9651e; cursor: pointer;}
.golden { color: #c9651e;}


.cpySec {
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
}

.mobon {
    display: none;
}

.modal-content {
    background: url(../images/ptrn.jpg);
    border: 1px solid #333;
}

.btn-secondary {
    position: absolute;
    right: 3%;
    top: 3%;
}

.modal-header h4 {
    margin-bottom: 0;
}

.modal-header {
    border-bottom: 1px solid #333;
}

.contact_sec input,
.contact_sec textarea,
.contact_sec button {
    padding: 15px 25px;
    border: 0;
    border-radius: 25px;
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
}

.contact_sec button {
    color: #fff;
    background: #c9651e;
    text-decoration: none;
    cursor: pointer;
}

.contact_sec button:hover {
    background: #c9651e;
    color: #000;
}

.innrPg .hdr {
    height: 450px;
}

.innrPg .carousel-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pgname {
    position: absolute;
    width: 100%;
    top: 45%;
    font-size: 50px;
    color: #c9651e;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
}

.innrPg .flxAdj {
    justify-content: start;
    align-items: start;
}
.blckPtch {background: #000;}
.swiper-button-next, .swiper-button-prev {color: #fff; cursor: pointer;}

/*media*/
@media only screen and (max-width: 1410px) {
    .cntwrap {
        width: 94%;
    }
}

@media only screen and (max-width: 1280px) {
    .ftrSecs {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 35px;
    }

    .hd-slgn {font-size: 14px;}
    body {
        font-size: 18px;
    }

    .column .s-name {
        font-size: 28px;
        line-height: 30px;
    }

    #portfolio.paralaxsec:before {
        width: 30%;
    }

    #portfolio.paralaxsec:after {
        width: 30%;
    }

    h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ftrSecs {
        padding: 30px 15px;
        font-size: 14px;
    }

    .ftrSecs ul li {
        padding-bottom: 5px;
    }

    .cpySec {
        font-size: 12px;
    }

    .pad100 {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    #brand-sec .flexcenter {
        flex-direction: column-reverse;
    }

    .imgSec {
        margin-bottom: 50px;
    }

    .pr50 {
        padding-right: 0;
    }

    .pl50 {
        padding-left: 0;
    }

    #aboutus .flexcenter {
        flex-direction: column;
    }

    .txtSec {
        text-align: left !important;
    }

    .mobon {
        display: block;
    }

    .deskon {
        display: none;
    }

    .swiper-slide.swiper-slide-next img {
        width: 230%;
    }

    .carousel-container {height: 100%;}

    .innrPg .hdr {
        height: 350px;
    }

    #brand-sec .blckPtch .flexcenter {flex-direction: column;}
    .innrPg.servPg #brand-sec .imgSec {margin-top: 50px; margin-bottom: 20px;}
    .innrPg.servPg #brand-sec .imgSec img {width: 100%;}
}

@media only screen and (max-width: 640px) {
    .swiper-slide.swiper-slide-next img {
        width: 100%;
    }

    #portfolio.paralaxsec:before {
        position: static;
    }

    #portfolio.paralaxsec:after {
        position: static;
    }

    .logocntnr {margin-left: -85px; width: 30%;}
    .logocntnr img {
        width: 100%;
    }
    .carousel-container .sldrovrly {
        height: 80px;
    }
}

@media only screen and (max-width: 580px) {
    .imgSec img {
        width: 60%;
    }

    .imgSec {
        text-align: center;
    }

    h2 {
        font-size: 25px;
    }

    .hd-slgn {font-size: 13px;}
    body {
        font-size: 16px;
    }

    .logocntnr {
        width: 100px;
        margin-left: -50px;
    }

    .logocntnr img {
        width: 100%;
    }

    .innrPg .hdr {
        height: 320px;
    }
    .innrPg .carousel-container {display: block;}
    .carousel-container .sldrovrly {
        height: 45px;
    }
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {display: none;}
}

@media only screen and (max-width: 540px) {
    .column .s-name {
        left: 10%;
    }

    .cntwrap {
        width: 88%;
    }

    .ftrSecs {
        padding: 15px;
    }

    .pgname {
        top: 45%;
        font-size: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .column .s-name {
        left: 7%;
    }

    .swiper {
        padding: 20px 0 40px;
    }

    .cpySec {
        font-size: 11px;
    }

    .hd-slgn {font-size: 12px;}
    body {
        font-size: 15px;
    }
    .innrPg .hdr {
        height: 320px;
    }
}
@media only screen and (max-width: 375px) {
    
    .innrPg .hdr {
        height: 275px;
    }
}