/*-----------------------------------*\
  #main.css
\*-----------------------------------*/

/**
 * copyright 2022 codewithsadee
 */

/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {
    /**
     * colors
     */

    --white: hsla(0, 0%, 100%, 1);
    --cultured: hsla(220, 20%, 97%, 1);
    --lavender-web: hsla(233, 52%, 94%, 1);

    /**
     * typography
     */

    --fs-1: calc(2.7rem + 1.38vw);
    --fs-2: calc(2.6rem + 0.66vw);
    --fs-3: 2.2rem;
    --fs-4: 1.9rem;
    --fs-5: 1.8rem;
    --fs-6: 1.7rem;
    --fs-7: 1.5rem;
    --fs-8: 1.4rem;

    --fw-700: 700;

    /**
     * spacing
     */

    --section-padding: 90px;
}

/*-----------------------------------*\
    #RESET
  \*-----------------------------------*/

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

li {
    list-style: none;
}

a,
img,
span,
input,
button,
ion-icon {
    display: block;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

img {
    height: auto;
}

input,
button {
    background: none;
    border: none;
    font: inherit;
}

input {
    width: 100%;
}

button {
    cursor: pointer;
}

ion-icon {
    pointer-events: none;
}

html {
    font-family: var(--ff-manrope) !important;
    font-size: 10px !important;
    scroll-behavior: smooth !important;
}

body {
    background-color: var(--white) !important;
    font-size: 1.6rem !important;
    line-height: 1.7;
    font-family: "Neue Haas Grotesk", sans-serif !important;
}

body.nav-active {
    overflow: hidden;
}

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

::-webkit-scrollbar-track {
    background-color: hsl(0, 0%, 98%);
}

::-webkit-scrollbar-thumb {
    background-color: hsl(0, 0%, 80%);
}

::-webkit-scrollbar-thumb:hover {
    background-color: hsl(0, 0%, 70%);
}

/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container {
    padding-inline: 16px;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-link {
    font-size: 2rem;
    transition: var(--transition-1);
}

.social-link:is(:hover, :focus-visible) {
    transform: translateY(-3px);
}

.section {
    padding-block: var(--section-padding);
}

.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.3;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-----------------------------------*\
    #nav
  \*-----------------------------------*/

body.nav-active {
    overflow: hidden;
}

.header-custome {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: var(--shadow-1);
    z-index: 4;
    background-color: #fff;
}

.header-custome.active {
    background-color: var(--white);
    position: fixed;
    animation: slideIn 0.5s ease forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.header-custome .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 83px;
}

.header-custome.active .logo-light,
.header-custome .logo-dark {
    display: none;
}

.header-custome .logo-light,
.header-custome.active .logo-dark {
    display: block;
}
.language-select:is(:focus, :hover, :active) {
    /* border: none;
    outline: none;
    box-shadow: none; */
}

.nav-open-btn {
    font-size: 4.5rem;
    color: black;
}

.header-custome.active .nav-open-btn {
    color: var(--charcoal);
}

.navbar-custome {
    position: fixed;
    top: 0;
    left: -300px;
    background-color: var(--raisin-black);
    color: var(--white);
    max-width: 300px;
    width: 100%;
    height: 100vh;
    padding: 30px;
    padding-block-end: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 2;
    visibility: hidden;
    transition: var(--transition-3);
}

.navbar-custome.active {
    visibility: visible;
    transform: translateX(300px);
    transition: 0.4s ease;
}

.navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: -webkit-fill-available; */
}

.nav-close-btn {
    background-color: black;
    color: var(--white);
    font-size: 2rem;
    padding: 6px;
    border-radius: 50%;
    transition: 0.2 ease-in;
}

.nav-close-btn ion-icon {
    --ionicon-stroke-width: 50px;
}

.nav-close-btn:is(:hover, :focus-visible) {
    background-color: var(--lavender-web);
}

.navbar-list {
    margin-block-end: auto;
}

.navbar-link {
    padding-block: 6px;
}

.contact-link:is(:hover, :focus-visible) {
    color: var(--violet-blue-crayola);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--lavender-web);
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease;
}

.overlay.active {
    pointer-events: all;
    opacity: 0.8;
}

/* about  */
.about-us-section {
    /* padding: 80px 0; */
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
    /*margin-top: 70px;*/
}

.about-description {
    overflow: hidden;
    position: relative;
    display: block;
    /*max-height: 210px;*/
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #000;
    font-size: 25px;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.text-about .btn-custom {
    display: inline-block;
    margin-top: 15px;
}

.about-image {
    max-width: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 8px;
}

.about-image:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .about-description {
        max-height: 100%;
        font-size: large;
        text-align: left;
    }
    .main-details {
        padding-bottom: 50px;
    }
    .first-item,
    .secand-item{
       width:100% !important;
    }
}

