﻿:root {
    --main-color: #E34F61;
    /* --secondary-color: #111319;*/
    --secondary-color: #4a4b4d;
}

body {
    background-color: var(--secondary-color);
    max-width: 100%;
    overflow-x: hidden;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/*Start Fonts*/
@font-face {
    font-family: 'Gisellia';
    src: url("../fonts/Gisellia\ Signature\ demo.otf");
}

@font-face {
    font-family: 'Ogilvy Sans Bold';
    src: url("../fonts/OgilvySans-Bold.otf");
}

@font-face {
    font-family: 'Ogilvy Sans Light';
    src: url("../fonts/OgilvySans-Light.otf");
}

@font-face {
    font-family: 'Ogilvy Sans Regular';
    src: url("../fonts/OgilvySans-Regular.otf");
}

@font-face {
    font-family: 'Ogilvy Sans Bold Italic';
    src: url("../fonts/OgilvySans-BoldItalic.otf");
}

@font-face {
    font-family: 'Ogilvy Sans Light Italic';
    src: url("../fonts/OgilvySans-LightItalic.otf");
}

@font-face {
    font-family: 'Ogilvy Sans Regular Italic';
    src: url("../fonts/OgilvySans-RegularItalic.otf");
}


@font-face {
    font-family: 'DelaGothicOne-Regular';
    src: url('../fonts/DelaGothicOne-Regular Secondary typo For tittles.ttf') format('truetype');
}
@font-face {
    font-family: 'Switzer-Bold';
    src: url('../fonts/switzer/WEB/fonts/Switzer-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Switzer-Light';
    src: url('../fonts/switzer/WEB/fonts/Switzer-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Switzer-Regular';
    src: url('../fonts/switzer/WEB/fonts/Switzer-Regular.ttf') format('truetype');
}
/*End Fonts*/

.slider {
    width: 100%;
}
.slider .slider-image {
        width: 600px;
        height: auto;
}
.client1Gallery {
    width: 100%;
}

    .client1Gallery .slider-image {
        width: 600px;
        height: auto;
    }
.slick-prev, .slick-next {
    display: none !important;
}

.m-sections {
    margin-top: 80px;
}
.all-project-btn-div {
    /*background: #fff;*/
    background: var(--secondary-color);
    text-align: center;
    padding: 40px 0px;
}
.btn-all-projects {
    border: none;
    border-radius: 5px;
    padding: 10px 70px;
    font-family: "Switzer-Regular";
    background: white;
    color: var(--secondary-color);
    font-size: 20px;
}
.main-para {
    color: #FFF;
/*    font-family: "Ogilvy Sans Light";*/   
    font-family: "Switzer-Light";
    font-size: 19px;
    font-style: normal;
    max-width: 80%;
}

/*Start Navbar Style*/

.navbar-collapse {
    flex-grow: 0;
}

.nav-bar {
    padding-top: 35px;
    position: fixed;
    background: var(--secondary-color);
    top: -40px;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    transition: .4s ease-in-out;
}

.portfolio-container {
    height:100% !important;
}

.new-nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    box-shadow: 0px 3px 19px -12px;
    margin-top: -40px;
    background: var(--secondary-color);
    z-index: 2;
    transition: .4s ease-in-out;
}

.navbar-brand svg {
/*    width: 220px;*/
      width:150px;
}

.nav-link {
    color: #fff;
    /*font-family: 'Ogilvy Sans Light';*/
    font-family: "Switzer-Regular";
    margin-right: 28px;
    text-transform: uppercase;
    transition: .4s ease-in-out;
    font-weight: 300;
}
.active-link {
/*    font-family: "Ogilvy Sans Bold";*/
    font-family: 'Switzer-Bold';
    color: var(--main-color);
}

.nav-link:hover {
    color: var(--main-color);
}

.navbar-toggler {
    border: 2px solid var(--main-color) !important;
    padding: 10px 12px;
}

.navbar-toggler-icon {
    background: url(../NewImages/Vectors/icons8-menu-bar.svg) no-repeat center !important;
}

@media (max-width: 1200px) {
    .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .nav-link {
        margin-right: unset;
        margin-left: 20px;
    }

    .nav-link:hover {
        padding-left: 10px;
    }

    .navbar-nav {
        backdrop-filter: blur(3px);
    }
}

/*End Navbar Style*/

/* Start Hero Style */
.hero {
    overflow: hidden;
}

.header-content {
    padding-top: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#lineslhero {
    position: absolute;
    left: -80px;
    bottom: 85px;
}
#lighthero {
    position: absolute;
    right: -217px;
    top: 195px;
    width: 37%;
}

.header-content h1 {
    color: #FFF;
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "Switzer-Light";
    font-size: 140px;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
}

    .header-content h1 span {
        color: var(--main-color);
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
        font-size: 140px;
        font-style: normal;
        text-transform: uppercase;
    }

    .header-content h1 #st {
        color: #FFF;
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
        font-size: 140px;
        text-transform: uppercase;
    }

