@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}
html {
  /* scrollbar-gutter: stable;  */
}
body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    overflow-y: auto;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

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

.nav {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
}

.all-img {
    width: 100%;
    height: auto;
}

.padding-tb {
    padding: 100px 0;
}

html {
    scroll-behavior: smooth;
}

/* header css start  */
.banner-sec {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
}

.banner-container {
    position: relative;
    width: 100%;
    min-height: 100svh;
}

.nav .logo-img a {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
}

.nav .logo-img a span {
    font-weight: 400;
}

.nav .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav .mobile-menu {
    display: none;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2px;
    width: 50px;
    height: auto;
}
.btn-header {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #545454;
    background-color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    display: flex;
    max-width: max-content;
    transition: all 0.5s ease;
}

.contact-us-btn:hover {
    background-color: #FA5300;
    color: #ffffff;
}

.start-campaign:hover {
    background-color: #ffffff;
    color: #545454;
}

.start-campaign-btn:hover {
    background-color: #ffffff !important;
    color: #545454 !important;
}

.nav .col-buttons .nav-buttons .start-campaign-btn {
    color: #ffffff;
    background-color: #FA5300;
}

.nav .col-buttons .nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* banner sec css start  */
.banner-sec h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 80px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
}

.border {
    background-color: #ffffff;
    width: 100px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.banner-text p {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    max-width: 570px;
}

.banner-btn a img.all-img {
    width: 28px;
    height: auto;
    margin-left: 15px;
    transition: all 0.5s ease;
}

.banner-btn a {
    color: #ffffff;
    background-color: #FA5300;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
    display: flex;
    max-width: max-content;
    align-items: center;
    transition: all 0.5s ease;
    margin-top: 35px;
    line-height: 1;
}

ul.social-inner-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.social-inner-icons li:hover img {
    filter: brightness(0.5);
}

.social-inner-icons img {
    width: 40px;
    height: 40px;
}

.banner-btn a:hover {
    background-color: #ffffff;
    color: #000000;
}

.banner-btn a:hover img.all-img {
    filter: invert(1);
}

.banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 9;
    width: 100%;
}

.header-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-img {
    width: 100%;
    height: 100%;
    /* transform: scale(1.3); */
    /* transform-origin: left; */
    object-fit: cover;
    object-position: bottom;
}
.header-banner-img:before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 4%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.social-media-icons {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 1;
}
.banner-sec ul.social-inner-icons a {
    display: flex;
}
/* brand platform sec css start  */
.brand-platform-sec {
    background-color: #000000;
}

.brand-platform-sec .wrapper-brand-platform {
    height: 775px;
}
.brand-platform-sec .up-right-arrow {
    width: 90px;
    height: 90px;
}

.wrapper-brand-platform .row {
    display: flex;
    gap: 25px;
}

.brand-platform-heading span {
    color: #f7f7f7;
    font-weight: 400;
}

.brand-platform-heading h2 {
    font-size: 35px;
    color: #fa5300;
    line-height: 37px;
}

.box-width {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* margin-block: -15px; */
}

.row.first-row {
    flex-basis: 35%;
    padding-block: 15px;
}
.row.second-row.col-box-one-row {
    flex-basis: 65%;
    padding-block: 15px;
}
.row.same-box {
    flex-basis: 50%;
    padding-block: 15px;
}
.col-box-one {
    background-color: #525353;
}
.brand-platform-sec .col-box-one .box-wrapper {
    height: 100%;
}
.brand-platform-sec .col-box-one .box-wrapper > .box-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.wrapper-brand-platform .col-box-two {
    background-color: #FA5300;
    align-items: end;
}

.wrapper-brand-platform .col-box-three {
    background-color: #e3e3e3;
}

.wrapper-brand-platform .col-box-three .box-heading,
.wrapper-brand-platform .col-box-four .box-heading {
    color: #000000 !important;
}

.wrapper-brand-platform .col-box-three h2 {
    display: flex;
    flex-direction: column;
}

