/*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian
Template Name : Rex - Creative Personal Multipurpose Portfolio
Version       : 1.0
* ----------------------------------------------------------------------------------------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 01.BASE CSS 
* 02.LOADDER CSS 
* 03.HEAD WRAP
* 04.HEAD NAVIGATION
* 05.HERO SECTION
* 06.WHAT IDO SECTION
* 07.ABOUT SECTION
* 08.PORTFOLIO SECTION
* 09.SINGLE PROJECT
* 10.PATTRNER SECTION
* 11.TESTIMONI SECTION
* 12.CONATCT SECCTION
* 13.FOOTER 
* 14.MEDIA QUERY PAGE
/*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
* ----------------------------------------------------------------------------------------
*/


*,
::after,
::before {
    box-sizing: border-box;
}

*:focus {
    outline: 0 !important;
}

::-moz-selection {
    color: #5D4F44;
    background: #dbdbdb;
}

::selection {
    color: #5D4F44;
    background: #dbdbdb;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #303030;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

label {
    display: block;
    letter-spacing: normal;
    text-transform: uppercase;
}

input,
textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 15px 30px 0;
    margin-top: 20px;
    color: #969696;
    border: none;
    border-bottom: 2px solid #353535;
    letter-spacing: 1px;
    margin-bottom: 20px;
    height: 50px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea {
    height: 100px;
    resize: none;
}

#rexmain-wrap {
    overflow: hidden;
}

[data-aos^=fade-up][data-aos^=fade-up].aos-animate {
    opacity: .3 !important;
}

.simpleParallax {
    overflow: unset !important;
}

.error {
    color: #f3b21b;
    font-size: 12px;
    margin-bottom: 20px;
}

.ah-headline.clip .ah-words-wrapper::after {
    background-color: transparent !important;
}

.mfp-close {
    color: #fff !important;
    font-size: 50px !important;
}

/*
* ----------------------------------------------------------------------------------------
* 02.LOADDER
* ----------------------------------------------------------------------------------------
*/

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #303030;
}
img.img-load {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 8%;
    transform: translate(-50%, -50%);
}

.progress {
    height: 2px;
    display: block;
    width: 30%;
    background-color: #e3e3e3;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress .line {
    background-color: #231F20;
}

.progress .line:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: line 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .line:after {
    content: '';
    position: absolute;
    background-color: #231F20;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: lines 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes line {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes lines {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HEAD WRAP
* ----------------------------------------------------------------------------------------
*/

#rexheader-wrap {
    padding-top: 10px;
    position: fixed;
    width: 100%;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: -100px;
}

.wrap-logo {
    width: 80px;
    padding-top: 20px;
}

.wrap-logo img {
    width: 100%;
}

.loadded {
    top: 0 !important;
}

.fixid {
    padding-bottom: 15px;
    background: #303030;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

/*
* ----------------------------------------------------------------------------------------
* 04.HEAD NAVIGATION
* ----------------------------------------------------------------------------------------
*/

.burger {
    display: flex;
    outline: none;
    height: 20px;
    width: 20px;
    border: 0px;
    padding: 0px;
    background: transparent;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.burger:before,
.burger:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    background: #fff;
    transition: all 250ms ease-out;
    will-change: transform;
}

.burger:before {
    transform: translateY(-3px);
}

.burger:after {
    transform: translateY(3px);
}

.open.burger:before {
    transform: translateY(0) rotate(45deg);
}

.open.burger:after {
    transform: translateY(0) rotate(-45deg);
}

.overlayclose {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
    display: none;
}

.rexslideout-menu {
    width: 50%;
    right: -500px;
    display: none;
    height: 100%;
    position: fixed;
    z-index: 5;
    background: #303030;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#rexmobile-navigation {
    position: relative;
    top: 150px;
    left: 30px;
    padding-bottom: 50px;
}

#rexmobile-navigation>.list-navigation {
    display: block !important;
    padding-left: 0;
}

#rexmobile-navigation>.list-navigation li {
    display: block !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
}