.header-bar {
    background: var(--main-color);
    padding: 30px 0;
}
.header-bar2 {
    padding: 30px 0;
}
.words {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.words img {
    width: 100%;
}
.word-img {
    display: flex;
    justify-content: center;
}
.word-img img {
    width: 120px;
    display: none;
}
#imgactive {
    display: block;
}
#mobile-loop {
    display: none;
    width: 41%;
}
@media (max-width: 992px) {
    #loop {
        display: none;
    }

    #mobile-loop {
        display: block;
    }
}
@media (max-width: 767px) {
    .header-content h1 {
        font-size: 80px;
    }

    .header-content h1 span {
        font-size: 80px;
    }

    .header-content h1 #st {
        font-size: 80px;
    }
}

@media (max-width: 576px) {
    .header-content h1 {
        font-size: 71px;
    }
    .header-content h1 span {
        font-size: 71px;
    }
    .header-content h1 #st {
        font-size: 71px;
    }
    .word-img img {
        width: 100px;
    }
}

@media (max-width: 400px) {
    .header-content h1 {
        font-size: 50px;
    }

    .header-content h1 span {
        font-size: 50px;
    }

    .header-content h1 #st {
        font-size: 50px;
    }
}
/* End Hero Style */
/* Start Works Style */
.works-container {
    overflow: hidden;
}

.works {
    /*background: #fff;*/
    background: var(--secondary-color);
    margin-top: 80px;
    padding: 0;
    position: relative;
    display: flex;
}

.works-img {
    width: 33%;
    position: relative;
    cursor: pointer;
}

.works-img img {
    margin: 5px;
    width: 100%;

}
.services-item {
    position: relative;
    cursor: pointer;
    padding-bottom:10px;
}
.services-container .services-item img {
    margin: 5px;
    width: 100%;
}


.workslist {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    /*    flex-wrap: wrap;*/
}

    .workslist li {
        text-decoration: none;
        text-transform: uppercase;
        color: #A4A4A4 !important;
/*        font-family: 'Ogilvy Sans Light';*/
        font-family: "Switzer-Light";
        font-size: 16px;
        font-style: normal;
        letter-spacing: 1px;
        cursor: pointer;
        transition: .3s ease-in-out;
        padding: 10px 30px;
    }

.workslist-Button {
    text-decoration: none;
    text-transform: uppercase;
    color: #A4A4A4 !important;
/*    font-family: 'Ogilvy Sans Light';*/
    font-family: "Switzer-Light";
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s ease-in-out;
    padding: 10px 30px;
    border: none;
    background: #111319;
}

.workslist li:hover {
    color: #fff !important;
}

.workslist .active {
    background: var(--main-color);
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workslist-active {
    background: #E34F61;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 10px 30px;
}

@media (max-width: 1200px) {
  /*  .workslist {
        justify-content: center;
    }*/
}

@media (max-width: 450px) {
    .workslist {
      /*  justify-content: center;*/
        align-items: center;
    /*    flex-direction: column;*/
    }

    .workslist button {
        font-size: 14px
    }
    .works-img {
        width: 100%;
    }
/*
    .workslist .active {
        width: 155px;
        height: 48px;
    }*/
}

/* End Works Style */


/* Start ChooseUs Style */

.chooseus {
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 68px;
    position: relative;
}
#spotlight {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 40px;
}

.title {
    margin-top: 30px;
}

.title svg {
    width: 22px;
}

    .title h1 {
        margin: 0;
        color: #fff;
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
        font-size: 20px;
        font-style: normal;
        text-transform: capitalize;
    }

    .title p {
        color: #FFF;
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
        font-size: 16px;
        font-style: normal;
        margin-top: 10px;
        line-height: 28px;
        max-width: 75%;
    }

.box-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#spot {
    width: 81%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#light {
    width: 88%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.boxes{
    margin: 50px 0; 
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
/*    flex-direction: column;
    gap: 20px;*/
}

/*.boxes {
    margin-top: -80px;
}*/

.box {
    /*  background: linear-gradient(180deg, rgba(25, 28, 38, 0.00) 0%, #080A12 100%); old */
    /*background: linear-gradient( 180deg, rgba(110, 110, 112, 0.5) 0%, rgba(110, 110, 112, 0) 100% );*/
    background: linear-gradient( to bottom, 
    rgba(110, 110, 112, 0) 0%, 
    rgba(110, 110, 112, 0.5) 100% 
    );
    padding: 50px 0;
    width: 253px;
}

