/* body,
html {
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
} */
/*@font-face {*/
/*    font-family: 'Poppin';*/
/*    src: url('../fonts/TTFirsNeue-Medium.woff2') format('woff2'), url('../fonts/TTFirsNeue-Medium.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppin';*/
/*    src: url('../fonts/TTFirsNeue-Bold.woff2') format('woff2'), url('../fonts/TTFirsNeue-Bold.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppin';*/
/*    src: url('../fonts/TTFirsNeue-Regular.woff2') format('woff2'), url('../fonts/TTFirsNeue-Regular.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Poppin';*/
/*    src: url('../fonts/TTFirsNeue-DemiBold.woff2') format('woff2'), url('../fonts/TTFirsNeue-DemiBold.woff2') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/


.navbar .nav-item .nav-link {
    color: #726C5C;
    border-bottom: 2px solid transparent;
    transition: 0.5s ease; 
    font-family: 'Poppin', Arial, sans-serif !important;
    padding-bottom: 0px;
}

.navbar .nav-item .nav-link:hover {
    border-bottom: 2px solid #FFBE1A;
    color: #FFAF13;
}

.navbar .container .nav-item .active {
    border-bottom: 2px solid #FFBE1A;
    color: #FFAF13;
}

.navbar .btn-quote {
    border: 1px solid #FFBE1A;
    color: #FFBE1A;
    background-color: transparent;
    padding: 6px 20px;
    border-radius: 5px;
    transition: 0.5s ease;
}

.navbar .btn-quote:hover {
    border: 1px solid #FFBE1A;
    color: #FFBE1A;
    background-color: #FFF8E5;
    padding: 6px 20px;
    border-radius: 5px;
}

.navbar .btn-quote:active {
    background-color: #FFBE1A;
    color: white;
    padding: 6px 20px;
    border-radius: 5px;
}

h1 {
    font-family: 'Poppin', Arial, sans-serif !important;
    font-size: 3rem;
    color: #423F36;
    /*new*/
    font-family: 'circular';
    font-weight: bold;";
}

h2 {
    font-family: 'Poppin', Arial, sans-serif !important;
    font-size: 2.8rem;
    color: #423F36;
    font-weight: bold;
    font-family: 'circular';

}

h3 {
    font-family: 'Poppin', Arial, sans-serif !important;
    font-family: 'circular';

}

.color-gray {
    color: #423F36;
}

.shadow-color {
    color: #B8B3A4;
}

h5 {
    font-family: 'Poppin', Arial, sans-serif !important;
    font-family: 'circular';

}

p {
    color: #726C5C;
    font-family: 'Poppin', Arial, sans-serif !important;
    font-size: 0.9rem;
    font-family: 'circular';

}

.detail-color {
    color: #726C5C;
    font-size: 1.1rem;
}


.bg-img .pencile {
    position: absolute;
    top: 37%;
    left: 23%;
}

.about-pencile {
    position: absolute;
    top: 35%;
    left: 17%;
}

.yellow-color {
    color: #FFBE1A;
}

.btn-hire {
    background-color: #39E08C;
    font-family: 'Poppin', Arial, sans-serif !important;
    padding: 9px 20px;
    box-shadow: 0px 32px 34px rgba(38, 30, 6, 0.15);
}

.btn-hire:hover {
    background-color: #1FC673;
    font-family: 'Poppin', Arial, sans-serif !important;
    padding: 9px 20px;
    box-shadow: none;
}

.btn-hire:active {
    background-color: #189A59;
    font-family: 'Poppin', Arial, sans-serif !important;
    padding: 9px 20px;
    box-shadow: none;
}

/* ================ PATH ================ */
#circle img {
    position: absolute;
    top: 40%;
    left: 493px;
    z-index: -1;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

#circle-1 .imag {
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

#circle-2 img {
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

/* =================================== SLIDER ===================================== */
.slider {
    width: 100%;
    margin: 40px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

/* ======= ABOUT =========== */
#about h5 {
    transform: rotate(-15deg);
}