.wrapper-brand-platform .col-box-three .box-heading p,
.wrapper-brand-platform .col-box-five h2 {
    display: flex;
    flex-direction: column;
}

.wrapper-brand-platform .col-box-five .box-heading p {
    line-height: 31px;
}

.wrapper-brand-platform .col-box-four {
    background-color: #e3e3e3;
    margin-top: 0;
    align-items: end;
}

.wrapper-brand-platform .col-box-five {
    background-color: #545454;
}

.wrapper-brand-platform .col-box-six {
    margin-top: 0;
    padding: 0;
}
.col-brand-platform>.brand-platform-row .box-wrapper {
    width: 100%;
    height: 100%;
}
.wrapper-brand-platform .col-box-six .box-img {
    height: 100%;
}

.wrapper-brand-platform .col-box-six .box-img img.all-img {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    object-position: 100% 35%;
}

.wrapper-brand-platform .col-box-sevan {
    padding: 0;
}

.col-brand-platform>.brand-platform-row {
    flex-basis: 30%;
    padding-block: 15px;
    height: 30%;
}

.col-brand-platform .brand-platform-last-row {
    flex-basis: 70%;
    padding-block: 15px;
}

.wrapper-brand-platform .col-box-sevan img.all-img {
    border-radius: 20px;
    height: 100%;
}

.wrapper-brand-platform .col-box-sevan .box-wrapper,
.wrapper-brand-platform .col-box-sevan .box-wrapper .box-heading,
.wrapper-brand-platform .col-box-sevan .box-wrapper .box-heading .box-img {
    height: 100%;
}

.col-box-sevan p.box-sevan-text span {
    font-weight: 400;
}

.col-box-sevan p.box-sevan-text {
    padding-left: 30px;
    line-height: 32px;
    font-weight: 600;
    z-index: 1;
    position: absolute;
    top: auto;
    bottom: 60px;
}
.wrapper-brand-platform .col-box-four h2 {
    font-size: 35px !important;
    line-height: 35px !important;
}

.col-box {
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 30px;
    width: 100%;
}

.col-box .box-wrapper .box-heading {
    color: #f7f7f7;
}

.col-box .box-wrapper .box-heading h2 {
    font-size: 76px;
    line-height: 75px;
}

.col-box .box-wrapper .box-heading p {
    font-size: 31px;
    line-height: 31px;
}

.brand-platform-sec .col-box.col-box-one .box-heading p {
    text-transform: capitalize;
}
.wrapper-brand-platform>.row {
    display: flex;
    gap: 30px;
    justify-content: center;
    height: 100%;
}

/* beyond the billboard sec css start  */
.beyond-the-billboard .col-heding p {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 7px;
    font-weight: 500;
}
.beyond-the-billboard .col-heding .border {
    background-color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.beyond-the-billboard .col-heding h2 {
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    line-height: 52px;
}

.beyond-the-billboard .col-heding {
    width: 50%;
    border-right: 1px solid #000000;
}

.beyond-the-billboard .col-paragraph {
    width: 50%;
    display: flex;
    align-items: center;
}

.beyond-the-billboard .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.beyond-the-billboard .row.card-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 70px;
}

.beyond-the-billboard .col-paragraph .wrapper-paragraph {
    padding: 0px 80px;
}

.beyond-the-billboard .col-card .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    height: 200px;
}

.beyond-the-billboard .col-card .card .text {
    flex: 1;
    color: #fff;
    padding: 35px 40px;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

.beyond-the-billboard .col-card .card .arrow {
    display: flex;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    transform: translateX(50%);
}
.beyond-the-billboard .card-wrapper {
    display: flex;
    justify-content: end;
    width: 50%;
    height: 100%;
    border-radius: 15px;
    transition: all 0.5s ease;
    position: relative;
}

.beyond-the-billboard .col-card .card .card-img-wrapper {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius: 15px;
}
.beyond-the-billboard .card-wrapper img.card-img.projections-img {
    transform: scale(1.8);
}

.beyond-the-billboard .special-builds-img {
    transform: scale(1.3);
}

.beyond-the-billboard .col-card .card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    z-index: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.5s ease;

}
.card-text-wrapper {
    width: 50%;
}
.beyond-the-billboard .card.the-manchester-screen img.card-img {
    object-position: 100% 42%;
}

