@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Planar Trial Lt';
    src: url('../fonts/GTPlanarTrial-Lt.woff2') format('woff2'),
        url('../fonts/GTPlanarTrial-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Mori';
    src: url('../fonts/PPMori-Regular.woff2') format('woff2'),
        url('../fonts/PPMori-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-LightItalic.woff2') format('woff2'),
        url('../fonts/PPEiko-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Planar Trial Rg';
    src: url('../fonts/GTPlanarTrial-Rg.woff2') format('woff2'),
        url('../fonts/GTPlanarTrial-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.87);
    inset: 0px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    border: 4px solid #de4261;
    top: 50%;
    animation: 2s ease 0s infinite normal none running loader;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #de4261;
    animation: 2s ease-in 0s infinite normal none running loader-inner;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}



::-webkit-scrollbar {
    width: 0px;
}

.btn:hover i {
    color: #fff;
}

.btn:hover {
    background: #000;
}

.btn {
    background: #241214;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    gap: 15px;
    transition: 0.3s ease;
    font-weight: normal;
    font-size: 19px;
    font-family: 'GT Planar Trial Lt';
}

html {
    scroll-behavior: smooth;
}

body {
    /* padding:104px 0 0 0; */
    font-family: 'Aeonik';
    background: #fffbfb;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #001b30;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    font-family: 'Aeonik';
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

.overflow {
    /* overflow-x: hidden; */
}

img {
    max-width: 100%;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}



.center_container {
    /* width: 100%; */
    /* max-width: 1355px; */
    /* padding: 0 20px; */
    /* margin: 0 auto; */
}

p {
    color: #363636;
    font-family: 'PP Mori';
    margin: 0px;
}

.wrap {
    max-width: 1612px;
    margin: 0 auto;
    padding: 0px 20px;
}



.backgroung_color {
    background: #140101;
}

header.fixed {
    position: sticky;
    top: 0;
    background: #140101;
    padding: 20px 0px;
    z-index: 999;
    border-bottom: 1px solid #f4f4f41c;
    transition: 0.3s ease;
}

header {
    padding: 62px 0px;
    transition: 0.3s ease;
}

header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    width: 121px;
}

header .logo img {}

header .navigation {}

header .navigation ul {
    margin: 0px;
    display: flex;
    . justify-content: space-between;
    gap: 10px;
}

header .navigation ul li.vedio_nav {
    display: none;
}

header .navigation ul li {}

header .navigation ul li a {
    font-size: 17px;
    letter-spacing: -0.48px;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0px 25px;
    background: #251414;
    border-radius: 26px;
    border: 1px solid #251414;
    transition: 0.3s ease;
}

header .navigation ul li:last-child a {
    border: 1px solid #9B7777;
    background: transparent;
}

header .navigation ul li a:hover {
    border: 1px solid #9B7777;
    background: transparent;
}

header .navigation ul li:last-child:hover a {
    background: #251414;
    border: 1px solid #251414;
}

header.potfolio_header.fixed {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}

header.potfolio_header .navigation ul li a.active,
header.potfolio_header .navigation ul li a:hover {
    border: 1px solid #000;
    background: transparent;
}

header.potfolio_header .navigation ul li a {
    background: #FBF0F0;
    color: #000;
    border: 1px solid transparent;
}

.banner {}

.banner h1 {
    color: #FCDFE4;
    font-size: 235px;
    line-height: 211px;
    margin: 0px 0px 100px;
    text-align: left;
    margin: 0px;
    margin-left: -16px;
    MARGIN-TOP: 17PX;
    MARGIN-BOTTOM: 90PX;
}

.banner h1 span {
    display: block;
    text-align: left;
}

.banner h1 i {
    font-family: 'GT Planar Trial Lt';
    font-family: 'PP Eiko';
}

.banner .arrow_btn:hover {
    color: #f21c36;
}

.banner .arrow_btn:hover i {}

.banner .arrow_btn i {
    position: relative;
    width: 205px;
    display: flex;
    justify-content: end;
    transition: 0.3s ease;
}

.banner .arrow_btn i:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #f21c36;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner .arrow_btn i:after {
    content: '';
    display: block;
    background: url(../images/arrow-head.svg) no-repeat right center;
    width: 24px;
    height: 37px;
    right: 0;
}

.banner .arrow_btn:hover i {
    width: 180px;
}

.banner .arrow_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 27px;
    font-size: 36px;
    color: #B56977;
    line-height: 31px;
    letter-spacing: 0.8px;
    margin: 0px 0px 75px;
    transition: 0.3s ease;
}

