@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
html {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-y: scroll;
}

html,
body {
    background: linear-gradient(to bottom, #e5d5b4, #bba789);
}

.front-page {
    position: relative;
    text-align: center;
}

.front-page>div>h1 {
    color: #fff;
}

.txt-float {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
}

.bg-cover {
    background-size: cover !important;
    min-height: 800px;
}

.img-eval {
    width: auto;
    max-height: 400px;
}

.anchor {
    color: #f70404;
}

html {
    scroll-behavior: smooth;
}

.services {
    background-image: url('../img/filer/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box {
    position: relative;
    display: inline-block;
}

.carousel-item>img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    vertical-align: middle;
}

.profile {
    max-height: 300px;
    width: auto;
}

nav>.container {
    max-width: none;
}

.selected {
    background-color: #6b6a68;
    color: white;
}

.polaroid {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    #menu-polaroid {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 991px) {
    #menu-polaroid {
        margin-bottom: 40px;
    }
}

.polaroid>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    vertical-align: middle;
}

.caption {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2em;
}

.item {
    width: 30%;
    display: inline-block;
    margin-top: 2rem;
    filter: grayscale(100%);
}

.btn-primary {
    background-color: #6b6a68;
    border-color: transparent;
}

.style-list li {
    list-style-type: "\25BA";
    padding-left: 10px;
    padding-bottom: 5px;
}

.style-list {
    list-style: none;
}

.container a:hover {
    text-decoration: none;
    color: #343a40;
}

@media (min-width: 679px) {
    .hidden-large {
        display: none;
    }
    .hidden-small {
        display: block;
    }
}

@media (max-width: 678px) {
    .hidden-large {
        display: block;
    }
    .hidden-small {
        display: none;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 250px;
        height: auto;
        position: fixed;
        display: inline;
    }
    nav {
        min-height: 75px;
    }
    .front-page {
        margin-top: 75px;
    }
    .txt-float {
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 190px;
        height: auto;
        display: inline;
    }
    .front-page {
        margin-top: 89px;
    }
    .txt-float {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px;
    }
}

@media (max-width: 992px) {
    .masthead {
        margin-top: 89px;
    }
}

.masthead {
    height: 100vh;
    min-height: 200px;
    max-height: 850px;
    background-image: url('../img/background/6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.masthead2 {
    height: 100vh;
    min-height: 200px;
    max-height: 850px;
    background-image: url('../img/background/5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.masthead3 {
    height: 100vh;
    min-height: 200px;
    max-height: 850px;
    background-image: url('../img/background/4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.masthead3>div>div,
.masthead2>div>div,
.masthead>div>div {
    padding-bottom: 100px;
}

h1 {
    font-family: 'Kaushan Script', cursive;
    color: #f70404;
}

h2 {
    font-family: 'Poppins', sans-serif;
    color: black;
}

.style-list li,
a,
p {
    font-family: 'Poppins', sans-serif;
    color: black;
    text-align: justify;
    text-justify: inter-word;
}

nav {
    font-family: 'Poppins', sans-serif;
    background-color: gray;
    opacity: 0.95;
}

.sign {
    max-width: 100px;
    text-align: left;
    color: black;
    border-top: 1.5px solid #f70404
}

footer {
    padding-top: 40px;
    min-height: 60px;
    background-color: #292929;
    font-family: 'Poppins', sans-serif;
    color: white;
}

@media (max-width: 575.98px) {
    #contact {
        padding-bottom: 800px;
    }
    #contact .maps iframe {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 576px) {
    #contact {
        padding-bottom: 800px;
    }
    #contact .maps iframe {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 768px) {
    #contact {
        padding-bottom: 350px;
    }
    #contact .maps iframe {
        width: 100%;
        height: 850px;
    }
}

@media (min-width: 992px) {
    #contact {
        padding-bottom: 50px;
    }
    #contact .maps iframe {
        width: 100%;
        height: 700px;
    }
}

.divmenu {
    margin-top: 90px;
}

.header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}


/*
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.menu-animation {
    font-size: 500;
}

.current,
.menu-animation li:hover a {
    border-bottom: 1px solid rgb(255, 0, 0);
    transition: border-bottom 2s ease;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #bba789;
}

::-webkit-scrollbar-thumb {
    background: #343a40;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#carousel {
    margin-bottom: 50px;
}