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

:root {
    --thm-font: "Inter", sans-serif;
    --thm-font-2: "reeyregular";
    --thm-base: rgb(0, 48, 73);
    --thm-primary: rgb(3, 40, 54);
    --thm-primary-rgb: 24, 41, 120;
    --thm-gray: #515151;
    --thm-gray-rgb: 81, 81, 81;
    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;
    --thm-black: #202020;
    --thm-black-rgb: 32, 32, 32;
    --thm-gray-bg: #f5f5f5;
    --thm-main-bg: #202020;
}

:root {
    --swiper-theme-color: #007aff;
}


* {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: var(--thm-font);
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

html {
    scroll-behavior: smooth;
}

/* HEADING */

.heading {
    width: 100%;
    height: 300px;
    background: url(../image/background-top.JPG);

    .its-cover {
        width: 100%;
        height: 100%;
        display: flex;
        background-color: rgba(53, 83, 94, 0.803);
        justify-content: center;
        align-items: center;
        color: #ffffff;
        padding-top: 100px;
        font-size: 25px;
    }
}

.terms {
    padding: 50px 70px 100px 70px;
    color: rgb(161, 179, 188);
    background-color: var(--thm-primary);

    h2{
        margin-bottom: 20px;
        
    }

    p{
        margin-bottom: 30px;
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
    }

    .asteriks{
        margin-bottom: 10px;
    }

    .claim{
        margin-top: 100px;
    }

    .nums{
        margin-top: 5px;
        margin-bottom: 2px;
    }

    .intro{
        margin-bottom: 2px;
        padding-bottom: 0px;
    }

    .contact-info{
        margin-bottom: 2px;
        padding-bottom: 0px;
    }
}