.banner .arrow_btn img {}

.banner .banner_vedio {
    width: 100%;
    /* background: url(../images/banner.png); */
    /* height: 820px; */
    margin: 0px 0px 120px;
    line-height: 0;
}

.banner .vedio_project {
    display: flex;
    justify-content: space-between;
    padding-bottom: 156px;
    border-bottom: 1px solid #9B7777;
    margin: 0px 0px 156px;
}

.banner .vedio_project .imageBox {
    /* display: flex; */
    /* justify-content: space-between; */
    background: #1f0808;
    /* height: 20px; */
    width: 23%;
    opacity: 0;
}

.banner .vedio_project .content_box {
    width: 73%;
}

.banner .vedio_project .content_box p {
    font-size: 54px;
    line-height: 65px;
    color: #FCDFE4;
    letter-spacing: 0.32px;
    margin: 0px 0px 68px;
}

.banner .vedio_project .content_box .btnGroup {
    display: flex;
    gap: 15px;
}

.banner .vedio_project .content_box .btnGroup .btn:last-child {
    width: 180px;
}

.banner .vedio_project .content_box .btnGroup .btn {
    width: 174px;
}

.banner .vedio_project .content_box .btnGroup .btn i {
    color: #F21C36;
}


.OurClients {
    padding-bottom: 100px;
}

.OurClients .OurClients_inner {
    display: flex;
    /* margin: 0px 0px 200px; */
    flex-direction: column;
    border-bottom: 1px solid #9B7777;
    padding-bottom: 200px;
}

.OurClients h2 {
    color: #F21C36;
    font-size: 176px;
    line-height: 154px;
    /* width: 80%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    letter-spacing: -0.16px;
}

.OurClients h2 span {
    width: fit-content;
    text-align: right;
    width: 100%;
}

.OurClients .content_box {
    width: 50%;
    margin-left: auto;
    margin-top: 105px;
}

.OurClients .content_box p {
    font-size: 36px;
    line-height: 50px;
    color: #A88E8E;
    margin: 0px 0px 56px;
}

.OurClients .content_box .btn {
    width: 210px;
}

.OurClients .content_box .btn i {
    color: #F21C36;
}

.deadline {
    /* border-top: 1px solid #9B7777; */
    padding-bottom: 215px;
}

.deadline .imageBox {}

.deadline ul {
    /* padding: 100px 0px 0px; */
    display: flex;
    flex-direction: column;
    /* gap: 100px; */
}

.deadline ul li:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    border-bottom: 1px solid #9B7777;
}

.deadline ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 100px 0px;
}

.deadline ul li .content_box {
    width: calc(100% - 59%);
}

.deadline ul li .content_box h2 {
    font-size: 60px;
    color: #fff;
    line-height: 75px;
    letter-spacing: -0.16px;
    margin-top: -40px;
    width: fit-content;
    margin-bottom: 35px;
}

.deadline ul li .content_box h2 b {
    display: block;
    font-size: 32px;
    color: #F21C36;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: normal;
}

.deadline ul li .content_box h2 span {
    display: block;
    text-align: right;
    margin-right: -50px;
}

.deadline ul li .content_box a {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -25px;
    color: #FA4545;
    gap: 15px;
    text-transform: uppercase;
}

.deadline ul li .imageBox {
    width: 50%;
    line-height: 0;
    overflow: hidden;
    border-radius: 4px;
}

.deadline ul li .imageBox img {
    width: 100%;
    transition: 0.3s ease;
}

.deadline ul li:hover img {
    transform: scale(1.2);
}

.deadline ul li:nth-child(1) {
    padding-top: 0px;
}

.trangin {
    padding-bottom: 140px;
}

.trangin .flexBox {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 35px;
}

.trangin .flexBox h3 {
    color: #F21C36;
    font-size: 32px;
    text-transform: capitalize;
}

.trangin .flexBox .btnGroup {
    display: flex;
    gap: 15px;
}

.trangin .flexBox .btnGroup .btn:nth-child(1) {}

.trangin .flexBox .btnGroup .btn:hover {
    border: 1px solid #9B7777;
    background: transparent;
}