/* work */
.work {
    color: #000;
    font-style: normal;
    line-height: normal;
    padding: 50px 0;
}

.work h2 {
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 80px;
    font-weight: 700;
}
.work h3,
.team-member h3 {
    color: #000;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top:18px;
}
.team-member p,
.work p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.work img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 6px;
    
}
.project-details {
    padding-bottom: 4.5rem;
}

/*-----------------------------------*\
    #CTA
  \*-----------------------------------*/

.cta {
    background-color: #ea0029;
}

.cta .container {
    padding-block: 5px 5px;
}

.cta h2 ,
.cta h1{
    color: #fff;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-cta {
    background-color: #fff;
    padding: 14px 25px;
    border-radius: 8px;
    display: inline-block;
    color: #ea0029 !important;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 2px solid #ea0029;
}

.btn-cta:hover {
    background: inherit;
    border: 2px solid white;
    color: white !important;
}

.go-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #e60000;
    color: white !important;
    border: none;
    padding: 10px 18px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.go-top-btn.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*-----------------------------------*\
    #FOOTER
  \*-----------------------------------*/

.footer-social {
    justify-content: center;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 768px) {
    /**
     * CUSTOM PROPERTY
     */

    :root {
        /**
       * spacing
       */

        --section-padding: 120px;
    }

    /**
     * REUSED STYLE
     */

    .container {
        max-width: 720px;
    }

    /**
     * nav
     */

    .nav-custome .btn {
        display: block;
        margin-inline-start: auto;
        padding: 8px 20px;
    }

    .nav-custome.active .btn {
        background-color: var(--violet-blue-crayola);
        border-color: var(--violet-blue-crayola);
        color: var(--white);
    }
}

.footer-nav {
    justify-content: center !important;
    display: flex;
    flex-direction: row;
    text-align: left;
}

@media (max-width: 768px) {
    .img-footer img {
        width: 238px;
        margin: 23px 0;
    }
    .footer-nav {
        justify-content: space-between !important;
        display: flex;
        flex-direction: row;
    }
    .footer-nav li {
        padding-bottom: 10px;
    }
    /* .footer-social {
        font-size: 2.5rem;
        justify-content: start !important;
    } */
    .footer-social a {
        font-size: 2.5rem;
        text-align: left;
        justify-content: start !important;
    }
    .footer-legal {
        margin-top: 0px !important;
    }
    .footer-links ul li {
        margin-bottom: 0.5rem;
    }

    .our-work,
    .cta {
        padding: 40px 0 !important;
    }

    .cta h2 ,
    .cta h1{
        font-size: 28px;
        margin-bottom: 23px !important;
        font-weight: bolder;
    }

    .cta .btn {
        padding: 9px 17px;
    }

    .about-us-section img,
    .about-section img {
        margin: auto;
        padding-top: 45px;
    }

    .footer {
        background-color: #0e1821;
        height: auto !important;
    }
    .footer .section-top {
        flex-direction: column;
        padding: 20px 10px 19px;
    }
    .footer-links {
        margin-top: 35px;
        padding: 15px;
    }
}

/**
   * responsive for large than 992px screen
   */