/*#box2, #box4 {
    background: linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0.00) 100%);
}*/


    .box h1 {
        color: #FFF;
        text-align: center;
/*        font-family: 'Mulish';*/
        font-family: "Switzer-Light";
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        text-transform: capitalize;
        position: relative;
    }

.box h1::after {
    content: '+';
    position: absolute;
    top: -8px;
    right: 66px;
    color: var(--main-color);
    font-size: 29px;
}

    .box h2 {
        color: #A9AFC3;
        text-align: center;
/*        font-family: 'Mulish';*/
        font-family: "Switzer-Light";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

.title svg {
    margin-top: -5px;
}


@media (max-width: 1200px) {
    .boxes {
        justify-content: center;
    }
}

    @media (max-width: 992px) {
        /*    .chooseus-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        width: 100%;
    }

    .box-container {
        margin-top: 100px;
    }

    .title p {
        max-width: unset;
    }*/
    }
@media (max-width: 767px) {
    #spotlight {
        display: none;
    }
}
    @media (max-width: 576px) {
        /*    .title h1 {
        font-size: 18px;
        margin-bottom: -8px;
    }

    .title p {
        font-size: 15px;
    }*/
    }

    @media (max-width: 460px) {
        .box {
            width: 199px;
            padding: 40px 0;
        }

        .box h1 {
            font-size: 38px;
        }

        .box h2 {
            font-size: 14px;
        }
       .box h1::after {
           right: 25px;
       }
    }

    @media (max-width: 400px) {
        .box {
            width: 169px;
            padding: 30px 0;
        }

            .box h1 {
                font-size: 34px;
            }

            .box h2 {
                font-size: 13px;
            }
    }
    /* End ChooseUs Style */


    /* Start Clients Style */

    .clients {
        width: 100%;
        padding: 45px 0;
        background-color: var(--main-color);
        overflow: hidden;
        display: flex;
        align-items: center;
        position: relative;
        margin: 90px 0 150px;
    }

    #linesr, #linesl {
        position: absolute;
    }

    #linesr {
        right: 0;
        top: 0;
    }

    #linesl {
        left: 0;
        bottom: 0;
    }

    .clients .splide {
        padding: 20px 0;
    }

    .splide-img {
        width: 156px;
        margin: 0 auto;
    }

    #fiat {
        width: 120px !important;
    }

    .splide .splide__list {
        align-items: center !important;
    }

    .clients .splide__slide {
        flex-shrink: 1;
    }
    /* End Clients Style */

    /* Start Services Style */

.services-container {
    margin-top: 75px;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    /*margin-right: -220px;*/
}

    #lightserv {
        top: -173px;
        width: 37%;
        position: absolute;
        right: -118px;
    }

    @media (max-width: 992px) {
        .services-container {
            margin-top: 60px;
            padding-top: 42px;
        }
    }

    .serve {
        display: flex;
        align-items: center;
   /*     justify-content: center;*/
        position: relative;
        margin-bottom: 100px;
    }

        .serve::before {
            content: '';
            position: absolute;
            width: 6px;
            top: 38%;
            transform: translateY(-50%);
            height: 40px;
            left: 0;
            background: var(--main-color);
        }

        .serve h1 {
            position: relative;
            margin-bottom: 16px;
            color: #FFF;
/*            font-family: "Ogilvy Sans Light";*/
            font-family: "Switzer-Light";
            font-size: 22px;
            font-style: normal;
            letter-spacing: 4px;
            line-height: 30px;
            max-width: 100%;
            text-transform: uppercase;
        }

