@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --text-select-color: #FFDAB9;
    --text-color: #111;
    --theme-color: #ff6347;
    --title-color: #ff6347;
    --link-color: #fd6044;
    --icon-color: #fd6044;
    --shadow-color: #fd604478;
}
::-moz-selection {
    color: var(--title-color) !important;
    background: var(--text-select-color) !important;
}

::selection {
    color: var(--title-color) !important;
    background: var(--text-select-color) !important;
}
.title-color{ color: var(--title-color); }
.bg-color{ background-color: var(--theme-color); }
.link-color{ color: var(--link-color); }
.icon-color{ color: var(--icon-color); }
.text-sm{font-size: 12px;}
body{
    font-family: "Poppins", sans-serif !important;
    box-sizing: border-box;
    color: #111;
}

/* button */
.btn{
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.75rem 3rem;
}
.btn-theme{
    background-color: var(--theme-color);
    color: #fff !important;
    transition: 0.5s;
}
.btn-theme:hover{
    background-color: var(--theme-color);
    color: #fff !important;
    transform: translateY(-5px);
}

/* z-index */
.z-1{ z-index: 1; }
.z-10{ z-index: 10; }
.z-100{ z-index: 100; }
.z-1000{ z-index: 1000; }

a{
    text-decoration: none;
}

a:hover{
    color: var(--theme-color) !important;
}

ul{
    list-style: none;
    padding: 0;
}

.text-shadow {
    text-shadow: 0 0 2px #00000080;
}

.navbar-brand{
    height: 60px;
    margin: 0;
    font-weight: 800;
    color: #7d7d7d !important;
}

.brand-img {
    width: 150px;
}

.brand-text {
    width: 100px;
    margin-left: -10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    transform-origin: left;
    transform: scaleX(1);
    /* animation: brand 30s infinite; */
}

@keyframes brand {
    0% { transform: scaleX(1); }
    47% { transform: scaleX(1); }
    50% { transform: scaleX(0); }
    90% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.btn-call{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-call-text{
    width: 180px;
    margin-right: -10px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#hero{
    width: 100%;
    height: calc(100vh - 76px);
    background-image: url('../images/bg/hero.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-title{
    text-transform: uppercase;
    color: #111;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 55px;
}

/* Change Word */
.change-word-wrapper {
    display: inherit;
    height: 50px;
    overflow: hidden;
}

.change-word {
    position: absolute;
    opacity: 0;
}

.letter {
    display: inline-block;
    position: relative;
    /* float: left; */
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* End Change Word */
section{
    padding: 150px 0;
}

.section-title{
    position: relative;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.section-title h1{
    font-size: 7em;
    font-weight: 600;
    text-align: center;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}

.section-title h3{
    font-size: 3em;
    font-weight: 600;
}

.card{
    border: none;    
}

/* Service */
#services{
    background: url(../images/bg/bg-services.png) no-repeat center;
    background-size: cover;
}
.service-card-hover,.service-card-hover i{
    transform-origin: bottom;
    transition: 0.8s;
}
.service-card-hover:hover{
    background-color: var(--theme-color);
    color: #fff;    
}
.service-card-hover:hover.service-card-hover i{
    color: #fff;    
}

/* Start Gallary */
.gallery-filter .portfolioFilter {
    padding: 0;
    text-align: center;
}

.gallery-filter a.current {
    background: transparent;
    border: 0;
    color: var(--theme-color);
}

.gallery-filter .portfolioFilter a {
    margin-right: 0;
    border: 0;
    position: relative;
}

.gallery-filter .portfolioFilter a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #BFBFBF;
    width: 1px;
    bottom: 5px;
}

.gallery-filter a:last-child::after {
    display: none;
}

.gallery-filter .portfolioContainer {
    width: 100% !important;
}

.gallery-filter .portfolioContainer:after {
    content: '';
    display: block;
    clear: both;
}

.gallery-filter .portfolioContainer .gallery-item {
    float: left;
    width: 33.33%;
    height: fit-content;
    padding: 15px;
}

.gallery-filter .portfolioContainer img {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-filter-icon {
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
    font-size: 21px;
    text-align: center;
    line-height: 45px;
    margin: 0 4%;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.gallery-filter-icon:after {
    content: "";
    position: absolute;
    right: -14px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 2px;
    bottom: 0;
}

.gallery-item .image-container{
    height: 250px;
}

.img-filter-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: linear-gradient(0deg, var(--title-color), var(--title-color), #ff6347e6, #ff634761, transparent);
    transition: .5s;
    transform-origin: bottom;
    transform: translateY(120px);
}

.img-filter-overlay h5 {
    transition: .5s;
    transform-origin: top;
    transform: translateY(-35px);
}

.filter-img-block:hover .img-filter-overlay,
.filter-img-block:hover .img-filter-overlay h5 {
    transform: translateY(0px);
}

.filter-masonry {
    -moz-column-width: 13em;
    -webkit-column-width: 13em;
    column-width: 13em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.filter-masonry .isotope-item {
    display: inline-block;
    width: 100%;
}

.filter-masonry .filter-img-block {
    margin-bottom: 15px;
}

.filter-masonry .col-md-3 {
    padding-right: 0;
}

.filter-masonry .row,
.gallery-filter .row {
    align-items: end;
    justify-content: center;
}

.fables-gallery-circle {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    position: relative;
    background-color: #DFDFDF;
    margin: 10px auto 0;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.fables-gallery-circle::after {
    content: "";
    position: absolute;
    right: auto;
    height: 2px;
    background-color: #DFDFDF;
    width: 196px;
    top: 18px;
    left: 100%;
}

.fables-gallery-circle::before {
    content: "";
    position: absolute;
    right: 100%;
    height: 2px;
    background-color: #DFDFDF;
    width: 150px;
    top: 18px;
    left: auto;
}

.gallery-history-row {
    align-content: flex-end;
    padding: 15px 25px;
    text-align: left;
}
/* End Gallary */

/* Start Work Process */
#workProcess{
    width: 100%;
    background: #ffffffd4 url(../images/bg/strategy.jpg) no-repeat center;
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}
.process-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}

.process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}

.process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}

.process-step {
    background: var(--theme-color);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid var(--theme-color);
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    top: 44%;
    left: -15%;
}

.process-point-right:before {
    content: "";
    height: 155px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(30deg);
    position: relative;
    left: -42px;
    top: 0;
    z-index: -1;
}

.process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid var(--theme-color);
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    top: 44%;
    right: -85px;
}

.process-point-left:before {
    content: "";
    height: 155px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-30deg);
    position: relative;
    left: 430%;
    top: 0;
    z-index: -1;

}

.process-last:before {
    display: none;
}

.process-box p {
    z-index: 9;
}

.process-step p {
    font-size: 20px;
}

.process-step h2 {
    font-size: 39px;
}

.process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid var(--shadow-color);
    border-left: 8px solid #04889800;
    border-right: 8px solid var(--shadow-color);
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

.process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid var(--shadow-color);
    border-left: 8px solid var(--shadow-color);
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
/* End Work Process */

/* Start Why Choose Me */
#whyUs .icon{
    width: 80px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#whyUs .icon:after{
    content: '';
    display: block;
    width: 78px;
    height: 63px;
    border: 1px solid var(--theme-color);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
}
#whyUs .content{
    width: calc(100% - 80px);
}
/* End Why Choose Me */

footer a{
    color: #fff;
}