.trangin .flexBox .btnGroup .btn {
    width: 210px;
    background: #2E2C2B;
    border: 1px solid transparent;
}

.trangin .flexBox .btnGroup .btn i {
    color: #F21C36;
}

.trangin ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -16.5px;
    gap: 105px 0px;
    padding-bottom: 188px;
}

.trangin ul li {
    padding: 0px 16.5px;
    width: 33.33%;
}

.trangin ul li .trangin_box {}

.trangin ul li .imgPnl {
    display: block;
    line-height: 0px;
    border-radius: 10px;
    margin: 0px 0px 43px;
    overflow: hidden;
}

.trangin ul li:hover .imgPnl img {
    transform: scale(1.2);
}

.trangin ul li .imgPnl img {
    width: 100%;
    transition: 0.3s ease;
}

.trangin ul li p {
    color: #A88E8E;
    font-size: 24px;
    line-height: 37px;
}

.trangin .arrowBtn:hover {
    color: #f21c36;
}

.trangin .arrowBtn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: end;
    color: #FCDFE4;
    font-size: 48px;
    padding-top: 73px;
    border-top: 1px solid #9B7777;
    transition: 0.3s ease;
}

.trangin .arrowBtn i {
    position: relative;
    width: 205px;
    display: flex;
    justify-content: end;
    transition: 0.3s ease;
}

.trangin .arrowBtn i:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #f21c36;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.trangin .arrowBtn i:after {
    content: '';
    display: block;
    background: url(../images/arrow-head.svg) no-repeat right center;
    width: 24px;
    height: 37px;
    right: 0;
}

.trangin .arrowBtn:hover i {
    width: 180px;
}


footer {
    background: #E7DCDF;
    padding-top: 158px;
    position: relative;
}

footer .up:hover {
    transform: initial;
}

footer .up {
    width: 126px;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 40px;
    color: #000;
    font-family: 'GT Planar Trial Lt';
    text-transform: capitalize;
    transform: rotate(45deg);
    font-weight: bold;
    position: absolute;
    top: -60px;
    cursor: pointer;
    transition: 0.5s ease;
}

footer .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 140px;
}

footer .flexBox .logo {}

footer .flexBox .logo img {}

footer .flexBox ul {
    display: flex;
    gap: 40px;
}

footer .flexBox ul li {}

footer .flexBox ul li a:hover {
    color: #000;
}

footer .flexBox ul li a:hover i {
    color: #F21C36;
}

footer .flexBox ul li a {
    color: #9B7777;
    font-family: 'PP Mori';
    display: flex;
    gap: 10px;
    align-items: center;
    transition: 0.3s ease;
}

footer .flexBox ul li a i {
    color: #241214;
    transition: 0.3s ease;
}

footer .miniFootr {
    border-top: 1px solid #FAF5F5;
    padding: 100px 0px 196px;
}

footer .miniFootr .minifooter_inner {
    display: flex;
    justify-content: space-between;
}

footer .miniFootr .minifooter_inner p {
    color: #2E2C2B;
    line-height: 25px;
}

footer .miniFootr .minifooter_inner ul {
    display: flex;
    gap: 40px;
}

footer .miniFootr .minifooter_inner ul li {}

footer .miniFootr .minifooter_inner ul li a:hover {
    color: #000;
}

footer .miniFootr .minifooter_inner ul li a {
    color: #9B7777;
    font-family: 'PP Mori';
    transition: 0.3s ease;
}

footer .footer_navigation {
    background: #1e1e1e;
    padding: 10px 0px;
}

footer .footer_navigation ul {
    display: flex;
    justify-content: end;
    gap: 15px;
}

footer .footer_navigation ul li {}

footer .footer_navigation ul li:nth-child(1) a {
    width: 145px;
}

footer .footer_navigation ul li a:hover {
    background: transparent
}