@media (min-width: 992px) {
    /**
     * REUSED STYLE
     */

    .container {
        max-width: 960px;
    }

    /**
   * HEADER
   */

    .nav-open-btn,
    .navbar-custome > *:not(.navbar-list),
    .overlay {
        display: none;
    }

    .navbar-custome,
    .navbar-custome.active {
        all: unset;
        display: block;
        margin-inline: auto 24px;
        transition: right 0.3s ease;
    }

    .navbar-list {
        display: flex;
        gap: 37px;
        align-items: center;
    }

    .navbar-link {
        color: #000 !important;
        font-family: "Neue Haas Grotesk", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .header-custome .active {
        color: #e60000 !important;
    }

    .header-custome .btn {
        margin-inline-start: 0;
    }
}

/**
   * responsive for large than 1200px screen
   */

@media (min-width: 1200px) {
    /**
     * REUSED STYLE
     */

    .container {
        max-width: 1140px;
    }
}

/**
   * responsive for large than 1400px screen
   */

@media (min-width: 1400px) {
    /**
     * REUSED STYLE
     */

    .container {
        max-width: 1320px;
    }
}
.header-custome .social-list ,
.header-custome .contact-link{
    display: none;
}

/* Modern Hero Section Styling */
.hero-section {
    position: relative;
    height: 100vh;
    color: #fff;
    overflow: hidden;
    background-color: #f9f9f9;
}
.hero-content {
    position: absolute;
    bottom: 50%;
    left: 190px;
}

@media (min-width: 390px) {
    .hero-content {
    position: absolute;
    bottom: 40%;
    left: 190px;
}
}
.hero-section h2 {
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: white;
    -webkit-background-clip: text;
}

.button-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-hero,
.btn-outline {
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-hero {
    background: linear-gradient(90deg, #ff416c, #ff4d4d);
    color: white;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(255, 65, 108, 0.4);
}

.btn-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 65, 108, 0.6);
}

.btn-outline {
    background: transparent;
    border: 2px solid #ff4d4d;
    color: white;
    text-transform: uppercase;
}

.btn-outline:hover {
    background-color: #ff4d4d;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .hero-section h2 {
        font-size: 2.5rem;
    }

    .services-section .img img {
        margin: auto;
        padding: 45px;
        margin-top: -100px;
    }

    .hero-section p {
        font-size: 1.2rem;
    }

    .btn-hero,
    .btn-outline {
        padding: 12px 30px;
    }

    .button-wrapper {
        flex-direction: column;
    }
    .img-cover {
        width: 100%;
        height: 70vh;
        object-fit: cover;
    }

    .hero-section {
        height: 70vh;
        width: -webkit-fill-available;
    }

    .hero-content {
        position: absolute;
        bottom: 35%;
        left: 25px;
    }
    
    .hero-content h1{
        max-width: 90% !important; 
        line-height: unset !important; 
        font-size: xx-large !important;
        font-weight: bold;
    }
    .main-clients {
        width: 100%;
    }

    .our-clients h2 {
        font-size: 50px !important;
        text-align: center;
    }
    .client-logo img {
        max-width: 110px !important;
        margin-bottom: 70px !important;
    }
    .section-title {
        font-size: 50px !important;
        text-align: left !important;
        padding: 0 0 !important;
    }

    .about-us-section {
        padding: 0;
    }

    .section-description {
        max-width: max-content !important;
    }
    .image-wrapper {
        width: 100% !important;
        height: 323px !important;
    }

    .service-title-card {
        font-size: 30px !important;
        text-align: center;
        padding-top: 25px;
    }

    .image-wrapper img {
        width: 80% !important;
        margin: auto;
        height: auto !important;
    }

    .section-card-service {
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
        margin-top: var(--bs-gutter-y) !important;
    }

    .service-card {
        margin-bottom: 50px !important;
    }
    .service-header h2 {
        font-size: 40px !important;
    }

    .service-header img {
        margin-top: 25px;
        width: 254px !important;
        margin: auto;
        height: auto !important;
    }
    .service-detail .content {
        padding: 0 !important;
    }
    .img-project {
        height: auto !important;
    }
    .next-project p,
    .next-project a p {
        font-size: 40px !important;
    }

    .overlay h5 {
        font-size: 1.1rem;
    }

    .overlay p {
        font-size: 0.9rem;
    }
    .header-custome .container {
        height: 100px;
    }

    .navbar-custome {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 300px;
        background-color: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #000;
        transition: right 0.3s ease;
    }

    .header-custome .social-list,
    .header-custome .contact-link{
        display: flex;
        margin-top:20px;
        font-size: small;
    }
    
    .wrapper .contact-link {
        margin-bottom:103px;
    }

    .navbar-custom.active {
        right: 0;
    }

    .language-select {
        margin-bottom: 5rem;
    }

    .btn-custom {
        background-color: #ea0029;
        color: #fff !important;
        margin-bottom: 17px;
    }

    .nav-open-btn,
    .nav-close-btn {
        display: block;
        font-size: 30px;
        cursor: pointer;
        border: none;
    }

    .overlay.active {
        display: block;
    }

    .logo-mobile {
        display: block;
        margin-bottom: 20px;
    }

    .navbar-list {
        flex-direction: column;
        /* padding: 3px; */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 21px;
        font-size: 20px;
        font-weight: bolder;
    }

    .work {
        padding: 60px 0;
    }
    .work img {
        width: -webkit-fill-available;
        /*height: 323.871px;*/
        border-radius: 6px;
        object-fit: cover;
    }
    .work h3 {
        margin-top: 15px;
        text-align: center;
    }

    .team-member h3 {
        margin-top: 15px;
        text-align: center;
    }
    .work p {
        text-align: center;
    }

    .team-member p {
        text-align: center;
    }
    .project-details {
        padding-bottom: 0;
    }
    .our-clients {
        padding: 0 0 20px 0;
    }
    .team-member {
        width: auto !important;
        height: auto !important;
    }
    .form form {
        width: 100% !important;
    }
}