#rexmobile-navigation>.list-navigation li {
    display: block !important;
}

#rexmobile-navigation>.list-navigation li a {
    color: #fff;
}

#rexmobile-navigation>.list-navigation li a:hover {
    text-decoration: none;
}

#rexmobile-navigation>.list-navigation li a:before {
    content: attr(data-fill);
    position: absolute;
    white-space: nowrap;
    background-color: #f3b21b;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0px;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.4, 1);
}

#rexmobile-navigation>.list-navigation li a:hover:before {
    bottom: 0;
}

#rexmobile-navigation>.list-navigation li.aktip a:before {
    top: 0;
    bottom: 0;
    left: 0;
}

#rexmobile-navigation>.list-navigation li a:before {
    top: 0;
    bottom: 100%;
    left: 0;
}

.wrap-navigation {
    text-align: right;
}

.navigation-wraplist {
    padding-left: 0;
    padding-top: 20px;
}

.navigation-wraplist li {
    list-style: none;
    display: inline-block;
    margin-right: 35px;
}

.navigation-wraplist li a {
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}

.navigation-wraplist li a:hover {
    text-decoration: none;
}

.navigation-wraplist li a:before {
    content: attr(data-fill);
    position: absolute;
    white-space: nowrap;
    background-color: #f3b21b;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0px;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.4, 1);
}

.navigation-wraplist li a:before {
    top: 0;
    bottom: 100%;
    left: 0;
}

.navigation-wraplist li a:hover:before {
    bottom: 0;
}

.navigation-wraplist li.aktip a:before {
    content: attr(data-fill);
    position: absolute;
    white-space: nowrap;
    background-color: #f3b21b;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0px;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.4, 1);
}

.navigation-wraplist li.aktip a:before {
    top: 0;
    bottom: 0;
    left: 0;
}

.menumobile {
    position: absolute;
    right: 30px;
    width: 30px;
    top: -10px;
    font-size: 40px;
    display: none;
    z-index: 10;
}

/*
* ----------------------------------------------------------------------------------------
* 05.HERO SECTION
* ----------------------------------------------------------------------------------------
*/

.scroll-icon {
    z-index: 1;
    position: absolute;
    width: 13px;
    height: 90px;
    bottom: 0;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
    margin: 10px auto;
    left: 100px;
}

.scroll-icon span {
    writing-mode: vertical-rl;
    position: absolute;
    height: 200px;
    color: #fff;
    top: -150px;
}

.rex-herosection-wrap {
    padding-left: 0;
    padding-right: 0;
}