footer .footer_navigation ul li a {
    height: 35px;
    display: flex;
    border: 1px solid #2E2C2B;
    background: #2E2C2B;
    width: 174px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.potfolio {
    padding: 175px 0px 165px;
}

.potfolio h2 {
    font-size: 140px;
    color: #fff;
    line-height: 131px;
    margin: 0px 0px 100px;
}

.potfolio h2 span {
    font-family: 'PP Eiko';
}

.potfolio .breadCrum {
    display: flex;
    /* gap: 32px; */
    margin-bottom: 60px;
}

.potfolio .breadCrum li:hover,
.potfolio .breadCrum li.current {
    color: #000;

}

.potfolio .breadCrum li.current {
    /* margin-right: 0px; */
}

.potfolio .breadCrum li.current:after {
    content: '';
    display: block;
    width: 19px;
    border-bottom: 1px solid #000;
    /* margin: 0px 24px; */
    position: absolute;
    right: -26px;
    transition: 0.3s ease;
}

.potfolio .breadCrum li {
    margin-right: 40px;
    font-size: 20px;
    color: #AB9A9A;
    font-family: 'PP Mori';
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    position: relative;
}

.potfolio .breadCrum li a {
    color: inherit;
}

.potfolio .potfolio_list.reverse {
    flex-direction: row-reverse;
}

.potfolio .potfolio_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    margin-bottom: 20px;
    gap: 20px 0px;
}

.potfolio .potfolio_list li.halfBox {
    /* width: 622px; */
    width: 39.5%;
}

.potfolio .potfolio_list li {
    padding: 0px 10px;
    width: 60.5%;
    cursor: pointer;
}

.potfolio .potfolio_list li .potfolio_list_inner {
    height: 100%;
}

.potfolio .potfolio_list li .imageBox {
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
    margin: 0px 0px 30px;
    margin: 0px;
    height: 100%;
}

.potfolio .potfolio_list li .imageBox img,
.potfolio .potfolio_list li .imageBox video {
    transition: 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.potfolio .potfolio_list li .imageBox:hover img {
    transform: scale(1.2);
}

.potfolio .potfolio_list li h3 {
    font-family: 'GT Planar Trial Lt';
    text-transform: capitalize;
    letter-spacing: -0.32px;
    font-family: 'GT Planar Trial Rg';
    color: #fff;
    display: none;
}

.potfolio .potfolio_list li h3 span {
    display: block;
    font-weight: normal;
    color: #5E5858;
    letter-spacing: 0px;
    margin-top: 10px;
}

.potfolio .tab-content {
    display: none;
    animation-name: fadeIn;
    transition: 0.3s ease;
    animation: fadeIn 0.3s ease-in;
}

.potfolio .newsLatter {
    margin-top: 100px;
}

.potfolio .newsLatter .newsLatter_inner {
    display: flex;
    justify-content: space-between;
}

.potfolio .newsLatter .leftbox {
    width: 39.5%;
}

.potfolio .newsLatter .contentbox {
    width: 60.5%;
}

.potfolio .newsLatter .contentbox p {
    color: #FCDFE4;
    font-size: 54px;
    font-weight: 400;
    line-height: 65px;
    text-align: left;
    font-family: 'Aeonik';
    margin-bottom: 80px;
}

.potfolio .newsLatter .contentbox .btn:hover span {
    color: #9B7777 !important;
}

.potfolio .newsLatter .contentbox .sub {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: center;
    transition: 0.3s ease;
}

.potfolio .newsLatter .contentbox .form_control {
    position: relative;
    border-bottom: 1px solid #9B7777;
    width: 100%;
}

.potfolio .newsLatter .contentbox .form_control.active label.animated {
    font-size: 11px;
    line-height: 13px;
    transform: translateY(-25px);
    color: #5E5858;
}

.potfolio .newsLatter .contentbox .form_control label.animated {
    position: absolute;
    /* 156.25% */
    left: 0;
    top: 16px;
    transition: all ease 0.2s;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* 428.571% */
    letter-spacing: 2.1px;
    font-family: 'PP Mori';
    font-size: 16px;
    color: #5E5858;
}

.potfolio .newsLatter .contentbox .form_control input[type="text"] {
    border-radius: 0px;
    border: none;
    background: transparent;
    height: 50px;
    /* padding: 0 20px; */
    outline: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    font-family: 'PP Mori';
}

.potfolio .newsLatter .contentbox .btn {
    background: transparent;
    border: none;
    min-width: 100px;
}

.potfolio .newsLatter .contentbox .btn span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F21C36;
    gap: 10px;
    font-size: 22px;
}

.potfolio .newsLatter .contentbox .btn i {}



.tab-content.current {
    display: inherit;
    /* animation-name: fadeIn; */
}