.main-clients {
    width: 88% !important;
}
.our-work,
.cta {
    padding: 80px 0;
}

.our-work .work-item {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 5px;
}

.our-clients {
    padding: 0 0 100px 0;
    background-color: #f9f9f9;
}

.our-clients h2 {
    color: #000;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    word-spacing: 10px;
    padding-top: 26px;
}

.client-logo {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}
.images-client {
    margin-top: 50px !important;
}

.client-logo img {
    width: auto !important;
    max-width: 170px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    margin-bottom: 50px;
    width: 88%;
}

.client-logo:hover img {
    filter: grayscale(0%);
}

.footer {
    background-color: #0e1821;
    height: 367px;
    /* padding-block: 60px 100px; */
}

.main-footer {
    margin-top: 60px;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social a {
    color: white;
    padding: 4px;
}

.footer-nav a {
    color: #fff;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-legal {
    color: #fff;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.img-footer {
    width: 238px;
    height: 44px;
}

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

.footer-contact {
    color: #fff;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-brand .footer-text {
    margin-block: 20px;
}

.footer-links ul li {
    color: #fff;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer .social-list {
    color: var(--white);
}

.footer-list-title {
    color: var(--white);
    margin-block-end: 16px;
}

.footer-link {
    padding-block: 4px;
    transition: var(--transition-1);
}

.footer-link:is(:hover, :focus-visible) {
    color: var(--violet-blue-crayola);
}

.section-title {
    color: #ea0029;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
}

.section-description {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.6;
    max-width: 700px;
    text-align: left;
}

.btn-custom {
    border-radius: 8px;
    background-color: #ea0029;
    color: #fff !important;
    padding: 11px 22px;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #ea0029;
}
.btn-custom:hover,
.form button:hover {
    background: inherit;
    border: 1px solid #ea0029;
    color: #ea0029 !important;
    transition: 0.3s ease-in;
}

.about-section {
    padding: 100px 0;
}
.about-section .btn-custom {
    display: inline-block;
}

.about-section img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-section img:hover {
    transform: scale(1.1);
}

/*.team-member {*/
/*    width: 319px;*/
/*    height: 400px;*/
/*}*/

.team-img {
    width: 100%;
    /*border: 1px solid #d6d6d6;
}

.overlay h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}

.overlay p {
    font-size: 1rem;
    color: white;
}
.service-description {
    /* overflow: hidden; */
    position: relative;
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 25px;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

@media (max-width: 576px) {
    .overlay h5 {
        font-size: 1rem;
    }

    .overlay p {
        font-size: 0.85rem;
    }
}

/* service */
.service-header {
    padding: 100px 0;
}

.service-header h2 {
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 45px;
    font-weight: 700;
}

.service-header p {
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
}

.service-detail .content {
    padding: 50px 0;
}

.service-detail .contetn img {
    width: 414.636px;
    height: 423.871px;
    flex-shrink: 0;
}

.service-detail .contetn h3 {
    color: #000;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.service-detail .contetn p {
    color: #000;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.service-title {
    padding: 100px 0;
}

.image-wrapper {
    width: 414.636px;
    height: 423.871px;
    flex-shrink: 0;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
}

.section-card-service {
    padding: 0 0 100px 0;
}

.service-title-card {
    color: #000;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.main-details {
    padding-bottom: 100px;
}

.main-details img {
    width: 100%;
    height: 100%;
}

.project-title {
    /* position: relative; */
    /* bottom: 230px; */
    background: white;
    /* padding: 52px 20px 0px; */
}

.main-title h1 {
    color: #000;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.project-des {
    color: #000;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.footer-project {
    padding: 100px 0;
    color: #000;
}

.footer-project h2 {
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.img-project {
    margin-bottom: 17px;
}

.img-project img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}



.next-project {
    background: #d9d9d9;
    padding: 50px 0;
}

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

.form {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.form form {
    width: 620px;
}
.form input {
    padding: 19px 38px;
    border-radius: 8px;
    border: 2px solid #a6a6a6;
    margin: 15px 0;
    background-color: white;
}

.form textarea {
    padding: 19px 38px;
    border-radius: 8px;
    border: 2px solid #a6a6a6;
    margin: 5px 0;
    width: 100%;
}

.form p.text-contact {
    color: #000;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.form button {
    border-radius: 8px;
    background: #ea0029;
    color: #fff;
    padding: 10px 33px;
    margin: auto;
    font-family: "Neue Haas Grotesk", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    border: 1px solid #ea0029;
}

.form input[type="number"]::-webkit-outer-spin-button,
.form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.form input[type="number"] {
    -moz-appearance: textfield;
}

.first-item ,
.secand-item{
    width: 90%;
}