.line {
    border-bottom: 2px solid #FFBE1A;
    margin-top: 10px;
}

/* ======================== SERVICES ==================== */
#service {
    background-color: #E9FCF2;
    margin-top: 6rem;
}

#service h3 {
    font-family: 'Poppin', Arial, sans-serif !important;
    font-size: 2.2rem;
    font-weight: bold;
    color: #423F36;
}

#service h5 {
    transform: rotate(-15deg);
}

#service .bodr:hover h3 {
    color: #726C5C;
}

.bodr {
    border-top: 2px solid #423F36;
    cursor: pointer;
}

#service .btn-dev {
    background-color: #39E08C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    transition: .5s ease;
}

#service .bodr:hover .btn-dev {
    display: block;
    transition: .5s ease;

}

#service .btn-serivce {
    background-color: #39E08C;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    left: 98px;
}

#service .btn-serivce:hover {
    background-color: #1FC673;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    left: 98px;
}

#service .btn-serivce:active {
    background-color: #189A59;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    left: 98px;
}

/* =================================== PROJECT ========================================== */
#project h5 {
    transform: rotate(-15deg);
}

#project h6 {
    color: #726C5C;
}

.pro-img {
    transition: .5s ease;
}

.pro-img .img {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.pro-img .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pro-img:hover {
    background-color: black;
}

.pro-img:hover .img {
    opacity: 0.3;
}

.pro-img:hover .middle {
    opacity: 1;
}

.pro-img .btn-project {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 36px 9px;
    border-radius: 50%;
    font-family: 'Poppin', Arial, sans-serif !important; 
    font-size: 0.8rem;
}

#project .btn-projects {
    background-color: #39E08C;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 36px;
    right: 50px;
}

#project .btn-projects:hover {
    background-color: #1FC673;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 36px;
    right: 50px;
}

#project .btn-projects:active {
    background-color: #189A59;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 36px;
    right: 50px;
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/* ====================================== CLIENT SECTION ===================================== */
#client h5 {
    transform: rotate(-15deg);
}

#client {
    background-color: #FFF8E5;
}

#client h6 {
    font-family: 'Poppin', Arial, sans-serif !important;
}

#client .client-card {
    box-shadow: 0px 0px 80px rgba(214, 211, 202, 0.2);
    border-radius: 0px 50px 0px 50px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFBE1A;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/* ======================================== CONTACT ========================================== */
#contact h5 {
    transform: rotate(-15deg);
}


.feature3 {
    position: relative;
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: 1px solid #D6D3CA;
    border-radius: 5px;
}

.feature3 .check-box2 {
    width: 100%;
    height: 100%;
}

#contact .feature3 .check-box2 .color-1 {
    padding: 14px;
    color: #D6D3CA;
    font-family: 'Poppin', Arial, sans-serif !important;
}

.gray-color {
    color: #D6D3CA;
    font-family: 'Poppin', Arial, sans-serif !important;
    font-size: 1.1rem;
}

.color-1:focus {
    padding: 14px;
    color: white;
    font-family: 'Poppin', Arial, sans-serif !important;
}

.feature3 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    opacity: 0;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #FFAF13;
}

input[type=checkbox]:checked~.check-box2 h6 {
    background-color: #FFAF13;
    color: white !important;
}

#contact .tab-btn:focus {
    background-color: #FFAF13;
    color: white;
    border-radius: 5px;
    box-shadow: none;
    height: 48px;
    width: 100%;
}

#contact .tab-btn {
    background-color: transparent;
    border: 1px solid #D6D3CA;
    border-radius: 5px;
    height: 48px;
    width: 100%;
    color: #D6D3CA;
    font-family: 'Poppin', Arial, sans-serif !important;
}

#form .form-control {
    border-bottom: 2px solid #D6D3CA;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

#form .form-control:focus {
    border-bottom: 2px solid #FFAF13;
    box-shadow: none;
}

#form .form-control::placeholder {
    color: #D6D3CA;
    font-family: 'Poppin', Arial, sans-serif !important;
}

