@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Open+Sans:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,700&display=swap");
.m-toper {
    display: none;
}

html {
    scroll-behavior: smooth;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #9c684c;
    margin: 20px 0;
}

b,
strong {
    font-weight: 600;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #797979;
}

nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 30px 15px;
    border-bottom: solid 1px #000;
    z-index: 88;
    color: #fff;
}

header {
    height: 300px;
    background: #9c684c;
}

section {
    padding: 80px 15px;
}

.boxer {
    margin: 20px 0;
}

.boxer h5 {
    font-family: "Raleway", sans-serif;
}

.boxer h5 {
    margin: 20px 0;
}

figure {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: #000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    border: solid 3px #9c684c;
    transition: all 500ms linear;
}

.boxer:hover figure {
    border: solid 3px #9c684c;
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transition: all 250ms linear;
}

.boxer:hover figure img {
    transform: scale(1.2);
}

.section-1,
.section-3 {
    background: url("../img/so-white.png");
}

.section-2 {
    background: url("../img/noise_lines.png");
}

.btn-primary {
    background: #9c684c;
    border-color: #9c684c;
}

.btn-primary:hover {
    background: #0f1518;
    border-color: #0e1418;
}

footer {
    background: #1b262c;
}

.before::before {
    content: "";
    width: 3px;
    height: 40px;
    margin-bottom: -10px;
    margin-right: 10px;
    background: #cf1b1b;
    display: none;
}

section {
    position: relative;
}

.section-1,
.section-3 {
    background-position: center;
}

.section-2,
.section-4 {
    background: url('../img/dark_dotted2.png');
    background-blend-mode: multiply;
    background-position: center;
    color: #fff !important;
}

.section-4 h1,
.section-2 h1,
.section-4 h2,
.section-2 h1,
.section-4 h3,
.section-2 h1,
.section-4 h4,
.section-2 h1,
.section-4 h5,
.section-2 h1 {
    color: #9c684c;
}

.section-4 .before::before {
    background: #fff;
}

.section-4 .content {
    padding: 80px 15px;
}

.section-4 .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    object-position: center center;
    opacity: 0.23;
}

header {
    position: relative;
    background: #0a043c;
}

header .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header .bg img {
    width: 20%;
    height: 100%;
    opacity: 0.3;
}

header .bg .row {
    flex-wrap: nowrap;
    animation: fade 100s linear;
}

@keyframes fade {
    from {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-100%, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

header,
section {
    overflow: hidden;
}

.logo a {
    background: #9c684c;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.logo a:hover {
    text-decoration: none;
}

.tel a {
    color: #fff;
}

.tel a:hover {
    opacity: 0.8;
    text-decoration: none;
}

section {
    padding: 80px 0;
}

.section-4 h1,
.section-2 h1,
.section-4 h2,
.section-2 h1,
.section-4 h3,
.section-2 h1,
.section-4 h4,
.section-2 h4,
.section-2 h1,
.section-4 h5,
.section-2 h5,
.section-2 h3,
.section-2 h1 {
    color: #9c684c;
}

.section-4 .before::before,
.section-2 .before::before {
    background: #fff;
}
