@font-face {
    font-family: 'avenir-light-oblique';
    src: url('../fonts/avenir-light-oblique.ttf');
}

@font-face {
    font-family: 'avenir-light';
    src: url('../fonts/avenir-light.ttf');
}

h2.about-heading {
    font-family: "Libre Caslon Text", serif;
    color: #151515;
    font-size: 42px;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0;
}

.about-hero--wrapper h1 {
    font-family: "Libre Caslon Text", serif;
    color: #151515;
    font-size: 78px;
    letter-spacing: -2.9px;
    line-height: 1.53;
    margin-bottom: 0px;
}

.about-hero--wrapper p {
    font-family: 'avenir-light-oblique';
    color: #151515;
    font-size: 26px;
    line-height: 1.57;
    margin: 0;
}

.about-hero-img {
    margin-top: 47px;
    position: relative;
    padding-bottom: 42.3%;
}

.about-hero-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-hero-img .play-icon {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about-piller-box--wrapper.row {
    margin: 73px 0 0;
    gap: 40px;
}

.col-4.piller-box {
    width: calc(33.33% - 26.66px);
    padding: 0;
}

.piller-box h3 {
    font-family: "Libre Caslon Text", serif;
    color: #151515;
    font-size: 38px;
    letter-spacing: -1.2px;
    line-height: 1.23;
    border-bottom: 1px solid #81D8D0;
    padding-bottom: 22px;
    margin-bottom: 32px;
}

.piller-box p {
    font-family: 'avenir-light';
    font-size: 20px;
    color: #151515;
    line-height: 1.63;
}

.about-hero--wrapper {
    padding: 66px 0 88px;
}

.choose--wrapper {
    background: #F6F6F6;
    padding: 150px 0;
}

.choose-col--wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
}

.choose-left-col {
    width: calc(57.813% - 40px);
}

.choose-right-col {
    width: calc(42.187% - 40px);
}

.choose-right-col img {
    max-width: 100%;
    height: auto;
}

.choose-left-col p {
    color: #151515;
    font-family: 'avenir-light';
    font-size: 20px;
    line-height: 1.63;
    margin: 0;
}

.choose-left-col p:not(:last-child) {
    margin-bottom: 28px;
}

.choose-left-col h2 {
    margin-bottom: 35px;
}

.mission--wrapper p {
    font-family: 'avenir-light-oblique';
    color: #151515;
    font-size: 24px;
    line-height: 1.57;
    font-weight: 300;
    margin: 31px 0 0;
}

.mission-box--wrapper h6 {
    font-family: 'avenir-light';
    color: #151515;
    font-size: 22px;
    line-height: 1.63;
    font-weight: 300;
    margin-bottom: 28px;
}

.mission-box--wrapper .row {
    margin: 0;
    gap: 40px;
}

.mission-box--wrapper .col-6 {
    padding: 0;
    width: calc(50% - 20px);
    position: relative;
    padding-left: 60px;
}

.mission-info-box img {
    position: absolute;
    top: 0;
    left: 0;
}

.mission-info-box h5 {
    font-family: "Libre Caslon Text", serif;
    font-size: 26px;
    color: #151515;
    letter-spacing: -0.48px;
    line-height: 1.33;
    margin-bottom: 16px;
}

.mission-info-box p {
    color: rgba(21, 21, 21, 0.80);
    font-family: 'avenir-light';
    font-size: 20px;
    line-height: 1.63;
    margin: 0;
}

.mission-box--wrapper {
    margin-top: 59px;
    border-bottom: 1px solid #81D8D0;
    padding-bottom: 40px;
}

.mission--wrapper p.mission-bot-text {
    font-family: 'avenir-light';
    color: #151515;
    font-size: 22px;
    line-height: 1.63;
    margin-top: 40px;
}

.mission--wrapper {
    padding: 150px 0;
}

.client-stories--wrapper {
    background: #F6F6F6;
    padding: 150px 0;
}

.client-story-box {
    background: #FFF;
    padding: 40px 40px 60px 40px;
}

.client-story-box p {
    font-family: 'avenir-light-oblique';
    color: #151515;
    font-size: 26px;
    line-height: 1.71;
    font-weight: 300;
    letter-spacing: 0;
    margin: 38px 0 32px;
}