.caseStudy_banner {
    background: url(../images/casestudy/bolton.jpg) no-repeat center center;
    width: 100%;
    height: 100vh;
    margin-top: -180px;
    background-size: cover;
}

.projectInfo {
    margin: 80px 0px 130px;
}

.projectInfo .projectInfo_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projectInfo h4 {
    font-family: PP Mori;
    font-size: 96px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
    color: #000000;
}

.projectInfo h4 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.4px;
    text-align: left;
    font-family: 'GT Planar Trial Lt';
}

.projectInfo p {
    width: 44%;
    font-size: 24px;
    line-height: 35px;
    margin-right: 130px;
}


.caseStudy {
    padding: 0px 0px 160px;
}

.caseStudy .caseStudy_textBox {
    padding: 189px 0px 265px;
    display: flex;
    justify-content: space-between;
}

.caseStudy .caseStudy_textBox .imgBox {
    width: calc(100% - 60%);
}

.caseStudy .caseStudy_textBox .contentBox {
    width: 60%;
}

.caseStudy .caseStudy_textBox .contentBox p {
    font-size: 32px;
    line-height: 45px;
}

.caseStudy .caseStudy_textBox .contentBox .smallBox {}

.caseStudy .full_imageBox img {
    transition: 0.3s ease;
}

.caseStudy .full_imageBox:hover img {
    transform: scale(1.1);
}

.caseStudy .full_imageBox.mtop {
    margin-top: 43px;
}

.caseStudy .full_imageBox video {
    background-size: cover;
}

.caseStudy .full_imageBox {
    border-radius: 4px;
    overflow: hidden;
    line-height: 0px;
    margin-bottom: 43px;
}

.caseStudy .halfbox {
    display: flex;
    justify-content: space-between;
}

.caseStudy .halfbox li {
    overflow: hidden;
    border-radius: 4px;
    line-height: 0px;
    width: 49%;
}

.caseStudy .halfbox .halfbox_Inner {}

.caseStudy .halfbox li:hover img {
    transform: scale(1.1);
}

.caseStudy .halfbox li img {
    transition: 0.3s ease;
    width: 100%;
}

.caseStudy .next_porject {}

.caseStudy .flexBox {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #9B7777;
    margin-top: 130px;
    padding: 130px 0px 60px;
    align-items: end;
}

.caseStudy .next_porject .flexBox h3 {
    text-transform: capitalize;
    font-family: 'GT Planar Trial Rg';
    font-size: 24px;
    line-height: normal;
}

.caseStudy .next_porject .flexBox h3 span {
    display: block;
    color: #F21C36;
    font-family: 'GT Planar Trial Lt';
    font-size: 16px;
    margin-bottom: 15px;
}

.caseStudy .next_porject .flexBox .btnGroup {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.caseStudy .next_porject .flexBox .btnGroup .btn:hover i {
    color: #000;
}

.caseStudy .next_porject .flexBox .btnGroup .btn:hover {
    color: #F21C36;
}

.caseStudy .next_porject .flexBox .btnGroup .btn {
    width: 174px;
    background: #F5F3F3;
    color: #000;
}

.caseStudy .next_porject .flexBox .btnGroup .btn i {
    color: #F21C36;
}

.caseStudy .next_porject .flexBox .btnGroup .btn:nth-child(2) {
    background: #fff;
}


.about_content {
    padding-top: 245px;
}

.about_content h2 {
    color: #F21C36;
    font-size: 145px;
    line-height: 139px;
}

.about_content h2 span {
    display: block;
    margin-left: auto;
    width: fit-content;
}

.about_content .about_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 156px 0px 0px;
}

.about_content .about_inner .content {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 73px;
}

.about_content .about_inner span {
    height: 100%;
    position: sticky;
    top: 160px;
    width: 25%;
}

.about_content .about_inner p {
    font-size: 54px;
    line-height: 65px;
    color: #AE9B9B;
    letter-spacing: 0.32px;
}

.about_content .about_inner p.font_color {
    color: #FCDFE4;
}

.about_content .about_inner .btn {
    width: 174px;
}

.about_content .about_inner .btn i {
    color: #F21C36;
}

.services {
    background: #FFF6F3;
    margin-top: 225px;
    padding: 140px 0px 110px;
}

.services h5.border_none {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 82px;
}