#contact .project {
    color: #D6D3CA;
    font-size: 0.9rem;
}

.btn-request {
    background-color: #39E08C;
    padding: 9px 30px;
    font-family: 'Poppin', Arial, sans-serif !important;
    box-shadow: 0px 32px 34px rgba(38, 30, 6, 0.15);
}

.btn-request:hover {
    background-color: #1FC673;
    padding: 9px 30px;
    font-family: 'Poppin', Arial, sans-serif !important;
    box-shadow: none;
}

.btn-request:active {
    background-color: #189A59;
    padding: 9px 30px;
    font-family: 'Poppin', Arial, sans-serif !important;
}

h6 {
    font-family: 'Poppin', Arial, sans-serif !important;
}

#contact a #b {
    display: none;
   
}

#contact a:hover #b {
    display: inline;
}

#contact a:hover #a {
    display: none;
}



/* ============================ FOOTER ========================== */
#footer .size-1 {
    font-size: 0.9rem;
    font-family: 'Poppin', Arial, sans-serif !important;
    color: #726C5C;
}

#footer {
    border-bottom: 5px solid #FFAF13;
}

#footer .yellow-color {
    color: #FFAF13;
}

/* =========================================== ABOUT US PAGE ============================== */
.about-bg {
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: 100% 100% !important;
    background-size: contain;
}

/* ================================ SERVICES PAGE -========================== */
.accordion .card .card-header {
    background: transparent;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
    margin-bottom: -2px;
}

.material-icons {
    background-color: #595959;
    border-radius: 50px;
}

.accordion .card-header .btn {
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
    color: #423F36;

}

.accordion .card-header i {
    float: right;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    background-color: #423F36;
    border-radius: 50px;
    color: white;
    padding: 3px;
}

.card-seo {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.accordion .card-header button:hover {
    color: #23384e;
}

.accordion>.card:not(:last-of-type) {

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .highlight {
    color: #595959;
}

.colaspe-card {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid #423F36;
    background-color: transparent;
    border-radius: 0px;
}

/* ===================================== CONTACT PAGE ============================== */
.blue-color {
    color: #23B6F6;
}

.contact-img img {
    position: absolute;
    left: 189px;
    top: -23px;
}

#contact h2 {
    font-family: 'Poppin', Arial, sans-serif !important;
    font-weight: normal;
}

/* Wobble Horizontal */
/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#contact .hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#contact .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#contact h4 {
    font-family: 'Poppin', Arial, sans-serif !important;
    font-size: 1.3rem;
}

/* ============================================== PORTFOLIO ============================ */
.portfolio-pencile {
    position: absolute;
    top: 44px;
    right: 162px;
}

#project .btn-tab {
    color: #D6D3CA;
    padding: 8px 22px;
    border: 1px solid #D6D3CA;
    font-family: 'Poppin', Arial, sans-serif !important;
}

#project .btn-tab:hover {
    padding: 8px 22px;
    font-family: 'Poppin', Arial, sans-serif !important;
    box-shadow: 0px 32px 34px rgba(38, 30, 6, 0.15);
}

#project .active-tab {
    background-color: #FFAF13;
    font-family: 'Poppin', Arial, sans-serif !important;
    border: none;
    color: white;
    box-shadow: 0px 32px 34px rgba(38, 30, 6, 0.15);
}

/* =================================== BLOG PAGE =============================== */
.read-color {
    color: #726C5C;
    font-family: 'Poppin', Arial, sans-serif !important;
}

.blog-card {
    background-color: #FAF9F8;
    border-radius: 10px;
}

/* =============================== DETAIL PAGE ============================= */
#detail h3 {
    font-size: 2.5rem;
    color: #423F36;
}

#detail h4 {
    font-family: 'Poppin', Arial, sans-serif !important;
}

.card-bg {
    background-color: #FFF8E5;
}

.red-color {
    color: #FFBE1A;
}