.client-story-box h6 {
    font-family: "Libre Caslon Text", serif;
    color: #151515;
    font-size: 24px;
    letter-spacing: -0.28px;
    line-height: 1.33;
    margin: 0;
}

.client-story-slider {
    margin-top: 55px;
}

.client-stories--wrapper .swiper-arrows {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    top: 0 !important;
    width: 40px;
    height: 40px;
    background: #FFF;
    transition: all 0.4s;
}

.client-stories--wrapper .swiper-arrows:after {
    display: none;
}

.slider-navigation {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 40px;
}

.client-stories--wrapper .swiper-arrows:hover {
    background: #A6E2DF;
}

.accreditations--wrapper p {
    color: #151515;
    font-size: 20px;
    line-height: 1.63;
    font-family: 'avenir-light';
    font-weight: 300;
    margin: 33px 0 0;
}

.awards-box--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.award-box {
    width: calc(20% - 24px);
    border-top: 1px solid #81D8D0;
    padding-top: 32px;
}

.award-box h5 {
    font-family: "Libre Caslon Text", serif;
    font-size: 22px;
    color: #151515;
    letter-spacing: -0.42px;
    line-height: 1.52;
    margin-bottom: 16px;
}

.award-box p {
    color: #151515CC;
    font-size: 16px;
    line-height: 2;
    margin: 0;
}

.accreditations--wrapper {
    padding: 150px 0;
}

.about-quote--wrapper {
    background: #F6F6F6;
    padding: 100px 0;
}

.about-quote--wrapper p {
    color: #151515;
    font-family: 'avenir-light-oblique';
    font-size: 26px;
    line-height: 1.71;
    font-weight: 300;
    max-width: 1240px;
    margin: 0;
}

.about-quote--wrapper h6 {
    font-family: "Libre Caslon Text", serif;
    color: #151515;
    font-size: 28px;
    letter-spacing: -0.48px;
    line-height: 1.33;
    font-weight: 400;
    margin: 65px 0 0;
}