.beyond-the-billboard .col-card .card .arrow img {
    width: 100%;
    height: auto;
}

.beyond-the-billboard .card-wrapper:hover {
    width: 60%;
}
.beyond-the-billboard .col-card .card .arrow a {
    display: flex;
}

.roof-activation-card .card-img {
    object-position: 100% 60%;
}

.projections-card img {
    object-position: 100% 94%;
}

.the-manchester-screen>img {
    object-position: 100% 30%;
}

/* footer css start  */
.footer {
    background-color: #000000;
    padding-top: 70px;
}

.footer .logo-img a {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
}

.footer .logo-img a span {
    font-weight: 400;
}

.top-footer .contact-info h2 {
    font-size: 65px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    line-height: 55px;
    color: #ffffff;
}

.contact-info a img {
    width: 50px;
    height: 50px;
}

.contact-info .email {
    color: #ff5c00;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
}

.contact-info a.phone-number {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}

.footer_location p {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
}

.footer_location h3 {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}

.contact-info {
    margin-top: 100px;
}

.top-footer>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form {
    background-color: #FA5300;
    color: #fff;
    padding: 40px 40px 70px 40px;
    border-radius: 35px;
    position: relative;
    max-width: 600px;
    width: 100%;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 18px;
    outline: none;
    color: #737373;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.contact-form form .form-field{
    margin: 6px 0;
}
.contact-form form .form-field.error {
    margin: 3px 0;
}
.contact-form form .form-field:first-child {
    margin-top: 0;
}
.contact-form form .textarea-field{
    margin-bottom: 0;
}

.contact-form textarea {
    min-height: 140px;
    resize: none;
}

.contact-form button {
    background: #fff;
    color: #545454;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    max-width: 225px;
    margin: 0 auto;
    font-size: 18px;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    border: 2px solid transparent;
}

.contact-form .plus {
    position: absolute;
    top: -21px;  
    left: -24px;
    width: 50px;
    height: 50px;
    justify-content: center;
}

.contact-form h3 {
    font-size: 35px;
    letter-spacing: 2px;
    padding-left: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #737373; 
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.contact-form button:hover {
    background-color: #FA5300;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.bottom-footer>.container>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-top: 70px;
}

.social-icons-footer h3 {
    color: #ffffff;
    font-size: 25px;
}

.bottom-footer ul.footer-inner-icons {
    display: flex;
    gap: 20px;
}

.bottom-footer ul.footer-inner-icons a {
    display: flex;
    width: 40px;
    height: 40px;
}

.social-icons-footer {
    display: flex;
    align-items: center;
    gap: 40px;
}

.col-hours h3 {
    color: #ffffff;
    font-size: 35px;
}

.col-hours p {
    color: #ffffff;
    font-size: 18px;
}

.bottom-footer .col-links ul.links a {
    color: #ffffff;
    font-size: 16px;
    transition: all 0.5s ease;
    line-height: 35px;
    display: flex;
}

.bottom-footer .col-links ul.links a:hover {
    color: #f05422;
}

.col-social-icons {
    width: 70%;
}
.col-hours {
    width: 18%;
}
.bottom-footer {
    padding: 30px 0;
}
.bottom-footer .border {
    transform: rotate(90deg);
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer p.copyright-text {
    color: #ffffff;
    padding: 20px 0;
}

.col-box-sevan .box-heading:before {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    top: auto;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(255, 255, 255, 0.100) 110%);
}
.wrapper-brand-platform .col-box-sevan .box-heading {
    position: relative;
}

/* popup css start  */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.popup-campaign .contact-form h3 {
    text-align: center;
    padding-left: 0;
}
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.popup-content {
    max-width: 600px !important;
    width: 100%;
    position: relative;
    margin: auto;
}

.popup-campaign .contact-form {
    width: 100%;
    margin-top: 0;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  line-height: 1;
}
.popup-campaign .close-btn {
    transform: rotate(135deg);
}
body.no-scroll {
  overflow: hidden;
}

/* popup css end  */

.bottom-footer ul.footer-inner-icons a:hover,
.bottom-footer .whatsApp-img:hover{
    filter: brightness(0.5);
}


/* .bottom-footer .whatsApp-img {
    width: 50px;
    height: 50px;
}
.bottom-footer .whatsapp-text p {
    color: #fa5300;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.bottom-footer .whatsApp-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottom-footer .whatsApp-col {
    width: 50%;
}
.col-links {
    width: 50%;
}
.bottom-footer .whatsApp-wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottom-footer .col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-footer .col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 525px;
    width: 100%;
}
.bottom-footer .col-right ul.links {
    display: flex;
    flex-direction: column;
} */



.bottom-footer .col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 525px;
    width: 100%;
    position: relative;
    /* padding: 10px 0; */
}

