* {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    font-family: "Roboto", sans-serif;
}

@font-face {
    font-family: "Roboto 700";
    src: url(../css/font/Roboto/Roboto-Bold.ttf);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto 400";
    src: url(../css/font/Roboto/Roboto-Regular.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul,
ol {
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

a {
    transition: all 0.2s;
    text-decoration: none;
}

h1 {
    font-size: 100px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 32px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

p {
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: "Roboto 400", sans-serif;
    margin: 0;
}

.roboto400 {
    font-family: "Roboto 400", sans-serif;
}

.text-justify {
    text-align: justify;
}

.text-blue {
    color: rgba(36, 59, 137, 1);
}

.text-white {
    color: rgba(255, 255, 255, 1) !important;
}

.text-black {
    color: rgba(0, 0, 0, 1) !important;
}

.text-red {
    color: rgba(255, 0, 17, 1) !important;
}

.bg-red {
    background-color: rgb(0, 0, 0) !important;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1) !important;
}

.bg-blue {
    background-color: rgba(36, 59, 137, 1) !important;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-8 {
    margin-top: 80px;
}

.mb-8 {
    margin-bottom: 80px;
}

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pt-16 {
    padding-top: 160px;
}

.pb-16 {
    padding-bottom: 160px;
}

.scale img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.scale:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.btn {
    width: 238px;
    height: 50px;
    border-radius: 50px;
    padding: 12px 70px;
    font-size: 14px;
    border: 1px solid rgba(255, 0, 8, 1);
}

.btn:hover {
    background-color: rgba(167, 192, 90, 1) !important;
    color: #FFFFFF !important;
}

img {
    object-fit: cover;
    object-position: center;
}

.z-1000 {
    z-index: 1000;
}

.safocovn span {
    font-size: 12px;
    margin: 0 5px;
}

@media (max-width: 425px) {
    h1 {
        font-size: 50px;
        font-weight: 400;
    }
    h2 {
        font-size: 28px;
        font-weight: 500;
    }
    h3 {
        font-size: 26px;
        font-weight: 700;
    }
    h4 {
        font-size: 18px;
        font-weight: 700;
    }
    h5 {
        font-size: 16px;
        font-weight: 500;
    }
    p {
        font-size: 14px;
        font-weight: 400;
    }
}
@media (min-width: 425.01px) and (max-width: 768.01px) {
    h1 {
        font-size: 65px;
        font-weight: 400;
    }
    h2 {
        font-size: 32px;
        font-weight: 500;
    }
    h3 {
        font-size: 28px;
        font-weight: 700;
    }
    h4 {
        font-size: 20px;
        font-weight: 700;
    }
    h5 {
        font-size: 18px;
        font-weight: 500;
    }
    p {
        font-size: 16px;
        font-weight: 400;
    }
}