@media screen and (max-width:767px) {
    .about-hero--wrapper h1 {
        font-size: 40px;
        letter-spacing: -1.9px;
        margin-bottom: 10px;
    }

    .about-hero--wrapper p {
        font-size: 20px;
    }

    .about-hero-img {
        margin-top: 32px;
        padding-bottom: 0;
        max-height: 359px;
        height: 100%;
        min-height: 359px;
    }

    .about-piller-box--wrapper.row {
        margin: 43px 0 0;
    }

    .col-4.piller-box {
        width: 100%;
    }

    .piller-box h3 {
        font-size: 24px;
        letter-spacing: -0.75px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .piller-box h3 br {
        display: none;
    }

    .piller-box p {
        font-size: 16px;
    }

    .about-hero--wrapper {
        padding: 56px 0 78px;
    }

    h2.about-heading {
        font-size: 28px;
        letter-spacing: -0.8px;
    }

    .choose-col--wrapper {
        gap: 50px;
        flex-direction: column-reverse;
    }

    .choose-left-col p:not(:last-child) {
        margin-bottom: 20px;
    }

    .choose-left-col p {
        font-size: 18px;
    }

    .choose-left-col h2 {
        margin-bottom: 25px;
    }

    .choose-col--wrapper>div {
        width: 100%;
    }

    .mission--wrapper p {
        font-size: 18px;
        margin: 20px 0 0;
    }

    .mission-box--wrapper {
        margin-top: 41px;
        padding-bottom: 30px;
    }

    .mission-box--wrapper .col-6 {
        width: 100%;
        padding-left: 50px;
    }

    .mission-box--wrapper h6 {
        font-size: 18px;
    }

    .mission--wrapper p.mission-bot-text {
        font-size: 16px;
        margin-top: 24px;
    }

    .mission-info-box img {
        max-width: 34px;
    }

    .mission-info-box h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .mission-info-box p {
        margin: 0;
        font-size: 16px;
    }

    .mission-info-box p br {
        display: none;
    }

    .client-story-slider {
        margin-top: 35px;
    }

    .client-story-box {
        padding: 25px 25px 35px;
    }

    .client-story-box img {
        max-width: 60px;
    }

    .client-story-box p {
        font-size: 18px;
        margin: 25px 0 28px;
    }

    .client-story-box h6 {
        font-size: 20px;
    }

    .slider-navigation {
        margin-top: 20px;
    }

    .accreditations--wrapper p {
        font-size: 18px;
        margin: 23px 0 0;
    }

    .accreditations--wrapper,
    .client-stories--wrapper,
    .mission--wrapper,
    .choose--wrapper {
        padding: 80px 0;
    }

    .award-box {
        width: 100%;
        padding-top: 25px;
    }

    .awards-box--wrapper {
        margin-top: 44px;
    }

    .award-box p {
        font-size: 16px;
        margin: 0;
    }

    .award-box h5 {
        font-size: 20px;
        letter-spacing: -0.35px;
        margin-bottom: 13px;
    }

    .about-quote--wrapper {
        padding: 80px 0;
    }

    .about-quote--wrapper p {
        font-size: 18px;
    }

    .about-quote--wrapper h6 {
        font-size: 18px;
        margin: 40px 0 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-hero--wrapper h1 {
        font-size: 48px;
        letter-spacing: -1.9px;
        margin-bottom: 10px;
    }

    .about-hero--wrapper p {
        font-size: 22px;
    }

    .about-piller-box--wrapper.row {
        margin: 63px 0 0;
        gap: 20px;
    }

    .col-4.piller-box {
        width: calc(33.33% - 13.33px);
    }

    .piller-box h3 {
        font-size: 26px;
        letter-spacing: -1.1px;
        padding-bottom: 15px;
        margin-bottom: 22px;
    }

    .piller-box p {
        font-size: 17px;
    }

    h2.about-heading {
        font-size: 34px;
        letter-spacing: -1.1px;
    }

    .choose-col--wrapper {
        gap: 40px;
    }

    .choose-left-col p:not(:last-child) {
        margin-bottom: 20px;
    }

    .choose-left-col p {
        font-size: 16px;
    }

    .choose-left-col {
        width: calc(57.813% - 20px);
    }

    .choose-right-col {
        width: calc(42.187% - 20px);
    }

    .choose-left-col h2 {
        margin-bottom: 30px;
    }

    .mission--wrapper p {
        font-size: 20px;
        margin: 25px 0 0;
    }

    .mission-box--wrapper {
        margin-top: 49px;
        padding-bottom: 35px;
    }

    .mission-box--wrapper h6 {
        font-size: 20px;
    }

    .mission--wrapper p.mission-bot-text {
        font-size: 18px;
        margin-top: 32px;
    }

    .mission-info-box h5 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .mission-info-box p {
        font-size: 17px;
        margin: 0;
    }

    .mission-info-box p br {
        display: none;
    }

    .client-story-slider {
        margin-top: 43px;
    }

    .client-story-box p {
        font-size: 22px;
        margin: 28px 0 32px;
    }

    .client-story-box img {
        max-width: 60px;
    }

    .client-story-box h6 {
        font-size: 20px;
    }

    .slider-navigation {
        margin-top: 20px;
    }

    .accreditations--wrapper p {
        font-size: 18px;
        margin: 30px 0 0;
    }

    .awards-box--wrapper {
        margin-top: 40px;
    }

    .award-box {
        width: calc(50% - 15px);
        padding-top: 30px;
    }

    .award-box p {
        font-size: 16px;
        margin: 0;
    }

    .accreditations--wrapper,
    .client-stories--wrapper,
    .mission--wrapper,
    .choose--wrapper {
        padding: 80px 0;
    }

    .about-quote--wrapper {
        padding: 80px 0;
    }

    .about-quote--wrapper p {
        font-size: 22px;
    }

    .about-quote--wrapper h6 {
        font-size: 20px;
        margin: 45px 0 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .about-hero--wrapper h1 {
        font-size: 58px;
        letter-spacing: -2.9px;
        margin-bottom: 10px;
    }

    .about-hero--wrapper p {
        font-size: 24px;
    }

    .about-piller-box--wrapper.row {
        margin: 63px 0 0;
        gap: 30px;
    }

    .col-4.piller-box {
        width: calc(33.33% - 20px);
    }

    .piller-box h3 {
        font-size: 34px;
        letter-spacing: -1.1px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .piller-box p {
        font-size: 18px;
    }

    h2.about-heading {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .choose-left-col h2 {
        margin-bottom: 42px;
    }

    .choose-left-col p:not(:last-child) {
        margin-bottom: 20px;
    }

    .choose-left-col p {
        font-size: 20px;
    }

    .choose-col--wrapper {
        gap: 60px;
    }

    .choose-right-col {
        width: calc(42.187% - 30px);
    }

    .choose-left-col {
        width: calc(57.813% - 30px);
    }

    .mission--wrapper p {
        font-size: 22px;
        margin: 31px 0 0;
    }

    .mission-box--wrapper {
        margin-top: 49px;
    }

    .mission-info-box h5 {
        font-size: 22px;
    }

    .mission-info-box p {
        font-size: 20px;
        margin: 0;
    }

    .mission-info-box p br {
        display: none;
    }

    .mission--wrapper p.mission-bot-text {
        font-size: 20px;
        margin-top: 34px;
    }

    .client-story-slider {
        margin-top: 53px;
    }

    .client-story-box p {
        font-size: 24px;
        margin: 31px 0 32px;
    }

    .client-story-box h6 {
        font-size: 22px;
    }

    .accreditations--wrapper p {
        font-size: 20px;
    }

    .awards-box--wrapper {
        margin-top: 49px;
    }

    .award-box {
        width: calc(33.33% - 20px);
        padding-top: 30px;
    }

    .accreditations--wrapper,
    .client-stories--wrapper,
    .mission--wrapper,
    .choose--wrapper {
        padding: 100px 0;
    }

    .about-container {
        max-width: 960px;
    }

    .about-quote--wrapper {
        padding: 80px 0;
    }

    .about-quote--wrapper p {
        font-size: 24px;
    }

    .about-quote--wrapper h6 {
        font-size: 22px;
        margin-top: 55px;
    }
}

@media (min-width:1200px) and (max-width:1359px) {
    .about-hero--wrapper h1 {
        font-size: 61px;
        letter-spacing: -2.9px;
        margin-bottom: 5px;
    }

    .piller-box h3 {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

    .about-hero--wrapper p {
        font-size: 26px;
    }

    .piller-box p {
        font-size: 20px;
    }

    h2.about-heading {
        font-size: 38px;
    }

    .choose-left-col h2 {
        margin-bottom: 52px;
    }

    .choose-left-col p:not(:last-child) {
        margin-bottom: 27px;
    }

    .choose-left-col p {
        font-size: 20px;
    }

    .mission--wrapper p {
        font-size: 26px;
        margin: 35px 0 0;
    }

    .mission-info-box h5 {
        font-size: 22px;
    }

    .mission-info-box p {
        font-size: 20px;
        margin: 0;
    }

    .mission--wrapper p.mission-bot-text {
        font-size: 20px;
        margin-top: 40px;
    }

    .client-story-box p {
        font-size: 26px;
        margin: 38px 0 32px;
    }

    .awards-box--wrapper {
        margin-top: 59px;
    }

    .award-box h5 {
        font-size: 21px;
        margin-bottom: 13px;
    }

    .accreditations--wrapper,
    .client-stories--wrapper,
    .mission--wrapper,
    .choose--wrapper {
        padding: 120px 0;
    }

    .award-box p {
        font-size: 16px;
    }

    .about-container {
        max-width: 1150px;
    }

    .about-quote--wrapper p {
        font-size: 26px;
    }

    .about-quote--wrapper h6 {
        font-size: 22px;
    }
}


/* Footer */

.footer-col--wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.footer-contact-detail p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'avenir-light';
    max-width: 270px;
    margin: 0;
}

.footer-contact-detail p a {
    color: #fff;
    border-bottom: 2px solid transparent;
    display: block;
    text-decoration: none;
    transition: 0.5s ease;
    width: fit-content;
    margin-bottom: 0.5rem;
}

.footer-contact-detail p:not(:last-child) {
    margin-bottom: 27px;
}

.footer-newsletter-col h6 {
    color: #A6E2DF;
    font-size: 18px;
    line-height: 2;
    font-family: 'avenir-light';
    margin: 0 0 19px;
}

.footer-newsletter-col input {
    background: none;
    border: none;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 20px;
    font-family: 'avenir-light';
    line-height: 1.27;
    width: 100%;
    min-width: 360px;
}

.footer-newsletter-col input::placeholder {
    color: #fff;
}

.footer-newsletter-col form {
    position: relative;
}

.footer-newsletter-col button {
    position: absolute;
    background: none;
    border: none;
    top: 41%;
    transform: translateY(-50%);
    right: 0;
    padding: 0;
    color: #A6E2DF;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'avenir-light';
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.footer-social {
    padding: 0;
    margin: 35px 0 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-contact-detail {
    width: 100%;
    max-width: 300px;
}

.footer-bottom--wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    border-top: 1px solid #A6E2DF;
    padding-top: 40px;
    margin-top: 60px;
}

footer.footer-wrapper {
    padding: 80px 0 40px;
}

@media screen and (max-width:767px) {
    .footer-contact-detail {
        max-width: 100%;
        order: 2;
    }

    .footer-col--wrapper>div {
        width: 100%;
    }

    .footer-col--wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .footer-logo {
        order: 1;
    }

    .footer-newsletter-col {
        order: 3;
    }

    footer.footer-wrapper {
        padding: 50px 0 40px;
    }

    .footer-logo img {
        max-width: 158px;
        margin: 0 auto;
    }

    .footer-contact-detail p,
    .footer-newsletter-col button {
        font-size: 16px;
    }

    .footer-contact-detail p:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer-newsletter-col input {
        font-size: 16px;
        min-width: 100%;
    }

    .footer-newsletter-col h6 {
        font-size: 16px;
    }

    ul.footer-social {
        margin: 25px 0 0;
        gap: 20px;
    }

    .footer-bottom--wrapper {
        gap: 20px;
        padding-top: 30px;
        margin-top: 50px;
        justify-content: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-col--wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 40px 20px;
        align-items: flex-start;
    }

    .footer-logo {
        order: 1;
        width: 100%;
    }

    .footer-newsletter-col {
        order: 3;
        width: calc(50% - 10px);
    }

    .footer-contact-detail {
        max-width: calc(50% - 10px);
        order: 2;
    }

    .footer-logo img {
        max-width: 170px;
        margin: 0 auto;
    }

    .footer-contact-detail p {
        font-size: 16px;
    }

    .footer-contact-detail p:not(:last-child) {
        margin-bottom: 23px;
    }

    .footer-newsletter-col h6 {
        font-size: 16px;
    }

    .footer-newsletter-col input {
        font-size: 18px;
        min-width: 100%;
    }

    ul.footer-social {
        margin: 30px 0 0;
        gap: 24px;
    }

    .footer-bottom--wrapper {
        padding-top: 30px;
        margin-top: 40px;
    }

    footer.footer-wrapper {
        padding: 60px 0 30px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-newsletter-col input {
        font-size: 16px;
        min-width: 100%;
    }

    .footer-col--wrapper {
        gap: 30px;
    }

    .footer-col--wrapper>div {
        width: calc(33.33% - 20px);
    }

    .footer-logo img {
        margin: 0 auto;
    }

    .footer-contact-detail p {
        font-size: 16px;
    }

    .footer-newsletter-col h6 {
        font-size: 15px;
    }

    ul.footer-social {
        margin: 30px 0 0;
        gap: 25px;
    }

    .footer-bottom--wrapper {
        padding-top: 40px;
        margin-top: 60px;
    }
}


/* Hero Banner */

.hero-container {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.hero--wrapper {
    background-image: url('../img/hero-new-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0 40px;
    margin: 1rem 2rem;
}

.hero-content--wrapper {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.hero--img {
    align-self: flex-end;
}

.hero--wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.70) 1.11%, rgba(0, 0, 0, 0.15) 59.98%);
}

.hero--wrapper>div {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    color: rgba(247, 248, 244, 0.60);
    font-family: 'avenir-book';
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: -3px;
    margin: 0;
}

.hero-heading {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
}

.hero-heading h2 {
    font-family: "Libre Caslon Text";
    font-size: 74px;
    font-style: italic;
    letter-spacing: -3.7px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.75) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding-right: 20px;
}

.hero-heading p {
    font-family: 'Cerebri Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1.2px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.75) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
}

.hero-logo--wrapper {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.hero-content {
    padding: 55px 0 60px;
    display: flex;
    flex-direction: column;
}

.hero--img img {
    max-width: 100%;
    height: auto;
}

.about-video {
    max-height: 550px;
    min-height: 550px;
    object-fit: cover;
    object-position: top;
    margin-top: 47px;
    max-width: 1080px;
    width: 100%;
}

.about-video-wrapper {
    position: relative;
    max-width: 1080px;
}

.about-video-wrapper .play-icon {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    position: absolute;
}

@media (min-width:992px) and (max-width:1199px) {
    .hero-content {
        padding: 40px 0;
    }

    .hero--wrapper {
        padding: 0 25px;
        gap: 30px;
    }

    .hero-heading h2 {
        font-size: 54px;
        letter-spacing: -2.7px;
    }

    .hero-heading p {
        font-size: 20px;
        letter-spacing: -0.75px;
        margin: 0 0 5px;
    }

    .hero-content h1 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .hero--img {
        max-width: 300px;
    }
}

@media (min-width:1200px) and (max-width:1359px) {
    .hero-content h1 {
        font-size: 50px;
        letter-spacing: -2px;
    }

    .hero-heading h2 {
        font-size: 64px;
    }

    .hero-heading p {
        font-size: 22px;
        margin: 0 0 7px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-content h1 {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .hero-heading p {
        font-size: 14px;
        letter-spacing: -0.2px;
        margin: 0 0 3px;
    }

    .hero-heading h2 {
        font-size: 41px;
        letter-spacing: -2.7px;
        padding-right: 15px;
    }

    .hero-content {
        padding: 35px 0 30px;
    }

    .hero--wrapper {
        padding: 0 30px;
    }
}

@media (min-width:850px) and (max-width:991px) {
    .hero-content h1 {
        font-size: 45px;
    }

    .hero-heading h2 {
        font-size: 48px;
    }
}

@media screen and (min-width:768px) {

    .hero--img .hero-logo--wrapper,
    .hero-content h1 br {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .hero-content .hero-logo--wrapper {
        display: none;
    }

    .hero-content--wrapper {
        flex-direction: column;
        gap: 35px;
    }

    .hero--wrapper {
        margin: 1rem;
        padding: 0;
        background-image: url('../img/hero-mob-new-bg.jpg');
    }

    .hero--wrapper::before {
        background: linear-gradient(179deg, rgba(0, 0, 0, 0.70) -13.93%, rgba(0, 0, 0, 0.15) 40.4%);
    }

    .hero-content {
        padding: 40px 20px 0;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.11;
        letter-spacing: -1.2px;
        margin-bottom: 26px;
    }

    .hero-heading h2 {
        font-size: 56px;
        letter-spacing: -2.8px;
        padding-right: 6px;
        line-height: 1.14;
    }

    .hero-heading {
        align-items: unset;
        flex-direction: column;
        max-width: fit-content;
    }

    .hero-heading p {
        font-size: 18px;
        letter-spacing: -0.9px;
        margin: 0;
        text-align: right;
    }

    .hero--img {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 20px;
        padding-right: 20px;
    }

    .hero-logo--wrapper {
        flex-direction: column;
        gap: 20px;
        margin: 0;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .hero-logo--wrapper img {
        max-width: 86px;
    }

    .about-video-wrapper .play-icon {
        height: 50px;
        width: 50px;
    }

    .about-video {
        min-height: 400px;
    }
}

@media screen and (max-width:374px) {
    .hero-content h1 {
        font-size: 30px;
        margin-bottom: 23px;
    }

    .hero-heading h2 {
        font-size: 37px;
        line-height: 1.4;
        padding-right: 5px;
    }

    .hero-heading p {
        font-size: 16px;
        margin: 2px 0 0;
    }

    .hero--img img {
        max-width: 140px;
    }

    .hero-logo--wrapper img {
        max-width: 60px;
    }
}

@media (min-width:375px) and (max-width:414px) {
    .hero-heading h2 {
        font-size: 45px;
    }

    .hero-heading p {
        font-size: 18px;
        margin: 3px 0 0;
    }

    .hero--img img {
        width: 170px;
    }

    .hero-logo--wrapper img {
        max-width: 80px;
    }
}

@media (min-width:415px) and (max-width:429px) {
    .hero-heading h2 {
        font-size: 48px;
    }
}

@media (min-width:551px) and (max-width:767px) {
    .hero--img {
        justify-content: center
    }
}