@font-face {
    font-family: 'mont-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'mont-medium';
    src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'mont-semibold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

* {
    word-break: break-word;
}

body {
    margin: 0;
    font-family: 'mont-Regular';
    scroll-behavior: smooth;
}


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

a {
    display: inline-block;
}

a,
button {
    cursor: pointer;
}

button:focus {
    box-shadow: none !important;
}

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

.banner {
    background: url('../images/banner.png')0 0 no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
}

.bg {
    background: #0c202994;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner a img {
    height: 70px;
    object-fit: contain;
}

.content-sec {
    position: relative;
    z-index: 9;
}

.content-sec h2 {
    font-size: 126px;
    color: #fff;
    font-family: 'mont-semibold';
    padding-top: 82px;
    letter-spacing: -7.56px;
}

.content-sec h4 {
    font-size: 57px;
    letter-spacing: -3.42px;
    color: #FFFFFF66;
    padding-bottom: 55px;
}

.content-sec p {
    font-size: 28px;
    font-family: 'mont-medium';
    color: #FFFFFF;
}

.Typewriter__cursor {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .content-sec h2 {
        font-size: 50px;
        padding-top: 40px;
        letter-spacing: 0;
    }

    .content-sec h4 {
        font-size: 26px;
        letter-spacing: 0;
        padding-bottom: 22px;
    }

    .content-sec p {
        font-size: 18px;
    }

    .banner a img {
        height: 50px;
    }
}