.services h5 {
    color: #F21C36;
    text-transform: capitalize;
    font-family: 'GT Planar Trial Rg';
    font-size: 24px;
    letter-spacing: -0.32px;
    border-bottom: 1px solid #9B7777;
    padding-bottom: 58px;
    margin-bottom: 88px;
}

.services h2 {
    font-size: 145px;
    color: #140101;
    line-height: 140px;
}

.services h2 span {
    display: block;
    width: fit-content;
    margin-left: auto;
}

.services .services_inner {
    display: flex;
    justify-content: space-between;
    margin: 165px 0px 85px;
    border-bottom: 1px solid #9B7777;
    padding-bottom: 165px;
}

.services .services_inner .left {
    width: calc(100% - 768px);
    height: 100%;
    position: sticky;
    top: 160px;

}

.services .services_inner .left p {
    line-height: 25px !important;
    margin-bottom: 53px;
    font-size: 16px !important;
}

.services .services_inner .left a:hover {
    color: #140101;
}

.services .services_inner .left a {
    color: #FA4545;
    display: flex;
    align-items: center;
    gap: 13px;
    text-transform: uppercase;
    font-family: 'GT Planar Trial Lt';
}

.services .services_inner .left a i {}

.services .services_inner .right {
    width: 768px;
}

.services .services_inner .right .faq_inner {}

.services .services_inner .right .faq_inner ul {
    border-top: 1px solid #9B7777;
}

.services .services_inner .right .faq_inner ul li {
    border-bottom: 1px solid #9B7777;
}

.services .services_inner .right .faq_inner ul li .faq_content {
    display: none;
    margin: -71px 0 0 0;
    padding: 0 0 0 280px;
}