.image-hero-wrap {
    width: 100%;
    height: 100vh;
    background: url('../image/hero/8.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.ah-words-wrapper b {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
}

.overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(to left, rgba(48, 48, 48, 1) 0%, rgba(255, 255, 255, 0) 100%),
                linear-gradient(to top, rgba(48, 48, 48, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.wrap-detailrex {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
}

.wrap-detailrex h3:before {
    content: '';
    height: 30px;
    width: 100px;
    background: #f3b21b;
    position: relative;
    bottom: 30px;
    display: block;
}

.wrap-detailrex h3 {
    color: #fff;
    font-weight: bold;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
}

.wrap-detailrex h3 span {
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    letter-spacing: 1px;
}

/*
* ----------------------------------------------------------------------------------------
* 06.WHAT IDO SECTION
* ----------------------------------------------------------------------------------------
*/

#rex-whatido {
    padding-top: 150px;
}

.rex-headding {
    margin-bottom: 100px;
    width: 100%;
    position: relative;
}

.rex-headding h3 {
    letter-spacing: 1px;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.rex-headding h3:before {
    content: '';
    height: 10px;
    width: 100px;
    background: #f3b21b;
    position: relative;
    bottom: 30px;
    display: block;
}

.rex-headding h1 {
    font-weight: bold;
    -webkit-text-stroke: 1px #a0a0a0;
    color: transparent;
    letter-spacing: 5px;
    position: absolute;
    font-size: 150px;
    top: -50px;
    opacity: .3;
}

.rexido-wrap {
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding: 30px;
    transition: all .3s;
}

.rex-innertitle {
    padding-left: 70px;
}

.rexido-icon i {
    position: absolute;
    font-size: 35px;
    margin-bottom: 20px;
}

.rexido-icon p {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.rexido-icon p.rex-idotitle {
    font-size: 12px;
    font-weight: 100;
    text-transform: unset;
    line-height: 1.5;
    color: #a0a0a0;
}

/*
* ----------------------------------------------------------------------------------------
* 07.ABOUT SECTION
* ----------------------------------------------------------------------------------------
*/

#rex-aboutwarp {
    height: auto;
}

.rex-about {
    padding-left: 0;
    padding-right: 0;
    margin-top: 100px;
}

.rexbg-transparant {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 600px;
    position: relative;
}

.overlay-s {
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(48, 48, 48, 1);
    position: absolute;
    opacity: .9;
}

.rex-pic {
    width: 350px;
    height: 350px;
    position: absolute;
    left: -100px;
    top: 150px;
}

.wordtext-rex {
    position: relative;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 130px;
    padding-top: 130px;
}

.wordtext-rex h3 {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.wordtext-rex h3:before {
    content: '';
    height: 10px;
    width: 30px;
    background: #f3b21b;
    position: relative;
    bottom: 30px;
    display: block;
}

.wordtext-rex p {
    padding-top: 10px;
    line-height: 1.5;
}

.link-text {
    padding: 20px 30px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s;
}

.link-text:hover {
    text-decoration: none;
    background: #f3b21b;
    color: #303030;
}

/*
* ----------------------------------------------------------------------------------------
* 08.PORTFOLIO SECTION
* ----------------------------------------------------------------------------------------
*/

#rex-portfolio {
    padding-top: 150px;
    height: auto;
    padding-bottom: 150px;
}

.right-side h3 {
    text-align: right;
    position: relative;
}

.right-side h3:before {
    content: '';
    height: 10px;
    width: 100px;
    background: #f3b21b;
    position: absolute;
    bottom: 30px;
    display: block;
    right: 0;
    top: -50px;
}

.right-side h1 {
    font-weight: bold;
    -webkit-text-stroke: 1px #a0a0a0;
    color: transparent;
    letter-spacing: 5px;
    position: absolute;
    font-size: 150px;
    top: -50px;
    opacity: .3;
    right: 0;
}

#rexporfolio-warp {
    padding-top: 50px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.work-content.grid-gutter-md {
    margin-left: -8px;
    margin-right: -8px;
}

.rexmasonry-item {
    cursor: pointer;
    margin: 0;
    position: relative;
    float: right;
    padding: 10px;
    width: 33.3333%;
    border-radius: 5px;
    overflow: hidden;
}

.content-porto {
    border-radius: 5px;
    height: 350px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.rexmasonry-item:hover .content-porto {
    opacity: .5;
}

.gallery-link i {
    position: absolute;
    z-index: 1;
    color: #fff;
    opacity: 0;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.rexmasonry-item:hover i {
    opacity: 1;
}

.filter li { 
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter li.aktip { 
    font-weight: 600;
    letter-spacing: 1px;  
    color: #f3b21b; 
}

/* ---------------------------------------------- /*
* 09.SINGLE PROJECT
/* ---------------------------------------------- /*
*/

#rexbackground-project {
    height: 450px;
    width: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.wrapporto {
    background: #303030;
}

.title-wrapcontent {
    margin-bottom: 50px;
}

.title-wrapcontent h2 {
    padding-top: 20px;
    padding-bottom: 30px;
}

.number {
    font-size: 13px;
}

.bignumber {
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

h3.bignumber:before {
    content: '';
    height: 3px;
    width: 100px;
    background: #f3b21b;
    position: absolute;
    left: 100px;
    display: block;
    top: 15px;
}

p.minititle {
    font-size: 13px;
}

.title-wrapcontent>p {
    font-size: 15px;
}

.pordetails {
    background: #272727;
}

.project-info h3 {
    font-size: 15px;
    font-weight: 600;
    color: #f3b21b;
}

.project-info p {
    font-size: 13px;
}

#image-singlewrap {
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
    top: -100px;
}

.first-one {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

#mini-infowrap {
    padding-top: 100px;
    padding-bottom: 0;
    position: relative;
    top: -200px;
}

.info-mini-project {
    color: rgba(255, 255, 255, .30);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
}

.wrap-me-study {
    background: #272727;
    padding: 30px;
}

.wrap-bigimg {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.wrap-bigimg img {
    width: 100%;
    height: 100%;
}
.wrap-bigimg p.biginfo { 
    font-size: 15px;
    padding-top: 50px;
}

.porto-wrap-single {
    column-gap: 50px;
    column-fill: initial;
    column-count: 2;
}

.porto-wrap-single>.wrap-bigimg {
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro-link {
    margin-top: 30px;
}

/* ---------------------------------------------- /*
* 10.PATTRNER SECTION
/* ---------------------------------------------- /*
*/

#pattner-rexsection {
    padding-top: 0;
    padding-bottom: 0;
}

.rexpartner {
    text-align: center;
    padding: 50px;
}

.rexpartner img {
    filter: invert(1);
    opacity: .4;
    transition: all .3s;
    width: 87px;
    height: 87px;
}

.rexpartner img:hover {
    filter: invert(1);
    opacity: 1;
}

/* ---------------------------------------------- /*
* 11.TESTIMONI SECTION
/* ---------------------------------------------- /*
*/

#testimoni-section {
    padding-top: 150px;
}

.rex-testi {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

#rexuserpic-slide {
    left: 100px;
    position: relative;
}

.rex-userpic {
    width: 500px;
    height: 550px;
    position: relative;
    left: 150px;
    top: 100px;
}

.rextesti-wrap {
    padding: 30px;
    padding-left: 200px;
    padding-top: 150px;
    padding-right: 100px;
}

.rex-testititle {
    font-size: 18px;
    font-weight: 100;
    text-transform: unset;
    line-height: 1.5;
    color: #fff;
}

.rex-testititle:before {
    content: '';
    height: 10px;
    width: 50px;
    background: #f3b21b;
    position: relative;
    bottom: 30px;
    display: block;
}

.nameuser {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    padding-top: 50px;
}

.nameuser:before {
    content: '';
    width: 100px;
    position: absolute;
    height: 1px;
    background: #fff;
    right: 200px;
    top: 60px;
}

.navigation-testi {
    display: inline-block;
    text-align: right;
    position: relative;
    padding-right: 100px;
    width: 100%;
}

.nav-prev {
    width: 80px;
    height: 80px;
    float: right;
    text-align: center;
    line-height: 120px;
    background: #303030;
    cursor: pointer;
}

.nav-next {
    width: 80px;
    height: 80px;
    float: right;
    text-align: center;
    line-height: 120px;
    background: #7a7a7a;
    cursor: pointer;
}

.nav-prev i,
.nav-next i {
    font-size: 50px;
}


/* ---------------------------------------------- /*
* 12.CONATCT SECCTION
/* ---------------------------------------------- /*
*/

.foote-contact {
    height: auto !important;
    background: #454545 !important;
}

#rexcontact-section {
    padding-top: 150px;
}

.rex-contact {
    padding-left: 0;
    padding-right: 0;
}

.contact-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    height: 200px;
}

.bottom-fot {
    height: 100%;
}

.bottom-head {
    margin-bottom: 200px;
}

#wrap-formrex {
    margin-top: 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    top: 0;
}

.wrap-theform {
    background: #272727;
    padding: 50px;
    padding-top: 100px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.wrap-thecontentform {
    padding-right: 0;
    padding-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.title-contact h3 {
    line-height: 1.3;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.title-contact h3:before {
    content: '';
    height: 5px;
    width: 20px;
    background: #f3b21b;
    position: absolute;
    display: block;
    left: 0;
    top: -20px;
}

.title-contact>p {
    font-size: 12px;
    opacity: .5;
}

.list-info {
    padding-left: 0;
    padding-top: 30px;
}

.list-info li {
    list-style: none;
    margin-top: 20px;
    position: relative;
}

.mini-info {
    padding-left: 50px;
}

.mini-info span {
    font-size: 28px;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
}

.title-contact .mini-info>p.p-1 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    line-height: 1;
}

.title-contact .mini-info>p.p-2 {
    font-size: 13px;
}

.sosmed-list {
    padding-left: 0;
    margin-top: 50px;
    text-align: right;
    position: relative;
}

.sosmed-list:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 150px;
    left: 0;
    background: #949494;
}

.sosmed-list li {
    display: inline-block;
}

.sosmed-list li a i {
    background: #f3b21b;
    border-radius: 50%;
    color: #272727;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: auto 5px;
    font-size: 13px;
    text-align: center;
    transition: all .3s;
}

.wrap-thecontentform {
    padding: 50px;
    padding-top: 80px;
    background: #454545;
}

.form-wrap {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.subbuton {
    padding: 20px 30px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
}

.subbuton:hover {
    text-decoration: none;
    background: #f3b21b;
    color: #303030;
}


.flashinfo span {
    position: absolute;
    left: 30px;
    font-size: 30px;
    color: #493030;
    top: 18px;
}

.flashinfo {
    position: relative;
    padding: 20px;
    margin-top: 30px;
    background: #85d69f;
    letter-spacing: 1px;
    padding-left: 70px;
    font-size: 15px;
    display: none;
    border-radius: 10px;
    color: #493030;
}

/* ---------------------------------------------- /*
* 13.FOOTER
/* ---------------------------------------------- /*
*/

#footer-wrap {
    padding-bottom: 30px;
    padding-top: 50px;
}

.wrap-contentfoot {
    padding-left: 0;
    padding-right: 0;
}

.wrap-contentfoot h3 {
    font-size: 13px;
}

.sosmed-foot {
    padding-left: 0;
    text-align: right;
}

.sosmed-foot li {
    list-style: none;
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    padding-left: 25px;
    color: #fff;
}

.sosmed-foot li a {
    color: #fff;
    font-size: 13px;
    transition: all .3s;
}

.sosmed-foot li a:hover {
    text-decoration: none;
    color: #f3b21b;
}

.sosmed-foot li a i {
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 5px;
    color: #f3b21b;
}


/* ---------------------------------------------- /*
* 14.MEDIA QUERY PAGE
/* ---------------------------------------------- /*
*/

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    main {
        padding-bottom: 0;
    }

    .wrap-detailrex {
        z-index: 1;
        position: absolute;
        top: 50%;
        right: 0 !important;
        width: 100%;
        text-align: center;
    }

    .wrap-detailrex h3 {
        font-size: 50px;
    }

    .wrap-detailrex h3:before {
        content: '';
        height: 10px;
        width: 50px;
        margin: 0 auto;
    }

    .scroll-icon {
        left: 50%;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio : 3) {}

@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation: portrait) and (-webkit-device-pixel-ratio : 3) {}

@media screen and (max-width: 2560px) {}

@media screen and (max-width: 1366px) {
    .rex-userpic {
        left: 0;
    }
    
    .wordtext-rex {
        padding-left: 150px;
        padding-right: 150px;
    }

    .wrap-detailrex {
        right: 50px;
    }

    .wrap-detailrex h3 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1240px) {
    .rexbg-transparant {
        height: auto;
    }

    .wordtext-rex {
        padding-left: 50px;
        padding-right: 200px;
    }

    .rex-userpic {
        width: 100%;
        height: 450px;
    }
}


@media screen and (max-width: 1024px) {

    .rexmasonry-item {
        width: 50%;
        margin-left: 0;
    }
}

@media (max-width: 999px) {
    .image-hero-wrap {
        background-position: center !important;
    }

    .wrap-bigimg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .overlay {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: linear-gradient(to left, rgba(48, 48, 48, .5) 0.5%, rgba(255, 255, 255, 0) 100%), linear-gradient(to top, rgba(48, 48, 48, 1) 0.5%, rgba(255, 255, 255, 0) 100%);
    }

    .scroll-icon {
        display: none;
    }

    .wrap-detailrex {
        z-index: 1;
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .wrap-detailrex h3 {
        font-size: 50px;
    }

    .wrap-detailrex h3:before {
        content: '';
        height: 10px;
        width: 50px;
        margin: 0 auto;
    }

    .menumobile {
        display: block;
    }

    .wrap-navigation {
        position: fixed;
        right: -1000px;
        top: 0;
        height: 100%;
        padding-left: 100px;
        padding-top: 100px;
        overflow: auto;
        background: #303030;
    }

    .navigation-wraplist li {
        list-style: none;
        display: block;
        margin-bottom: 25px;

    }

    .rex-headding {
        padding-left: 30px;
    }

    .rex-headding h3 {
        font-size: 30px;
    }

    .rex-headding h3:before {
        content: '';
        height: 10px;
        width: 50px;
    }

    #rex-aboutwarp {
        height: auto;
        padding-bottom: 100px;
    }

    .wordtext-rex {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rexbg-transparant {
        height: auto;
    }

    .rex-pic {
        width: 350px;
        height: 350px;
        margin: 0 auto;
        position: relative;
        left: 0;
        border-radius: 50%;
        top: -50px;
    }

    .right-side h1 {
        font-size: 130px;
    }

    #rexuserpic-slide {
        left: 0;
    }

    .pic-wrap {
        position: absolute;
        width: 200px;
        height: 150px;
        top: 0;
        left: 30px;
    }

    .rex-userpic {
        width: 150px;
        height: 150px;
        top: 0;
    }

    .navigation-testi {
        padding-right: 50px;
    }

    .rextesti-wrap {
        padding: 30px;
        padding-left: 50px;
        padding-top: 150px;
        padding-right: 50px;
    }

    .nav-next,
    .nav-prev {
        width: 50px;
        height: 50px;
        line-height: 70px;
    }

    .nav-prev i,
    .nav-next i {
        font-size: 30px;
    }

    .wrap-theform {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .wrap-thecontentform {
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #footer-wrap {
        padding-bottom: 0;
    }

    .wrap-contentfoot {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        padding-bottom: 10px;
    }

    .sosmed-foot {
        text-align: center;
    }
    
   /* .mfp-wrap {
        position: fixed !important;
    }
*/
    .mfp-ajax-holder {
        overflow: scroll !important;
        position: fixed !important;
    }

    .mfp-ajax-holder > .mfp-content {
        height: 100vh;
    }
}

@media (max-width: 799px) {
    .wrap-logo {
        padding-top: 0;
    }

    .wrap-logo img {
        width: 80%;
    }

    .right-side h1 {
        font-size: 100px;
    }

    .rex-headding h1 {
        font-size: 100px;
    }

    .rexmasonry-item {
        width: 100%;
    }

    .nav {
        display: block !important;
    }

    .rexido-wrap {
        padding-right: 0;
    }

    .rexpartner {
        width: 50%;
        padding: 20px;
    }

    .rex-testititle {
        font-size: 13px;
    }

    .wordtext-rex h3 {
        font-size: 20px;
    }

    .wordtext-rex p {
        font-size: 13px;
    }

    .ah-words-wrapper b {
        font-weight: normal;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .porto-wrap-single {
        column-count: 1;
    }
}

@media only screen and (max-width: 699px) {

    .rex-pic {
        width: 250px;
        height: 250px;
    }

    .subbuton {
        width: 100%;
    }
    img.img-load { 
        width: 15%; 
    }
}

@media only screen and (max-width: 580px) {
    .wrap-logo img {
        width: 50%;
    }
    .wrap-me-study { 
        padding: 10px;
        padding-top: 30px;
    }
    .title-wrapcontent>p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    #rexporfolio-warp {
        padding-top: 100px;
    }

    .rex-pic {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 360px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {}