html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    overflow-x: hidden;
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

#load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1000vh;
    z-index: 9999999999999;
    background-color: #fff;
    opacity: 1;
    transition: opacity 1s;
  }


nav, #home {
    background-color: #7F0B0C;
    width: 100%;
}

nav {
    height: 100px;
}

.navbar {
    display: flex;
    width: 80%;
    height: 100%;
    margin-left: 10%;
    align-items: center;
    justify-content: space-between;
}
/*
.navbar-mobile{
    position: absolute;
    display: none;*/
    /*top: -476px;*/
    /*top: 0;
    width: 100%;
    background-color: #7F0B0C;
    z-index: 999;
    animation: marginTop 0.5s ease-in-out forwards;
    overflow: hidden;
}


.navbar-mobile-all {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}*/

.logo {
    width: 245.92px;
}

.mobi {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
/*

@keyframes marginTop {
    0% {
        top: -476px;
    }100% {
        top: 0;
    }
}*/

.list2 {
    position: absolute;
    display: none;
    margin-top: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.list2 a {
    font-family: 'Roboto-Regular';
    font-weight: 550;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
}

.list2 a:hover {
    color: #e0adaf;
    transition: color 0.5s ease;
}

.list2 li {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 5px;
    height: 200px;
}

.list li {
    display: flex;
}

.list li ul{
    padding: 8px;
    font-family: 'Roboto-Regular';
    font-weight: 550;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
}

.list li a{
    text-decoration: none;
}

#home {
    height: 550px;
    color: #fff;
}

#home h1{
    position: relative;
    margin-top: 32px;
    margin-left: 250px;
    font-family: 'Montserrat-Bold';
    font-size: 48px;
    width: 750px;
}

#home p {
    position: relative;
    margin-top: 25px;
    margin-left: 350px;
    font-family: 'Montserrat-Regular';
    font-size: 25px;
    width: 395.02px;
}


.photo {
    position: absolute;
    right: 150px;
    top: 300px;
}

#action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7F0B0C;
}

.act {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    height: 272px;
}

.act h1 {
    width: 360px;
    font-family: 'Montserrat-Regular';
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
}

.act a {
    text-decoration: none;
    overflow: hidden;
}

.act a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;
    width: 237.31px;
    height: 48px;
    left: 780.5px;
    top: 112px;
    background: #FFFFFF;
    color: #a11013;
    border-radius: 2px;
    font-family: 'Montserrat-Regular';
    font-weight: 600;
}

.act a:hover {
    background-color: #FFEBEC;
    transition: background-color 0.5s ease;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 376px;
    background-color: #FFEBEC;
}

.footer-all {
    width: 80%;
}

.footer-all img {
    margin-bottom: 8px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.foo {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 90px;
}

.footer-top h3 {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #7F0B0C;
    margin-bottom: 8px;
}

.footer-top p {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #7F0B0C;
}

.footer-left {
    width: 456px;
}

.footer-center {
    width: 338px;
}

.whats {
    display: flex;
    text-decoration: none;
    margin-top: 5px;
}

.whats img {
    margin-right: 5px;
}

.whats img:hover {
    filter: invert(15%) sepia(85%) saturate(1800%) hue-rotate(3deg) brightness(95%) contrast(105%);
    transition: filter 1s ease;
}

.footer-rigth {
    width: 299px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

.fa-linkedin::before {
    content: url('../images/in.svg');
}

.fa-linkedin:hover::before {
    filter: invert(15%) sepia(85%) saturate(1800%) hue-rotate(3deg) brightness(95%) contrast(105%);
    transition: filter 1s ease;
}

.fa-youtube::before {
    content: url('../images/youtube.svg');
}

.fa-youtube:hover::before {
    filter: invert(15%) sepia(85%) saturate(1800%) hue-rotate(3deg) brightness(95%) contrast(105%);
    transition: filter 1s ease;
}

.fa-instagram::before {
    content: url('../images/instagram.svg');
}

.fa-instagram:hover::before {
    filter: invert(15%) sepia(85%) saturate(1800%) hue-rotate(3deg) brightness(95%) contrast(105%);
    transition: filter 1s ease;
}

.footer-bottom {
    margin-top: 50px;
    border-top: #7F0B0C 1px solid;
    height: 100%;
}

.footer-bottom p {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #7F0B0C;
}


@media screen and (min-width:1550px){
    .foo {
        height: 100px;
    }
}

@media screen and (max-width:1450px){
    footer {
        height: 550px;
    }
    .footer-left {
        width: 400px;
    }
    .foo {
        height: 115px;
    }
    .footer-top h3 {
        overflow: hidden;
    }
    .footer-top p {
        overflow: hidden;
    }
}

@media screen and (max-width:1250px){
    #home h1 {
        margin-left: 80px;
    }
    #home p {
        margin-left: 150px;
    }
    .act {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .act button {
        font-size: 14px;
    }
    footer {
        height: 600px;
    }
    .footer-all{
        width: 90%;
    }
    .footer-left {
        width: 415px;
    }
    .foo {
        height: 150px;
    }
}
@media screen and (max-width:1040px){
    #home h1 {
        margin-left: 80px;
        font-size: 32px;
        width: 400px;
    }
    #home p {
        margin-left: 80px;
        font-size: 20px;
        width: 600px;
    }
    .act {
        width: 90%;
    }
    footer {
        height: 620px;
    }
    .footer-top {
        flex-direction: column
    }
    .footer-all{
        width: 90%;
    }
    .footer-left,.footer-center,.footer-rigth  {
        width: 100%;
    }
    .foo {
        height: 100px;
    }

}

@media screen and (max-width:800px){
    #home {
        height: 500px;
    }
    .navbar {
        /*display: none;*/
    }
    
        /*height: 544px;*/
   /* .navbar-mobile{
        display: block;
    }*/
    footer {
        height: 700px;
    }
    .footer-left{
        height: 130px;
    }
}

@media screen and (max-width:744px){
    #home h1 {
        width: 400px;
    }
    #home p {
        width: 400px;
    }
    .act h1 {
        width: 100%;
    }
    .act button {
        font-size: 13px;
    }
}

@media screen and (max-width:600px){
    #home h1 {
        margin-left: 5%;
        width: 90%;
    }
    #home p {
        margin-left: 5%;
        width: 90%;
    }
}

@media screen and (max-width: 375px) {
    .act button {
        font-size: 12px;
    }
}