/* WhatsApp column */
.bottom-footer .whatsApp-col {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bottom-footer .whatsApp-wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.bottom-footer .whatsApp-img {
    width: 150px;
    height: 40px;
}
.bottom-footer .whatsApp-img img{
    height: 100%;
    object-fit: contain;
}
/* Divider line between WhatsApp and links */
.bottom-footer .col-right::before {
    content: "";
    position: absolute;
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 140px;
    background-color: #ffffff;
    margin: auto;
}

/* Links column */
.col-links {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.bottom-footer .col-right ul.links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-footer .col-right ul.links li a:hover {
    color: #fa5300;
}
.banner-sec ul.social-inner-icons a.whatsapp-logo img {
    width: 100%;
    object-fit: contain;
}
/* Responsive (mobile view) */

/* media query start  */
@media screen and (max-width:1600px) {
    .banner-inner {
        left: 50%;
    }
}

@media screen and (max-width:1400px) {
    .beyond-the-billboard .col-paragraph .wrapper-paragraph {
        padding: 0px 40px;
    }

    .col-hours {
        width: 26%;
    }

    .bottom-footer ul.footer-inner-icons a {
        width: 30px;
        height: 30px;
    }

    .social-icons-footer {
        gap: 20px;
    }

    .col-box .box-wrapper .box-heading h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .col-box .box-wrapper .box-heading p {
        font-size: 20px;
        line-height: 22px;
    }

    .col-box {
        padding: 20px;
    }

    .beyond-the-billboard .col-card .card .text {
        font-size: 25px;
        line-height: 30px;
        padding: 35px 20px;
    }
    .brand-platform-sec .wrapper-brand-platform {
        height: 650px;
    }
    .brand-platform-heading h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .wrapper-brand-platform>.row {
        gap: 20px;
    }
    .row.same-box,
    .col-brand-platform>.brand-platform-row,
    .col-brand-platform .brand-platform-last-row {
        padding-block: 10px;    
    }
    .col-box-sevan p.box-sevan-text{
        padding-left: 20px;
    }
}
@media screen and (max-width:1520px){
    .contact-form h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .contact-form{
        padding: 30px 30px 50px 30px;
        border-radius: 25px;
    }
    .contact-form input,
    .contact-form textarea {
        padding: 15px
    }
}
@media screen and (max-width:1366px) {
    .banner-sec h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .padding-tb {
        padding: 70px 0;
    }
    .wrapper-brand-platform .col-box-three {
        height: 100%;
    }
    .row.same-box,
    .col-brand-platform>.brand-platform-row,
    .col-brand-platform .brand-platform-last-row {
        padding-block: 10px;    
    }
    .contact-form input,
    .contact-form textarea,
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        font-size: 16px;
        line-height: 16px;
    }
    .contact-form .plus {
        top: -29px;
        left: -21px;
    }
}   
@media screen and (max-width:1200px) {
    .box-width {
        width: 24%;
    }
    .brand-platform-sec .wrapper-brand-platform {
        height: 550px;
    }
}

@media screen and (max-width:1050px){
    .contact-form {
        margin-top: 50px;
    }
}
@media screen and (max-width:1024px) {
    .banner-sec h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .social-inner-icons img {
        width: 30px;
        height: 30px;
    }
    .banner-sec ul.social-inner-icons a.whatsapp-logo img{
        height: 30px;
    }

    .beyond-the-billboard .col-heding h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .beyond-the-billboard .col-card .card {
        height: 150px;
    }
    .contact-info a img {
        width: 40px;
        height: 40px;
    }

    .footer {
        padding-top: 40px;
    }

    .top-footer .contact-info h2 {
        line-height: 44px;
        font-size: 50px;
    }

    .footer_location h3 {
        line-height: 35px;
        font-size: 35px;
    }

    .col-box-sevan p.box-sevan-text {
        padding-left: 20px;
        bottom: 40px;
    }

    /* .banner-sec {
        height: 100vh;
    } */

    .contact-form .plus {
        top: -19px;
        left: -25px;
        width: 40px;
        height: 40px;
    }

    .col-hours h3 {
        font-size: 25px;
    }

    /* .col-social-icons {
        width: 35%;
    } */

    .col-hours {
        width: 27%;
    }

    /* .col-links {
        width: 16%;
    } */
    .brand-platform-sec .wrapper-brand-platform {
        height: 530px;
    }
    .col-box .box-wrapper .box-heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .col-brand-platform>.brand-platform-row {
        flex-basis: 40%;
        height: 40%;
    }
    .col-brand-platform .brand-platform-last-row {
        flex-basis: 60%;
        height: 60%;
    }
    .beyond-the-billboard .col-card .card .arrow{
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:991px) {
    .nav .logo-img a {
        font-size: 25px;
    }

    .btn-header {
        font-size: 16px;
        padding: 10px 20px;
    }
    .contact-form button {
        padding: 10px 20px;
    }

    .banner-text {
        max-width: 100%;
    }

    .banner-btn a {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .beyond-the-billboard .col-heding p {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .beyond-the-billboard .col-heding h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .beyond-the-billboard .col-paragraph .wrapper-paragraph {
        padding: 0px 20px;
    }

    .beyond-the-billboard .col-card .card .text {
        padding: 5px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .beyond-the-billboard .row.card-row {
        grid-gap: 15px;
    }

    .footer .logo-img a {
        font-size: 23px;
    }

    .top-footer .contact-info h2 {
        line-height: 37px;
        font-size: 40px;
    }

   

    .social-icons-footer h3 {
        font-size: 20px;
    }

    .bottom-footer ul.footer-inner-icons {
        gap: 15px;
    }

    .bottom-footer ul.footer-inner-icons a {
        width: 23px;
        height: 23px;
    }

    .col-hours {
        width: 32%;
    }

    .contact-form button {
        margin-bottom: 0;
    }

    .social-icons-footer {
        gap: 15px;
    }

   .contact-form .plus {
        top: -23px;
        left: -14px;
    }

    .brand-platform-heading h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .col-box .box-wrapper .box-heading h2 {
        font-size: 35px;
        line-height: 30px;
    }

    .wrapper-brand-platform .col-box-three h2 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .brand-platform-sec .up-right-arrow {
        width: 35px;
        height: 35px;
    }

    .box-width {
        width: 100%;
        justify-content: unset;
    }

    .brand-platform-sec .row.col-box-one-row {
        height: 100%;
    }
    .brand-platform-sec .wrapper-brand-platform {
        height: 450px;
    }
    .wrapper-brand-platform .col-box-sevan {
        margin-top: 0;
    }
    .contact-form {
        padding: 30px 20px 50px 20px;
    }

    .col-box-sevan .box-wrapper {
        width: 100%;
    }
    .contact-form button {
        font-size: 16px;
        max-width: 200px;
    }
    .wrapper-brand-platform>.row {  
        gap: 15px;  
    }
    .col-box .box-wrapper .box-heading p {
        font-size: 18px;
        line-height: 20px;
        }
    .footer .col.left-contact-info {
        width: 100%;
    }
    .contact-info .email,
    .contact-info a.phone-number {
        font-size: 25px;
        line-height: 28px;
    }
    .footer_location p br {
        display: none;
    }
    .row.same-box, .col-brand-platform>.brand-platform-row, .col-brand-platform .brand-platform-last-row {
        padding-block: 7.5px;
    }
}

@media screen and (max-width:767px) {
    .banner-sec h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .nav .logo-img a {
        font-size: 20px;
    }

   .btn-header {
        font-size: 14px;
        width: 100%;
    }
   .banner-btn a img.all-img {
        width: 29px;
        height: auto;
        transition: all 0.5s ease;
    }

    .banner-btn a {
        font-size: 14px;
        margin-top: 20px;
    }

    .padding-tb {
        padding: 50px 0;
    }

    .beyond-the-billboard .col-heding,
    .beyond-the-billboard .col-paragraph,
    .col.left-contact-info,
    .contact-form,
    .col-social-icons,
    .col-hours,
    .col-links {
        width: 100%;
    }

    .beyond-the-billboard .col-paragraph .wrapper-paragraph {
        padding: 0;
    }

   .beyond-the-billboard .col-heding h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .top-footer .contact-info h2 {
        line-height: 55px;
        font-size: 50px;
    }

    .beyond-the-billboard .col-heding p {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .beyond-the-billboard .row.card-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .beyond-the-billboard .col-card .card {
        height: 130px;
    }

    .beyond-the-billboard .col-card .card .arrow,
    .contact-info a img {
        width: 30px;
        height: 30px;
    }
    

   .contact-form .plus {
        top: -14px;
        left: -11px;
        width: 30px;
        height: 30px;
    }

    .contact-info {
        margin-top: 40px;
    }

    .contact-form {
        margin-top: 40px;
    }

    .bottom-footer .border {
        display: none;
    }

    .bottom-footer>.container>.row {
        gap: 20px;
    }

    .beyond-the-billboard .col-heding {
        border-right: unset;
    }

    /* .banner-sec {
        height: 100vh;
    } */

    .nav {
        top: 25px;
    }
    .social-media-icons {
        bottom: 25px;
    }
    .banner-inner{
        top: 50%;
    }
    .nav .col-buttons .nav-buttons {
        gap: 10px;
        justify-content: flex-start;
    }

    .brand-platform-sec .col-box.col-box-sevan .box-wrapper {
        width: 100%;
    }

    .wrapper-brand-platform .col-box-two,
    .wrapper-brand-platform .col-box-four {
        align-items: center;
    }

    .col-box {
        align-items: center;
        justify-content: flex-start;
    }

    .wrapper-brand-platform>.row {
        flex-wrap: wrap;
        gap: unset;
    }
    .wrapper-brand-platform .col-box-three,
    .wrapper-brand-platform .col-box-four,
    .wrapper-brand-platform .col-box-five {
        margin-top: 0;
    }

    .brand-platform-sec .row.col-box-one-row .col-box.col-box-one,
    .brand-platform-sec .col-box.col-box-two,
    .brand-platform-sec .col-box.col-box-three,
    .brand-platform-sec .col-box.col-box-four,
    .brand-platform-sec .col-box.col-box-five {
        height: 200px;
    }

    /* .brand-platform-sec .row.col-box-one-row {
        height: 200px;
    } */

    .brand-platform-sec .row.col-box-one-row .box-heading {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
    }

    .brand-platform-sec .up-right-arrow {
        width: 40px;
        height: 40px;
    }
    .brand-platform-sec .wrapper-brand-platform {
        height: 100%;
    }

    .wrapper-brand-platform .col-box-sevan img.all-img {
        object-fit: cover;
    }
     .wrapper-brand-platform .col-box-six .box-img {
        display: flex;
    }

    .beyond-the-billboard .row.card-row {
        margin-top: 50px;
    }

    .contact-info .email {
        font-size: 16px;
    }

    .contact-form h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
        padding: 15px;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        font-size: 14px;
    }

    .contact-form textarea {
        min-height: 100px;
    }

    .contact-form button {
        font-size: 14px;
    }

    .footer_location h3 {
        line-height: 25px;
        font-size: 25px;
    }
    .col-box .box-wrapper .box-heading p {
        font-size: 20px;
        line-height: 23px;
    }
    .contact-form h3 {
        padding-left: 0;
        text-align: center;
    }
    .brand-platform-sec .brand-platform-heading br {
        display: none;
    }
    .brand-platform-sec .row.first-row {
        padding-top: 0;
    }
    .brand-platform-sec .row.brand-platform-last-row {
        flex-basis: unset;
        width: 50%;
        height: 320px;
    }
    .brand-platform-sec .box-wraper-six {
        height: 320px;
    }
    .col-brand-platform>.brand-platform-row {
        flex-basis: 50%;
        width: 50%;
    }
    .box-width {
        flex-direction: unset;
        gap: 15px;
    }
    .brand-platform-sec .row.first-row,
    .brand-platform-sec .row.second-row.col-box-one-row {
        flex-basis: unset;
        width: 50%;
    }
    .brand-platform-heading h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .brand-platform-sec .row.second-row.col-box-one-row {
        padding-top: 0;
        padding-bottom: 7.5px;
    }
    .wrapper-brand-platform .col-box-three .box-heading p,
    .wrapper-brand-platform .col-box-five h2 {
        display: flex;
        flex-direction: unset;
    }
    .brand-platform-sec .col-box.col-box-five .box-heading p br,
    .wrapper-brand-platform .col-box-sevan p.box-sevan-text br {
        display: none;
    }
    .wrapper-brand-platform .col-box-sevan p.box-sevan-text {
        max-width: 260px;
    }
    .col-box-sevan .box-heading:before{
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(255, 255, 255, 0.100) 50%);
    }
    .col-buttons {
        display: none;
    }
    .nav .mobile-menu{
        display: flex;
        cursor: pointer;
    }
    .col-social-icons{
        border-right: unset;
        padding: 0;
        margin: 0;
    }
    /* .col-links {
        max-width: 100%;
    } */
    .nav .mobile-menu {
        width: 38px;
    }
    .bottom-footer .whatsApp-col {
        border-right: unset;
    }
    .bottom-footer>.container>.row {
        flex-wrap: wrap;
    }
    .bottom-footer .whatsApp-col{
        padding: 0;
    }
    .col-links{
        padding-left: 0;
    }
     .popup-content {
        padding: 0px 20px 0px 20px;
        min-height: unset;
    }
    .bottom-footer .col-right{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .bottom-footer .col-right::before{
        display: none;
    }
    .col-links {
        justify-content: flex-start;
        margin-top: 10px;
    }
    .bottom-footer .whatsApp-col {
        width: 100%;
    }
    .bottom-footer .whatsApp-img {
        width: 150px;
    }
    .header-banner-img:before{
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 4%, rgba(255, 255, 255, 0) 100%);
    }
}
@media screen and (max-height:715px){
    .popup-content{
        padding: 40px 20px 60px 20px;
    }
}
@media screen and (max-height:650px){
    .popup-content{
        padding: 30px 25px 50px 25px;
    }
}
@media screen and (max-height:540px) {
    .banner-sec h1{
        font-size: 50px;
        line-height: 50px;
    }
    .border{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .banner-btn a{
        margin-top: 15px;
    }
    .social-inner-icons img {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:640px) {
    .nav .row .col-buttons {
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .brand-platform-sec .row.first-row, 
    .brand-platform-sec .row.second-row.col-box-one-row {
        flex-basis: unset;
        width: 100%;
    }
    .contact-info a.phone-number,
    .footer_location p {
        font-size: 16px;
    }
}
@media screen and (max-width:480px){
    .box-width {
        flex-direction: column;
        gap: unset;
    }
    .col-brand-platform>.brand-platform-row, .brand-platform-sec .row.brand-platform-last-row {
        width: 100%;
    }
}
@media screen and (max-width:370px){
    .nav .col-buttons .nav-buttons {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-header {
        max-width: 170px;
        
    }
}