@import url(../css/animate.css);
@import url(https://db.onlinewebfonts.com/c/5c152170e85f42361141a732c78f11ad?family=TheSans-Plain);

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #AC441E;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'TheSans-Plain', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TheSans-Plain', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}


.container {
    position: relative;
    width: 450px;
    max-width: 100%;
    margin: auto;
    background: url(../images/bg.png);
    background-size: 100% 100% !Important;
}
.container:before {
    content: "";
    border: 1px solid #D3B596;
    width: 94%;
    height: 94%;
    position: absolute;
    top: 3%;
    left: 3%;
    z-index: 0
}
.home_txt {
    text-align: center;
    padding: 20px;
    padding: 50px 20px 20px;
    position: relative;
    z-index: 1
}
.home_txt > p {
    font-size: 60px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
}
.home_txt > p strong {
    display: block;
    font-size: 75px;
}
.item-contact {
    margin-bottom: 30px;
}
.item-contact:last-child {
    margin-bottom: 0;
}
.item-contact .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-contact figure svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.item-contact .d-flex p {
    font-size: 26px;
    color: #000;
}
.txt-contact p {
    background: #fff;
    color: #000;
    font-size: 31px;
    padding: 3px 10px;
    width: max-content;
    margin: auto;
    line-height: 1;
    letter-spacing: 5px
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.ft-ed figure {
    margin-bottom: 0
}
.ft-ed figure img {
    max-width: 120px;
}
.ft-st {
    display: flex;
    align-items: center;
}
.nub-ft {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 6px 10px;
    font-size: 16px;
}
.email-ft {
    background: #fff;
    color: #000;
    line-height: 1;
    padding: 6px 10px;
    font-size: 16px;
}


.home-other > figure {
    margin-bottom: 40px
}
.home-other > figure img {
    max-width: 260px;
}
.cont-bg {
    background: #fff;
    width: max-content;
}
.cont-bg p {
    font-weight: 700;
}
.txt--contact {
    text-align: start;
}
.txt--contact p {
    font-size: 28px;
}
.home-other .lst-contact {
    margin: auto;
    width: max-content;
}
.home-other .lst-contact svg {
    margin: 0 8px 0 0
}

