@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Urbanist", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #1A1A1A
}

.h1-title {
    font-size: 110px;
    font-weight: 700
}

.h2-title {
    font-size: 90px;
    font-weight: 700
}

.h3-title {
    font-size: 50px;
    font-weight: 700
}

.desc {
    font-size: 20px
}

a {
    text-decoration: none
}

.title-tag {
    font-size: 20px;
    font-weight: 600
}

/* section {
    padding-top: 150px;
    padding-bottom: 150px
} */

.btn-red {
    background-color: #BC2026;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 40px;
    display: inline-flex
}

.btn-red.btn-red.bg-transparent {
    color: #BC2026
}

@media (min-width: 1920px) {
    .container {
        max-width: 1720px
    }
}

.hero-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/bg-eta-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1090px;
    height: 750px
}

.hero-section .row {
    height: 100vh
}

.hero-section .h1-title {
    line-height: 120px
}

.hero-section p.desc {
    margin-top: 32px
}

.hero-section p.desc span {
    color: #5270FF;
    font-weight: 600
}

.were-here {
    background-color: #FBFBFB
}

.were-here .counter-box .ps-76 {
    padding-left: 76px
}

.were-here .counter-box .counter-txt {
    font-size: 70px;
    font-weight: 600;
    color: #BC2026;
    letter-spacing: -2px;
    line-height: normal
}

.were-here .counter-box p.desc {
    font-size: 30px;
    line-height: 40px
}

.services:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background-color: #BC2026;
    z-index: -1
}

.services .btn-red {
    color: #BC2026
}

.services .swiper-services {
    width: 100vw
}

.services .swiper-services .swiper-slide {
    width: auto
}

.services .card-box {
    padding: 60px;
    background-color: #fff;
    border: 1px solid #BC2026;
    width: 550px;
    height: 580px;
    position: relative
}

.services .card-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #BC2026;
    height: 15px
}

.services .card-box h3 {
    font-size: 40px;
    margin-top: 37px;
    margin-bottom: 24px;
    font-weight: 600
}

.services .card-box p {
    font-size: 22px;
    line-height: 36px
}

.services .card-box .num-txt {
    font-size: 58px;
    color: #BC2026;
    line-height: normal;
    font-weight: 700
}

