/* <-- Global - CSS --> */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*scrollbar-width: none;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}

a:focus-visible, select:focus-visible, input:focus-visible {
    outline: none;
}

.column-content {
    display: flex;
    flex-direction: column;
}

.js-loading {
    visibility: hidden;
}

.js-loading * {
    visibility: hidden;
}

/*body.no-scroll {*/
/*  overflow: hidden;*/
/*  height: 100vh;*/
/*  touch-action: none;*/
/*}*/

ul li {
    list-style: none;
}

dl,
ol,
ul {
    margin: 0 !important;
    padding-left: 0 !important;
}


p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: #FE330A;
    --secondary-color: #777777;
    --white-color: #ffffff;
    --light-white: #F7F7F9;
    --grey-slate:#EEEEEE;
    --midnight-color: #041321;
    --light-dark: #222222;
    --black-color: #000;
    --box-shadow: 2px 2px 5px 0px #1D000A;
    --transition: all 0.3s ease-in-out;
    --border-radius: 12px;
}

.main-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

/* FONT FACE (FONT-FAMILY) */

/*  font-family: 'Montserrat'; */

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


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

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*  font-family: 'PP Neue Montreal'; */

@font-face {
    font-family: 'PP Neue Montreal-Bold';
    src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Bold.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal-Medium';
    src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Medium.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal Book-Regular';
    src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Book.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* <-- CUSTOM - CSS --> */


/* Navbar Styles */

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding:24px 20px 20px 20px !important;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}
.navbar_sticky{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background-color: var(--black-color);
    padding:10px 20px 15px 20px !important;
}