/*    #advertising {
        margin-left: -86px;
    }
*/
        .serve h2 {
            position: absolute;
            z-index: -1;
            color: rgba(227, 79, 97, 0.11);
/*            font-family: 'Inter';*/
            font-family: "Switzer-Regular";
            font-size: 160px;
            font-style: normal;
            font-weight: 300;
            top: -75px;
            left: 76px;
        }

    @media (max-width: 1400px) {
     /*   .serve h1 {
            max-width: 73%;
        }

        .serve::before {
            left: 45px;
        }*/

 /*       #advertising {
            margin-left: -114px;
        }*/
    }

    @media (max-width: 1200px) {
        .serve h1 {
            max-width: 93%;
        }

    /*    .serve::before {
            left: 15px;
        }*/

        .serve h2 {
            left: 35px;
        }
    }

    @media (max-width: 767px) {
        .serve h1 {
            font-size: 17px;
        }

        .serve::before {
            width: 4px;
        }
        .services-container {
            /*margin-right: -100px;*/
        }

     /*   #advertising {
            margin-left: -66px;
        }*/
        .serve {
            margin-bottom: 67px;
        }
    }

    @media (max-width: 576px) {
        .serve {
            justify-content: flex-start;
            margin-left: 25px;
        }

            .serve::before {
           /*     left: -4px;
                top: -2px;*/
                height: 35px;
            }

            .serve h1 {
                font-size: 20px;
                max-width: unset;
            }
/*
        #advertising {
            margin-left: unset;
        }*/
        .services-container {
            margin-right: unset;
        }
    }
    /* End Services Style */

    /*Start footer Style*/

    footer {
        border-top: 3px solid var(--main-color);
        margin-top: 50px;
        background: none;
        color: #fff;
        width: 100%;
        overflow: hidden;
    }

    .footer-content {
        padding-top: 100px;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .footer-text {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    }

        .footer-text svg {
            width: 150px;
            margin-bottom: 15px;
        }

        .footer-text h3 {
/*            font-family: 'Inter', sans-serif;*/
            font-family: "Switzer-Regular";
            letter-spacing: 1px;
            font-size: 12px;
            font-weight: 600;
        }

        .footer-text p {
            max-width: 203px;
            color: #ffffffec;
            font-size: 13px;
            margin-top: 5px;
            line-height: 1.5;
            cursor: pointer;
            transition: .3s ease-in-out;
        }

            .footer-text p:hover {
                color: var(--main-color);
            }

    #footer-logo svg {
        width: 200px;
        margin-left: -11px;
    }

#footer-logo p {
    cursor: unset;
    margin: unset;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Switzer-Regular";
    margin-left: 22px;
}

        #footer-logo p:hover {
            color: #fff;
        }

    #footer-touch i {
        margin-right: 8px;
        margin-top: 10px;
    }

    #footer-touch p {
        cursor: unset;
        margin-bottom: 20px;
    }

        #footer-touch p:hover {
            color: #fff;
        }

    .footer-touch-text {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .footer-touch-email {
        margin-top: 15px;
    }

        .footer-touch-email input[type="email"] {
            width: 180%;
            background: none;
            border: none;
            border-bottom: 1px solid #898989;
            outline: none;
            padding: 10px 0;
            margin-bottom: 25px;
            color: #fff;
            font-size: 12px;
        }

            .footer-touch-email input[type="email"]::placeholder {
                color: #898989;
            }

    footer a {
        color: #fff;
        transition: .4s ease
    }

        footer a:hover {
            color: var(--main-color);
        }

#footer-touch a {
    margin-left: 130px;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 1px;
    background: #242424;
/*    font-family: 'Inter', sans-serif;*/
    font-family: "Switzer-Regular";
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    transition: .4s ease-in-out;
}

        #footer-touch a:hover {
            background: var(--main-color);
            border: 1px solid var(--main-color);
            font-weight: 500;
            color: black;
        }

    .footer-text button {
        border: none;
    }

    #footer-links a {
        transition: .3s ease-in-out;
        margin-top: 10px;
    }

        #footer-links a:hover {
            color: var(--main-color);
        }


    .footer-down {
        width: 100%;
        margin: 70px auto;
        border-top: 1px solid #fff;
    }

    .footer-links {
        padding-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .links-text {
        display: flex;
        gap: 20px;
    }

        .links-text p {
/*            font-family: 'Inter', sans-serif;*/
            font-family: "Switzer-Regular";
            font-size: 14px;
            margin-right: 20px;
            cursor: pointer;
            transition: .3s ease-in-out;
        }

            .links-text p:hover {
                color: var(--main-color);
            }

    .footer-down .links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .links svg {
        margin-left: 15px;
        cursor: pointer;
        transition: .3s ease-in-out;
        fill: #fff;
    }

        .links svg:hover {
            transform: scale(1.1);
            fill: var(--main-color);
        }

    .footer-copyright {
        max-width: 400px;
        text-align: center;
    }

    .footer-down-para {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

        .footer-down-para p {
/*            font-family: 'Inter';*/
            font-family: "Switzer-Regular";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 25px;
            text-align: center;
            color: #FFFFFF;
            width: 55%;
        }

    @media (max-width: 992px) {
        .footer-content {
            padding-top: 50px;
            display: flex;
            justify-content: space-between;
            align-items: start;
            flex-wrap: wrap;
            gap: 25px
        }

        #footer-logo {
            width: 100%;
        }

            #footer-logo p {
                max-width: none;
            }

        .footer-text {
            margin: 30px 10px 10px;
        }
    }

    @media (max-width: 767px) {
        .footer-down {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .footer-links {
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 20px;
        }

        .links-text p {
            margin: unset;
        }

        .footer-down-para p {
            width: 81%;
        }
    }

    @media (max-width: 497px) {
        .footer-content {
            justify-content: flex-start;
        }
    }

    /*End footer Style*/

    .sectiontitle {
        width: 100%;
        position: relative;
        padding-left: 21px;
    }

        .sectiontitle::before {
            position: absolute;
            content: '';
            width: 6px;
            height: 86%;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
            background: var(--main-color);
        }

        .sectiontitle h1 {
            color: #fff;
            /*            font-family: 'Ogilvy Sans Light';*/
            font-family: 'DelaGothicOne-Regular';
            font-size: 38px;
/*            letter-spacing: 3px;*/
            text-transform: capitalize;
            margin-bottom: 20px;
        }

    @media (max-width: 576px) {
        .sectiontitle h2 {
            font-size: 35px;
        }

        .sectiontitle h1 {
            font-size: 24px;
        }
    }


    .see {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 60px;
    }

        .see a {
            cursor: pointer;
        }

        .see h2 {
            color: #FFF;
/*            font-family: "Ogilvy Sans Bold";*/
            font-family: "Switzer-Regular";
            font-size: 22px;
            font-style: normal;
            text-transform: capitalize;
        }

        .see img {
            width: 80px;
        }



.header-content h2 {
    color: #FFF;
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "Switzer-Light";
    font-size: 120px;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
}

    .header-content h2 span {
        color: var(--main-color);
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
        font-size: 120px;
        font-style: normal;
        text-transform: uppercase;
    }

    .header-content h2 #s {
        color: #FFF;
        /*            font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
        font-size: 120px;
        text-transform: uppercase;
    }

    .para-more {
        padding-left: 0;
    }

    @media (max-width: 500px) {
        .para-more {
            padding-left: 16px;
        }
    }




    @media (max-width: 470px) {
        .word-img img {
            width: 80px;
        }

        .workslist li {
            font-size: 14px;
        }

        .main-para {
            max-width: unset;
        }
    }






/* Start ProjectDetails Style */
.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.projects-swiper {
    margin-top: 125px;
    padding-bottom: 15px;
}

.swiper-next, .swiper-prev {
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "Switzer-Light";
    color: var(--main-color);
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.swiper-prev {
    color: #fff;
}

.swiper-prev::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 150%;
    height: 3px;
    background: #fff;
}

.swiper-next::after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: 0;
    width: 150%;
    height: 3px;
    background: var(--main-color);
}