/* ====================================== MEDIA CUREY ===================================== */
@media (max-width: 780px) {
    #circle img {
        position: absolute;
        top: 35%;
        left: 285px;
        z-index: -1;
    }


    #project .btn-projects {
        background-color: #39E08C;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        right: 151px;
    }

    #service h3 {
        font-size: 1.3rem;
    }

    .bg-img .pencile {
        position: absolute;
        top: 37%;
        left: 22%;
    }

    .portfolio-pencile {
        position: absolute;
        top: 43px;
        right: 140px;
    }

    #service h3 {
        font-size: 1.3rem;
    }

    .about-pencile {
        position: absolute;
        top: 35%;
        left: 15%;
    }

    .tag-img {
        display: none;
    }

    .contact-img img {
        position: absolute;
        left: 219px;
        top: -23px;
    }
}

@media (max-width: 440px) {
    .bg-img .pencile {
        position: absolute;
        top: 30%;
        left: 54%;
        width: 45%;

    }
}

@media (max-width: 400px) {
    #circle img {
        position: absolute;
        top: 45%;
        left: 143px;
        z-index: -1;
        width: 22%;
    }

    .bg-img .pencile {
        position: absolute;
        top: 27%;
        left: 54%;
        width: 46%;
    }

    #service .btn-serivce {
        background-color: #39E08C;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        bottom: 35px;
        left: 166px;
    }
    .about-pencile {
        position: absolute;
        top: 37%;
        left: 8%;
    }
    .portfolio-pencile {
        position: absolute;
        top: 101px;
        right: 89px;
    }

    #project .btn-projects {
        background-color: #39E08C;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        right: 156px;
    }

    .contact-img img {
        display: none;
    }

    .accordion h3 {
        font-size: 1.2rem;
    }

    .accordion h6 {
        font-size: 0.9rem;
    }

    .tag-img {
        display: none;
    }
  h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 370px) {
    #circle img {
        position: absolute;
        top: 46%;
        left: 137px;
        z-index: -1;
        width: 22%;
    }

    .portfolio-pencile {
        position: absolute;
        top: 46px;
        right: 6px;
        width: 44%;
    }


    #service .btn-serivce {
        background-color: #39E08C;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        bottom: 35px !important;
        left: 159px !important;
    }

    #project .btn-projects {
        background-color: #39E08C;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        right: 151px;
    }

    h1 {
        font-size: 2.5rem;
    }

    .about-pencile {
        position: absolute;
        top: 35%;
        left: 12%;
        width: 77%;
    }

    h2 br {
        display: none;
    }

    h5 br {
        display: none;
    }

    .bg-img .pencile {
        position: absolute;
        top: 39%;
        left: 3%;
        width: 53%;
    }

}


input#exampleFormControlFile1 {
    display: inline-block;
    width: 100%;
    padding: 60px 0 0 0;
    height: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/upload.svg) center center no-repeat;
}

.carousel-item {
    background-image: none !important;
    filter: none !important;
}

.flip-card {
    width: 339px;
    height: 339px;
    border: 2px dotted #FFBE1A;
    z-index: 1000;
    transform: rotate(45deg);
    margin-left: 4rem;
    margin-top: 6rem;
    border-radius: 8px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    animation: kew 10s infinite;
    animation-delay: 1s;
    background-color: #54C6F8;
    z-index: -1;
    border-radius: 8px;
}

.flip-card .text {
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    left: 40%;
}

.under-text {
    margin-left: -33px;
    margin-top: 4px;
}

@keyframes kew {
    0% {
        left: 0%;
        bottom: 0%;
    }

    33% {
        transform: rotate(90deg);
        left: 100%;
        bottom: 100%;
    }

    66% {
        transform: rotateZ(180deg);
        left: 200%;
        bottom: 200%;

    }

    100% {
        transform: rotateZ(270deg);
        left: 300%;
        bottom: 300%;


    }
}

.margin-l {
    margin-left: 8.4rem;
}