.services .services_inner .right .faq_inner ul li h3 {
    color: #FA4545;
    font-size: 36px;
    text-transform: capitalize;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.services .services_inner .right .faq_inner ul li h3:after {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background: #7A6767;
    position: absolute;
    right: 0px;
}

.services .services_inner .right .faq_inner ul li h3:before {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background: #7A6767;
    position: absolute;
    right: 0px;
    transition: 0.3s ease;
    transform: rotate(90deg);
}

.services .services_inner .right .faq_inner ul li h3.active {
    /* border-color: #FA4545; */
}

.services .services_inner .right .faq_inner ul li h3.active:after {
    /* content:''; */
    /* display:block; */
    background: #FA4545;
}

.services .services_inner .right .faq_inner ul li h3.active:before {
    content: '';
    display: block;
    transform: rotate(0deg);
    background: #FA4545;
}

.services .services_inner .right .faq_inner ul li a:hover {
    color: #7A6767
}

.services .services_inner .right .faq_inner ul li a {
    margin-bottom: 110px;
    display: flex;
    align-items: center;
    color: #FA4545;
    text-transform: uppercase;
    gap: 13px;
    text-transform: uppercase;
    font-family: 'GT Planar Trial Lt';
}

.services .services_inner .right .faq_inner ul li a i {}

.services .services_inner .right .faq_inner ul li .faq_content p {
    line-height: 25px;
    margin-bottom: 30px;
}

.services .services_inner .right .faq_inner ul li .faq_content ol {
    margin-bottom: 50px;
}

.services .services_inner .right .faq_inner ul li .faq_content ol li:before {
    content: '';
    display: block;
    background: #5E5858;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.services .services_inner .right .faq_inner ul li .faq_content ol li {
    border: none;
    list-style: none;
    padding: 0px;
    color: #5E5858;
    font-family: 'PP Mori';
    font-size: 18px;
    line-height: 38px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.services .services_inner .right .team {}

.services .services_inner .right .team ul {
    border-top: 1px solid #9B7777;
}

.services .services_inner .right .team li {
    display: flex;
    justify-content: space-between;
    padding: 35px 0px;
    border-bottom: 1px solid #9B7777;
    align-items: center;
}

.services .services_inner .right .team li span {
    width: 45px;
    height: 45px;
    background: #FCDFE4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}

.services .services_inner .right .team li h6 {
    color: #FA4545;
    text-align: left;
    font-size: 36px;
    font-family: 'PP Mori';
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 30px;
}

.services .services_inner .right .team li b {
    font-family: 'PP Mori';
    font-weight: normal;
    color: #7A6767;
    font-size: 20px;
}

.services h2.big {
    cursor: pointer;
}

.services h2.big img.arrow {
    margin-left: auto;
    display: block;
    margin-top: 123px;
}

.services h2.big .heart img {
    animation: pulse 1.5s infinite alternate ease-in-out;
    transition: 0.3s ease;
}

@keyframes pulse {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}


.contact {
    padding: 123px 0px 221px;
}

.contact .contact_inner {
    display: flex;
    justify-content: space-between;
}

.contact .info {
    width: 43%;
}

.contact .info h2 {
    color: #F21C36;
    font-size: 131px;
    line-height: 124px;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact .info h2 span {
    display: block;
    margin-left: auto;
}

.contact .info h2 span.left {
    margin-left: 0;
}

.contact .info p {
    color: #fff;
    width: fit-content;
    margin-left: auto;
    line-height: 25px;
    margin-top: 64px;
    margin-right: 50px;
}

.contact .enquiry {
    width: 679px;
}

.contact .enquiry .form_row .sub.fl {
    margin-bottom: 80px;
}

.contact .enquiry .form_row .sub {
    margin-bottom: 30px;
}

.contact .enquiry .form_row .sub .form_control {
    position: relative;
    border-bottom: 1px solid #9B7777;
}
.upload-file input {
    display: none;
}
.sub.fl .upload-file span {
    display: inline-block;
    margin-left: 10px;
}
.label-btn {
    cursor: pointer;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
    font-family: 'PP Mori';
    font-size: 24px;
    color: #9F5F5F;
    padding: 15px 20px;
    border-radius: 100px;
    border: 1px solid #9B7777;
    display: inline-block;
    text-align: center;
}


.contact .enquiry .form_row .sub.fl .form_control label.animated {}

.contact .enquiry .form_row .sub .form_control label.animated {
    position: absolute;
    /* 156.25% */
    cursor: text;
    left: 0;
    top: 24px;
    transition: all ease 0.2s;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* 428.571% */
    letter-spacing: 2.1px;
    font-family: 'PP Mori';
    font-size: 24px;
    color: #9F5F5F;
}

.contact .enquiry .form_row .sub .form_control.active label.animated {
    font-size: 11px;
    line-height: 13px;
    transform: translateY(-25px);
    letter-spacing: 0;
    color: #9F5F5F;
}

.contact .enquiry .form_row .sub .form_control input[type="text"] {
    border-radius: 0px;
    border: none;
    background: transparent;
    height: 70px;
    /* padding:0 20px; */
    outline: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    font-family: 'PP Mori';
}

.contact .enquiry .form_row .sub .form_control input[type="text"]:placeholder {
    color: #A6A3A6;
}

.contact .enquiry .form_row .sub .form_control input[type="text"]:focus {}

label.error {
    color: #f21c36
}

.contact .enquiry .form_row .sub .form_control textarea {
    border-radius: 0px;
    border: none;
    background: transparent;
    /* height: 100px; */
    /* padding: 20px 20px 0px 0px; */
    outline: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    resize: none;
    text-indent: 0;
    padding-bottom: 10px;
    height: 80px;
    padding-top: 20px;
    font-family: 'PP Mori';
}

.contact .enquiry .btn {
    border: none;
    background: transparent;
    width: 100%;
    cursor: pointer;
}

.contact .enquiry .btn span {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: 'Aeonik';
    font-size: 31px;
    letter-spacing: 0.32px;
    justify-content: space-between;
}

.contact .enquiry .btn span i {
    position: relative;
    width: 205px;
    display: flex;
    justify-content: end;
    transition: 0.3s ease;
}

.contact .enquiry .btn span i:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #f21c36;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact .enquiry .btn span i:after {
    content: '';
    display: block;
    background: url(../images/arrow-head.svg) no-repeat right center;
    width: 24px;
    height: 37px;
    right: 0;
}

.contact .enquiry .btn span:hover i {
    width: 180px;
}

.contact .enquiry .btn:hover {
    color: #f21c36;
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.contact .enquiry .form_row .sub .form_control input#fileToUpload {
    border-radius: 0px;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    text-indent: 0;
    padding-bottom: 10px;
    height: 80px;
    padding-top: 20px;
    font-family: 'PP Mori';
    opacity: 0;
}

.sub.fl span {
    color: #fff;
    font-family: 'Aeonik';
    font-size: 20px;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
    display: block;
}

.contact .enquiry .form_row .sub .form_control.active input#fileToUpload {
    height: auto;
    padding: 0;
}