.swiper-ele {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-title {
    margin-top: 72px;
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "DelaGothicOne-Regular";
    text-transform: capitalize;
    color: #fff;
    position: relative;
}
.project-title h1 {
    font-size: 28px;
}

.project-title::before {
    content: '';
    position: absolute;
    height: 53%;
    width: 3px;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
}

.project-info {
    overflow: hidden;
}

.project-info-p {
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "Switzer-Light";
    font-size: 16px;
    color: #A9AFC3;
    margin-top: 33px;
    line-height: 1.7;
    text-align: justify;
}

.project-info-span {
    color: var(--main-color);
/*    font-family: "Ogilvy Sans Bold";*/
    font-family: "Switzer-Bold";
    font-weight: bold;
}
@media(max-width: 492px) {
    .project-info-p {
        font-size: 14px;
    }
}

.info {
    margin-top: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #A9AFC3;
    border-top: 1px solid #A9AFC3;
}

    .info h1 {
        color: #fff;
/*        font-family: "Ogilvy Sans Bold";*/
        font-family:" Switzer-Bold";
        font-size: 16px;
    }

    .info h2 {
        color: #A9AFC3;
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
        font-size: 16px;
        margin-left: 15px;
    }

.share {
    display: flex;
    align-items: center;
}

.share img {
    cursor: pointer;
    margin-top: -8px;
}

.share h2 {
    color: #A9AFC3;
    margin-left: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 992px) {
    .info h2 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .info-col {
        margin-top: 1rem !important;
    }
    .info h2 {
        font-size: 16px;
    }
}



.concept {
    display: flex;
    width: 100%;
    padding-bottom: 72px;
    overflow: hidden;
    align-items: end;
}

.w {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 295px;
    overflow: hidden;
}


.w-white-img {
    width: 97%;
    height: 100%;
    background: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.fouad-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 85% !important;
}
.b-wg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
/*.b-wg img {
    width: 100%;
}

.b-wg svg {
    width: 100%;
}*/

.b {
    position: relative;
}

.b-div {
    border-radius: 11px;
    height: 382px;
    width: 100%;
    /*background: #154390;*/
}
.b h1 {
    color: #fff;
/*    font-family: "Inter";*/
    font-family: Switzer-Regular;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 1;
}
.b-wg .color-change {
    color: #fff;
/*    font-family: "Inter";*/
    font-family: Switzer-Regular;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    background-color: rgba(17, 19, 25, 0.8);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.wg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.g, .w {
    position: relative;
}
.g-div {
    border-radius: 11px;
    height: 180px;
    width: 100%;
    /*background: green;*/
}
.wt-div {
    border-radius: 11px;
    /*background: #fff;*/
    height: 180px;
    width: 100%;
}
.g h1, .wt h1 {
    color: #fff;
/*    font-family: "Inter";*/
    font-family: Switzer-Regular;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 1;
}
@media (max-width: 992px) {
    .g h1, .b h1, .wt h1 {
        font-size: 14px;
    }
    .b h1 {
        left: 10px;
    }
}
@media (max-width: 767px) {
    .concept {
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column !important;
        gap: 40px;
        margin: 80px 0 0;
    }
    .w {
        align-items: center;
        justify-content: center;
        width: 90%;
    }
    .b-wg {
        width: 90%;
    }
   /* .fouad-logo {
        top: 50% !important;
    }*/
    .b div {
        width: 190px;
    }
    .wt div {
        width: 330px;
    }
}
@media (max-width: 615px) {
    .b div {
        width: 170px;
    }
    .wt div {
        width: 270px;
    }
}
@media (max-width: 515px) {
    .wt div {
       width: 200px;
    }
}
@media (max-width: 492px) {
    .g h1, .b h1, .wt h1 {
        font-size: 11px;
    }
}
@media (max-width: 445px) {
    .b div {
        width: 130px;
    }
    .wt div {
        width: 160px;
    }
}


.stationary-container {
    border-bottom: 1px solid #A9AFC3;
    border-top: 1px solid #A9AFC3;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.stationary .project-title {
    margin-top: 40px;
}

.stationary p {
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "Switzer-Light";
    font-size: 16px;
    color: #A9AFC3;
    line-height: 1.8;
    text-align: justify;
    margin-top: 30px;
    max-width: 86%;
}
.stationary span {
    color: var(--main-color);
/*    font-family: "Ogilvy Sans Bold";*/
    font-family: "Switzer-Bold";
}
.stationary-img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.stationary-img img {
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
}

.cards {
    opacity: 0;
    transition: .9s;
    width: 170% !important;
}
.tax {
    opacity: 0;
    transition: .9s;
}
#show {
    opacity: 1;
    transition: .9s;
}

.outdoor {
    margin-top: 120px;
}

.outdoor-img {
    width: 90%;
}
.outdoor-img img {
    width: 100%;
}

.outdoor-para p {
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "Switzer-Light";
    font-size: 16px;
    color: #A9AFC3;
    line-height: 1.8;
    text-align: justify;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .stationary-img img {
        top: 100px;
    }
    .outdoor-img {
        margin-top: 100px;
    }
}
@media (max-width: 992px) {
    .stationary-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .outdoor {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        margin-top: 350px;
    }
    .stationary-img img {
        top: 15px;
        width: 80%;
    }
    .cards {
        width: 144% !important;
    }
    .stationary p, .outdoor-para p {
        max-width: unset;
    }
}
@media (max-width: 492px) {
    .stationary p, .outdoor-para p {
        font-size: 14px;
    }
    .outdoor {
        margin-top: 240px;
    }
}
@media (max-width: 450px) {
    .stationary-img img {
        width: 100%;
    }
    .cards {
        width: 188% !important;
    }
}

/* Start Social Media Style */
.social-media {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.social-media-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.social-media img {
    width: 90%;
}

.social-media-phone {
    text-align: start;
}

.social-media-container {
    padding-bottom: 72px;
    border-bottom: 1px solid #A9AFC3;
    overflow: hidden;
}

@media (max-width: 576px) {
    .social-media {
        flex-direction: column;
    }
    .social-media img {
        width: 100%;
    }
    .social-media-phone {
        text-align: center;
    }
    .social-media-phone img {
        width: 60%;
    }
}
/* End Social Media Style */

.result {
    margin-bottom: 120px;
}
.result ul {
    margin: 30px 20px;
    padding: 0;
}
    .result ul li {
        margin-top: 10px;
        color: #A9AFC3;
        font-size: 16px;
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
    }
.result-ul-li {
    margin-top: 10px;
    color: #A9AFC3;
    font-size: 16px;
/*    font-family: "Ogilvy Sans Light";*/
    font-family: "Switzer-Light";
}
/* End ProjectDetails Style */



@media (max-width: 576px) {
    .project-title {
        margin-left: 13px;
    }
}



/* Start Contactus Style */
.contact {
    position: relative;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
}
.contact2 {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.contact-content h1 {
/*    font-family: 'Gisellia';*/
    font-family: Switzer-Regular;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 28px;
    color: var(--main-color);
    letter-spacing: 2px;
}
.contact-content h2 {
/*    font-family: 'Ogilvy Sans Light';*/
    font-family: "Switzer-Light";
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact-info {
    display: flex;
    align-items: center;
}


.contact-content p {
/*    font-family: 'Ogilvy Sans Light';*/
    font-family: "Switzer-Light";
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color:#fff;
    /*color: #848484;*/
}
.contact-content img {
    margin-top: -16px;
    margin-right: 8px;
}
.contact-img {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-img iframe {
    width: 650px;
    height: 200px;
    object-fit:cover;
}

.contact-form {
    width: 50%;
    margin-top: 22px;
}

    .contact-form p {
        margin-bottom: 18px;
/*        font-family: 'Ogilvy Sans Bold';*/
        font-family: "Switzer-Bold";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        color: #fff;
    }
.contact-form p span {
    color: var(--main-color);
}

.contact-form input[type="text"],[type="email"] {
    margin-bottom: 30px;
    width: 475px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #898989;
    background: none;
    color: #fff;
}
.contact-form input[type="text"]::placeholder {
    color: rgba(243, 243, 243, 0.47);
    font-size: 14px;
/*    font-family: 'Ogilvy Sans Light';*/
    font-family:"Switzer-Light";
}
    .contact-form input[type="email"]::placeholder {
        color: rgba(243, 243, 243, 0.47);
        font-size: 14px;
/*        font-family: 'Ogilvy Sans Light';*/
        font-family: "Switzer-Light";
    }

.phone {
    display: flex;
    align-items: center;
}
    .phone select {
        width: 100px;
        padding: 10px 15px 10px 10px;
        margin-top: -18px;
        border-radius: 4px;
        border: none;
        border-bottom: 1px solid #898989;
        outline: none;
        font-size: 14px;
        cursor: pointer;
        background: none;
        height: 45px;
        color: rgba(243, 243, 243, 0.47);
        margin-bottom: 12px;
    }
.phone input[type="text"] {
    width: 380px;
    border-left: none;
    margin-left: -4px;
    padding-left: 12px;
    outline: none;
    font-size: 14px;
    height: 45px;

}
.message textarea {
    /*height: 100px;*/
    font-size: 14px;
    width: 475px;
    margin-bottom: 18px;
    width: 475px;
    padding: 10px;
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    resize: none;
    outline-color: #2B3177;
}

.contact-form input[type="submit"], .contact-form input[type="button"] {
    margin-top: 18px;
    width: 475px;
    padding: 10px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    background: var(--main-color);
/*    font-family: 'Ogilvy Sans Bold';*/
    font-family: "Switzer-Bold";
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    transition: .4s ease-in-out;
}
.contact-form input[type="submit"]:hover, .contact-form input[type="button"]:hover {
    background: #fff;
    color: var(--main-color);
}
@media (max-width: 1400px) {
    .contact-content {
        max-width: 50%;
        margin-right: -50px;
    }

    .contact-img iframe {
        width: 571px;
    }
    .contact-form input[type="text"], [type="email"] {
        width: 400px;
    }
    .phone input[type="text"] {
        width: 305px;
    }
    .contact-form input[type="submit"] {
        width: 400px;
    }
    .message textarea {
        width: 400px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 400px;
    }
}
@media (max-width: 1200px) {
    .contact-img iframe {
        width: 474px;
    }
}
@media (max-width: 992px) {
    .contact-content {
        max-width: unset;
        margin: unset;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-content p {
        max-width: 475px;
    }
    .contact-img iframe {
        width: 475px;
    }
    .contact {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 60px;
    }
    .contact2 {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 60px 10px 0;
        margin: 235px 10px 0;
    }
    .contact-form {
        margin-top: -100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form-group {
        padding: 0 10px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .contact-form input[type="text"], [type="email"] {
        width: 475px;
    }

    .phone input[type="text"] {
        width: 380px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 475px;
        font-size: 16px;
    }
    .message textarea {
        width: 475px;
    }
}
@media (max-width: 692px) {
    .phone {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .contact {
        text-align: center;
    }
    .contact2 {
        text-align: center;
    } */
    .contact-content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-img iframe {
        width: 400px;
        height: 250px;
    }
    .contact-form input[type="text"],[type="email"] {
        width: 400px;
    }
    .phone input[type="text"] {
        width: 300px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 400px;
    }
    .message textarea {
        width: 400px;
    }
}
@media (max-width: 567px) {
    .contact-content {
        width: 100%;
    }
    .contact-content p {
        font-size: 14px;
    }
    .contact-content i {
        font-size: 13px;
    }
}
@media (max-width: 492px) {
    .contact-img iframe {
        width: 340px;
        height: 220px;
    }
    .contact-form input[type="text"],[type="email"] {
        width: 340px;
    }
    .phone input[type="text"] {
        width: 250px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 340px;
    }
    .message textarea {
        width: 340px;
    }
}
/* End Contactus Style */




.top-section{
    margin-top: 120px;
    width: 100%;
    /*background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('../NewImages/Contact/WALLPAPER20MAIN 1.png') no-repeat;*/
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.top-section-page {
    margin-top: 120px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('../NewImages/Contact/WALLPAPER20MAIN 1.png') no-repeat;
    height:200px;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}


.top-section h1 {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 17px;
/*    font-family: Inter;*/
    font-family: "Switzer-Regular";
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 15px;
}

.top-section h2 {
    color: #FFF;
    font-size: 36px;
/*    font-family: 'Ogilvy Sans Light';*/
    font-family: "Switzer-Light";
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 15px 0 40px;
    position: relative;
}
.top-section h2::before {
    position: absolute;
    content: '';
    background: var(--main-color);
    width: 7px;
    left: 14px;
    top: 0;
    height: 78%;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 776px) {
    .top-section h2 {
        font-size: 32px;
    }
}
@media (max-width: 567px) {
    .top-section h2 {
        font-size: 27px;
    }
}




/* Start New Services */

.service-container {
    margin-top: 23px;
}
.service {
    height: 100%;
    border: 2px solid #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 25px 8px 35px;
}
    .service h1 {
        margin: 0 0 15px;
        text-align: center;
        color: var(--main-color);
        font-size: 23px;
        letter-spacing: 1px;
        font-weight: 700;
/*        font-family: "Ogilvy Sans Bold";*/
        font-family: "Switzer-Bold";
    }
    .service p {
        width: 90%;
        margin: 0;
        color: rgb(243 243 243 / 70%);
        text-align: center;
        font-size: 15px;
        line-height: 26px;
/*        font-family: "Ogilvy Sans Light";*/
        font-family: "Switzer-Light";
    }
    .service span {
        margin-top: 12px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        /*    font-family: "Ogilvy Sans Bold";*/
        font-family: "Switzer-Bold";
    }

/* End New Services */





/* Works image Hover */
.works-content {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: var(--secondary-color);
    z-index: 1;
    opacity: 0;
    -webkit-transition: ease-in .4s;
    padding: 10px 15px;
    top: 0;
    left: 0;
}
    .works-content.services {
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
        justify-content: center;
    }

    .works-content .works-title {
        color: #fff;
        font-size: 26px;
        font-family: "Switzer-Regular";
        letter-spacing: 2px;
        text-transform: uppercase;
    }
.works-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*gap: 14px;*/
}
.works-content ul li {
    position: relative;
    color: #fff;
    font-size: 16px;
/*    font-family: sans-serif;*/
    font-family:"Switzer-Regular";
    text-transform: uppercase;
}
    .works-content span {
        font-family: "Switzer-Regular";
    }
    /*.works-content ul li:not(:last-child)::after {
    position: absolute;
    content: ',';
    color: #fff;
    font-size: 21px;
    font-family: "Mulish";
    right: -7px;
    bottom: -1px;
}*/
    .works-img:hover .works-content {
        opacity: 1;
    }
.services-item:hover .works-content {
    opacity: 1;
}



@media (max-width: 992px) {
    .works-content .works-title {
        font-size: 22px;
    }
    .works-content ul li {
        font-size: 12px;
    }
    .works-content ul li:not(:last-child)::after {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .works-content .works-title {
        font-size: 16px;
    }
    .works-content ul li {
        font-size: 10px;
    }

}
@media (max-width: 567px) {
    .works-content .works-title {
        font-size: 12px;
    }

    .works-content ul li {
        font-size: 9px;
    }
    .works-content ul li:not(:last-child)::after {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .works-content .works-title {
        font-size: 26px;
    }

    .works-content ul li {
        font-size: 16px;
    }

    .works-content ul li:not(:last-child)::after {
        font-size: 21px;
    }
}


.stationary-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.stationary-content:last-child {
    flex-direction: column-reverse !important;
}

.stationary-content .slick-slide {
    display: flex !important;
    justify-content: center;
}


.staionary-images {
    width: unset !important;
}

@media (max-width: 600px) {

    .client1Gallery .slider-image {
        width: 100%;
    }
    .slider .slider-image {
        width: 100%;
    }
}


#cc-main .cm__btn {
    background: var(--secondary-color);
}
#cc-main .cc__link:hover, #cc-main a:hover {
    color: var(--main-color)!important;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

    .whatsapp-float img {
        width: 32px;
        height: 32px;
    }