.nav_contain {
    width: 100%;
    max-width: 1293px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar__logo{
    z-index:1001;
}
.navbar_sticky .navbar__logo img {
    width: 205px;
}
.navbar__logo img{
 transition:all 0.3s ease-in-out;
 max-width: 279px;
 object-fit: contain;
}
.navbar.scrolled .navbar__logo img{
  max-width:205px;
}
.navbar.scrolled .navbar__close {
    top:12.5px;
}

.navbar__menu,.navbar__menus {
    display: flex;
    gap: 32px;
    list-style: none;
}

li.active .navbar__link {
    color:var(--primary-color);
}
.navbar__link.active {
    color:var(--primary-color);
}
.navbar__link {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar__link:hover {
    color: var(--primary-color);
}

.navbar__link::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.navbar__link:hover::after {
    width: 100%;
}

.navbar__toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

.navbar__hamburger,
.navbar__close {
    font-size:20px;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.navbar__hamburger {
    display: block;
}

.navbar__close {
    display: none;
    position: relative;
    background-color: transparent;
}

.navbar__close::before {
    transform: rotate(45deg);
}

.navbar__close::after {
    transform: rotate(-45deg);
}

/* Hero Section */

.hero-banner {
    position: relative;
    height:100vh;
    overflow: hidden;
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.hero-banner::after {
    content: "";
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    position: absolute;
    height:100%;
    inset: 0;
    background: linear-gradient(180deg, #470A1F 49.52%, #FF2B00 100%);
    mix-blend-mode: color;
    z-index: 3;
    pointer-events: none;
}

/* Safari-specific adjustments */
@supports (-webkit-appearance:none) and (not (overflow-clip-margin: 0px)) {
    .hero-banner::after {
        -webkit-mix-blend-mode: multiply;
        opacity: 0.7 !important;
    }
}

.hero__content {
    text-align: center;
    max-width: 791px;
    display: flex;
    margin: auto;
    gap: 41px;
    height:100vh;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    position: relative;
}

.hero__content {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    animation: heroFadeSlide 1.2s ease-out forwards;
}

@keyframes heroFadeSlide {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}



.hero_banner_title-col {
    display: flex;
    gap: 18px;
    flex-direction: column;
}

.hero__title h1{
    font-family: "Montserrat-SemiBold";
    font-size: 66px;
    color: var(--white-color);
    line-height: 76px;
    text-align: center;
    vertical-align: middle;
    /* box-shadow: 2px 2px 5px 0px #1D000A; */
}


.hero__subtitle {
    font-family: "Montserrat-Medium";
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    /* box-shadow: 2px 2px 5px 0px #000000; */
    color: var(--white-color);
}


/* Initial hidden state */
.left-img,
.right-img {
  opacity: 0;
  transform: translateX(0);
  will-change: transform, opacity;
}

/* Slide from left */
@keyframes slideFromLeft {
  0% {
    transform: translateX(-80%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Slide from right */
@keyframes slideFromRight {
  0% {
    transform: translateX(80%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply animation */
.animate-left {
  animation: slideFromLeft 1s ease-out forwards;
}

.animate-right {
  animation: slideFromRight 1s ease-out forwards;
}



.hero__buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn--primary {
    background-color: var(--primary-color);
    padding: 7px 22px;
    font-family: "Montserrat-Medium";
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--white-color);
    border: none;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.btn--secondary {
    background-color: transparent;
    padding: 9px 22px;
    font-family: "Montserrat-Medium";
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--white-color);
    border: none;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
    border: 2px solid var(--primary-color);
    color: var(--white-color);
}

.button i {
    opacity: 0;
    font-size: 0;
    transform: translateX(-5px);
    transition: .3s ease;
}

.button:hover i {
    opacity: 1;
    font-size: 18px;
    transform: translateX(6px);
    margin-left: 10px;
}



/*  WHAT WE DO SECTION START  */

.what_we_section {
    padding: 80px 0 62px 0;
    background-color: var(--white-color);
    overflow-x: hidden;
}
.what_we_container{
    max-width:100%;
    width:100%;
}
.section-head-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.section__title {
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    line-height: 14.4PX;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0;
    padding: 0;
}

.section__title::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 16px auto 0;
}

.section__text {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    color: var(--secondary-color);
    max-width: 836px;
    margin: 0 auto;
}

.main_section_row {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.section-right-content {
    max-width: 612px;
    padding: 70px 0 40px 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bg-color{
    background-color: var(--light-white);
    align-items:center;
}

.section-right-content h3 {
    font-family: "Montserrat-Medium";
    font-size: 30px;
    line-height: 45px;
    color: var(--light-dark);
}

.section-right-content h6 {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary-color);
}

.section-right-content p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}

.section-right-content p span {
    font-family: "Montserrat-Bold";
}

.who_we_section {
    padding: 47px 20px 37px 20px;
    overflow-x: hidden;
}

.who_we_container {
    max-width: 1170px;
    margin: 0 auto;
}

.who_we_col_content{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.who_we_left_content {
    max-width:495px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.who_we_left_content p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}

.who_we_row{
    padding-top:21px;
}
.row_width{
    display:flex;
    width:100%;
}
.col_width{
    width:50%;
}
.section_subtitle {
    font-family: "Montserrat-Medium";
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    color: var(--light-dark)
}

.section__text span {
    font-style: italic;
    font-family: "Montserrat-Bold";
}

.section_sub_col {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.who_we_left_content h4 {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--light-dark);
}


/* Brand Section Start */

.brand-section{
    padding:30px 0;
    background-color:var(--grey-slate);
}

.brand-marquee {
    overflow: hidden;
    width: 100%;
    background: transparent;
}

.brand-track {
    display: flex;
    align-items: center;
    gap:64px;
    width: max-content;
    animation: marquee linear infinite;
    animation-duration:20s;
    will-change: transform;
}

.brand-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.brand-marquee:hover .brand-track,
.brand-marquee:focus-within .brand-track {
    animation-play-state: paused;
}
header {
    position: absolute;
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .brand-track {
        animation: none;
    }
}

.industry_solutions_section{
    padding:122px 20px 102px 20px;
}
.industry_solutions_container{
    max-width:1170px;
    margin:0 auto;
}

.mx-col{
    display:flex;
    justify-content:center;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.grid-card {
    background:var(--light-white);
    width: 100%;
    height:100%;
    padding: 35px 26px;
    transition:all 0.3s ease-in-out;
    display: flex;
    gap:15px;
    flex-direction: column;
}

.grid_section{
    margin:35px 0 45px 0;
}
.row > .col-lg-4:nth-child(even) .grid-card,
.row > .col-md-6:nth-child(even) .grid-card,
.row > .col-12:nth-child(even) .grid-card {
  background:var(--grey-slate);
}

.grid-card h3 {
 font-family: "Montserrat-Medium";
font-size: 24px;
line-height: 36px;
vertical-align: middle;
color:var(--light-dark);
}

.grid-card p {
  font-family: "Montserrat-Regular";
font-size: 16px;
line-height: 24px;
vertical-align: middle;
color:var(--secondary-color);
}

.grid-card:hover {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
}

.grid-section .row {
    margin: 0 -15px;
}

.contact_section{
background: linear-gradient(180deg, #7E043D 0%, #FE330A 100%);
padding:202px 20px 117px 20px;
}

.contact_section__title{
    font-family: "Montserrat-Medium";
font-size: 36px;
line-height: 36px;
text-align: center;
vertical-align: middle;
color:var(--light-white);
}

.contact_section__text{
    font-family: "Montserrat-Regular";
font-size: 18px;
line-height:24px;
text-align: center;
vertical-align: middle;
color:var(--light-white);
max-width:932px;
margin:0 auto;
}
.contact-link-column{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.contact-link{
    font-family: "Montserrat-Bold";
font-size: 18px;
line-height: 36px;
text-align: center;
vertical-align: middle;
color:var(--light-white);
transition:all 0.3s ease-in-out;
}
.contact-link:hover{
opacity:0.7;
}
.contact_title_col{
     display:flex;
    flex-direction:column;
    gap:31px;
}
.contact_detail_col{
     display:flex;
    flex-direction:column;
    gap:53px;
}
.contact_subtitle_column{
    display:flex;
    flex-direction:column;
    gap:40px;
}
.wh-btn{
     background-color: var(--white-color);
    padding: 8px 22px;
    font-family: "Montserrat-Medium";
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--primary-color);
    border: none;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.footer_section{
    background-color:var(--midnight-color);
    padding:53px 20px 62px 20px;
}

.footer_container{
    max-width:1281px;
    margin:0 auto;
}
.footer_link_col{
  display:flex;
  flex-direction:column;
}
.footer_link_col a,.footer_link_col h5{
font-family: 'PP Neue Montreal-Medium';
font-size: 16px;
line-height:32px;
color:var(--white-color);
text-align:left;
transition:all 0.3s ease-in-out;
}
.footer_link_col a:hover{
    color:var(--primary-color);
    opacity:1;
}
.footer_links_row{
    display:flex;
    justify-content:space-between;
}
.footer_bottom{
    display:flex;
    align-items:end;
    padding-top:20px;
    justify-content:space-between;
}

.copyright_col p,.copyright_col a{
   font-family: 'PP Neue Montreal Book-Regular';
font-size: 11px;
line-height: 22px;
text-transform: uppercase;
color:var(--white-color);
transition:all 0.3s ease-in-out;
}
.atag_line{
 text-decoration:underline !important;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
}
.copyright_col a:hover{
    color:var(--primary-color);
}
.socail_link a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.socail_link a:hover {
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.col-img .left-img{
    width:100%;
    margin:0 !important;
}

.col-img .right-img{
    max-width:100%;
}

/* Mobile Responsive */

@media only screen and (max-width:1200px) {
    
    .section-right-content {
    padding:40px 20px;
}
    .what_we_section {
    padding: 80px 20px 62px 20px;
}
.navbar__logo img{
 max-width: 210px;

}

}
@media only screen and (max-width:992px) {
    .navbar__menu {
        position:fixed;
        top: 0;
        right: -100%;
        width:70%;
        height: 100vh;
        background-color: var(--midnight-color);
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
        transition: right 0.3s ease;
        padding: 80px 20px 50px 40px !important;
    }
    
.navbar{
  position:fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: var(--black-color); */
  padding: 12.5px 20px !important;
  z-index: 999;
}

   
    .navbar__menu.active {
        right: 0;
        overflow:hidden;
        height:100vh !important;
    }
    

    .navbar__toggle {
        display: flex;
    }

    .navbar__toggle.active .navbar__hamburger {
        display: none;
    }

    .navbar__toggle.active .navbar__close {
        display: block;
    }

    .navbar__logo img,.footer_logo img{
        max-width: 200px;
    }
    .hero__content{
        padding:0 20px;
    }


.contact_section {
    padding:120px 20px;
}
    .hero__title h1,.animated-headline {
        font-size: 42px;
        line-height:53px;
    }

    .hero__subtitle {
        font-size: 18px;
        line-height:30px;
    }

.section_subtitle {
    font-size: 28px;
    line-height:36px;
}
.section-right-content h3{
    font-size:26px;
    line-height:34px;
}
.contact_section {
    padding:67px 20px;
}
.contact_section__title{
    font-size:30px;
    line-height:40px;
}
.industry_solutions_section {
    padding:67px 20px;
}
.main_section_row{
    gap:40px;
}
.brand-track {
    gap:24px;
}
.brand-section{
    padding:20px 0;
}
.navbar__link:hover{
  color:#FFF;
}
.navbar__link::after {
    height:0;
}
}

@media only screen and (max-width:767px) {
    .footer_container .row{
        gap:32px;
    }
    .footer_bottom{
        padding-top:32px;
    }
  
    .col-img img{
        display:flex;
        margin:0 auto;
    }
    .section-right-content{
        max-width:100%;
    }
    .col_width{
    width:100%;
}
.row_width{
    flex-direction:column;
}
    .who_we_row,.right-img{
        padding-top:40px;
    }
    .who_we_left_content{
        gap:20px;
         max-width:100%;
    }
    
}

@media only screen and (max-width:576px) {

    .navbar__logo img ,.footer_logo img{
        max-width: 180px;
    }
    .contact-link-column{
        gap:0;
    }
    .contact-link{
        font-size:16px;
        line-height:34px;
    }
 
.section-right-content h6 {
    font-size: 16px;
}
.grid-card{
    padding:25px 10px;
}
.who_we_left_content h4{
    font-size:20px;
    line-height:24px;
}
.section__text {
    font-size: 16px;
    line-height: 26px;
}
.grid-card h3{
    font-size:21px;
    line-height:32px;
}
.navbar.scrolled .navbar__logo img {
    max-width: 185px;
}
    .footer_section{
    padding: 40px 20px;
}
.hero__title h1, .animated-headline {
        font-size: 38px;
        line-height: 53px;
    }
    
    .btn--primary{
        padding:7px 20px !important;
        font-size:14px;
        line-height:24px;
    }
    .who_we_col_content{
        gap:10px;
    }
.btn--secondary {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
}
.grid-card p {
    font-size: 14px;
    line-height: 21px;
}
.contact_detail_col{
    gap:25px;
}
.what_we_section {
    padding:67px 20px 20px 20px;
}
}

@media only screen and (max-width:480px) {

    .hero__title h1,.animated-headline {
        font-size: 28px;
        line-height:42px;
    }
.section-right-content h3 {
        font-size: 20px;
        line-height:30px;
    }
    .hero__subtitle {
        font-size: 16px;
        line-height:28px;
    }

    .section__title,.who_we_left_content p {
        font-size:14px;
        line-height:20px;
    }
    .navbar__menu,.navbar__menus{
        padding:80px 20px 20px 20px !important;
    }
    .section_subtitle {
    font-size: 24px;
    line-height:34px;
}
.contact_section__title{
    font-size: 26px;
    line-height: 36px;
}
.wh-btn{
    font-size:16px;
}

    .brand-item img {
    max-width: 100px;
}
    .navbar__link,.section__text{
    font-size: 14px;
    line-height: 24px;
    }
    .navbar__menu,.navbar__menus{
        gap:20px;
    }
    .brand-track {
    gap:14px;
}

}

@media only screen and (max-width:400px) {
  .hero__title h1,.animated-headline {
        font-size: 26px;
        line-height: 39px;
    }
        .grid-card h3 {
        font-size: 18px;
        line-height: 28px;
    }
        .contact_section__title {
        font-size: 22px;
        line-height: 34px;
    }
    .contact_section__text {
    font-size: 14px;
    line-height: 22px;
    }
    .wh-btn{
    font-size:14px;
}

}
@media (max-width: 375px) {
   
   .hero__title h1,.animated-headline {
        font-size: 22px;
        line-height: 34px;
    }

    .hero__subtitle {
        font-size: 14px;
        line-height:20px;
    }

}