@media only screen and (max-width: 2700px) and (min-width: 2500px) {
    .flip-card {
        width: 209px;
        height: 209px;
        border: 2px dotted #FFBE1A;
        z-index: 1000;
        transform: rotate(45deg);
        margin-left: 50rem;
        margin-top: 6rem;
        border-radius: 8px;
    }

    .margin-l {
        margin-left: 5.1rem;
    }

    .under-text {
        margin-left: -33px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 2100px) and (min-width: 2400px) {
    .flip-card {
        width: 109px;
        height: 109px;
        border: 2px dotted #FFBE1A;
        z-index: 1000;
        transform: rotate(45deg);
        margin-left: 120rem;
        margin-top: 6rem;
        border-radius: 8px;
    }

    .margin-l {
        margin-left: 5.1rem;
    }

    .under-text {
        margin-left: -33px;
        margin-top: 4px;
    }
}

@media (max-width: 1900px) {
    .flip-card {
        width: 209px;
        height: 209px;
        border: 2px dotted #FFBE1A;
        z-index: 1000;
        transform: rotate(45deg);
        margin-left: 20rem;
        margin-top: 6rem;
        border-radius: 8px;
    }

    .margin-l {
        margin-left: 5.1rem;
    }

    .under-text {
        margin-left: -33px;
        margin-top: 4px;
    }
}




@media (max-width: 1600px) {
    .flip-card {
        width: 209px;
        height: 209px;
        border: 2px dotted #FFBE1A;
        z-index: 1000;
        transform: rotate(45deg);
        margin-left: 6rem;
        margin-top: 6rem;
        border-radius: 8px;
    }

    .margin-l {
        margin-left: 5.1rem;
    }

    .under-text {
        margin-left: -33px;
        margin-top: 4px;
    }
}

@media (max-width: 1200px) {
    .flip-card {
        width: 170px;
        height: 170px;
        border: 2px dotted #FFBE1A;
        z-index: 1000;
        transform: rotate(45deg);
        margin-left: 4rem;
        margin-top: 6rem;
        border-radius: 8px;
    }

    .margin-l {
        margin-left: 4rem;
    }

    .under-text {
        margin-left: -33px;
        margin-top: 4px;
    }

    .flip-card .text {
        transform: rotate(-45deg);
        position: absolute;
        top: 45%;
        left: 37%;

    }
}


@media (max-width: 800px) {
    .flip-card {
        width: 125px;
        height: 125px;
        border: 2px dotted #FFBE1A;
        z-index: 1000;
        transform: rotate(45deg);
        margin-left: 4rem;
        margin-top: 6rem;
        border-radius: 8px;
    }

    .margin-l {
        margin-left: 2.9rem;
    }

    .flip-card .text {
        transform: rotate(-45deg);
        position: absolute;
        top: 45%;
        left: 14%;
        bottom: 92px;
        right: 41px;
    }

    .under-text {
        margin-left: -17px;
        margin-top: 10px;
    }

}

@media (max-width: 700px) {
    .flip-card {
        width: 68px;
        height: 68px;
        border: 2px dotted #FFBE1A;
        z-index: 1000;
        transform: rotate(45deg);
        margin-left: 1.6rem;
        margin-top: 6rem;
        border-radius: 8px;

    }

    .flip-card .text {
        transform: rotate(-45deg);
        position: absolute;
        top: 40%;
        left: -1%;
        bottom: 92px;
        right: 8px;
        font-size: 0.7rem;
    }

    .under-text {
        margin-left: -4px;
        margin-top: 3px;
    }

    .margin-l {
        margin-left: 1.2rem;
    }
    @keyframes kew {
        0% {
            left: 0%;
            bottom: 0%;
        }

        33% {
            transform: rotate(90deg);
            left: 100%;
            bottom: 95%;
        }

        66% {
            transform: rotateZ(180deg);
            left: 196%;
            bottom: 197%;
        }

        100% {
            transform: rotateZ(270deg);
            left: 290%;
            bottom: 290%;
        }

    }
}

.img-client {
    filter: none;
    -webkit-filter: grayscale(1);
    transition: all .6s ease-in-out;
}

.img-client:hover {
    filter: gray;
    -webkit-filter: grayscale(0);
    transform: scale(1.01);
}