* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    font-family: 'Playfair Display', serif;
}

.main-container {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
    position: relative;
}

@media (max-width: 540px) {
    header {
        display: none;
    }
}

.header-red {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    background-color: #3A1A1A;
    z-index: -1;
}

@media (max-width: 1050px) {
    .header-red {
        height: 206px;
    }
}

@media (max-width: 680px) {
    .header-red {
        height: 196px;
    }
}

.header-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1150px) {
    .header-container {
        max-width: 1020px;
    }
}

@media (max-width: 1050px) {
    .header-container {
        max-width: 950px;
    }
}

@media (max-width: 990px) {
    .header-container {
        max-width: 850px;
    }
}

@media (max-width: 900px) {
    .header-container {
        flex-direction: row-reverse;
        max-width: 640px;
        padding-top: 50px;
    }
    
}

@media (max-width: 680px) {
    .header-container {
        
        max-width: 580px;
        
    }
    
}

@media (max-width: 620px) {
    .header-container {
        
        max-width: 500px;
        
    }
    
}

.header-photo {
    width: 35%;
}

@media (max-width: 1050px) {
    .header-photo {
        width: 34%;
    }
}

@media (max-width: 900px) {
    .header-photo {
        width: 45%;
    }
}

@media (max-width: 680px) {
    .header-photo {
        width: 43%;
    }
}

.header-text {
    width: 60%;
}

@media (max-width: 900px) {
    .header-text {
        width: 50%;
    }
}

.text-h3 {
    font-size: 31px;
    color: #818181;
    font-weight: 400;
    text-align: right;
}

@media (max-width: 1150px) {
    .text-h3 {
        font-size: 28px;
    }
}

@media (max-width: 1050px) {
    .text-h3 {
        font-size: 23px;
    }
}

@media (max-width: 900px) {
    .text-h3 {
       display: none;
    }
}

.text-h1 {
    font-size: 80px;
    color: #E5E5E5;
    text-align: right;
    font-weight: 400;
}

@media (max-width: 1150px) {
    .text-h1 {
        font-size: 74px;
    }
}

@media (max-width: 1050px) {
    .text-h1 {
        font-size: 65px;
    }
}

@media (max-width: 900px) {
    .text-h1 {
        font-size: 70px;
        line-height: 58px;
        text-align: left;
    }
}

@media (max-width: 680px) {
    .text-h1 {
        font-size: 68px;
        line-height: 58px;
        text-align: left;
    }
}

@media (max-width: 620px) {
    .text-h1 {
        font-size: 62px;
        
    }
}

.text-h4 {
    font-size: 25px;
    color: #000;
    text-align: right;
    max-width: 220px;
    line-height: 31px;
    margin: 80px 0 45px auto;
    font-weight: 400;
}

@media (max-width: 1150px) {
    .text-h4 {
        font-size: 22px;
        margin-top: 66px;
    }
}
@media (max-width: 1050px) {
    .text-h4 {
        font-size: 18px;
        margin-top: 68px;
        line-height: 22px;
        max-width: 160px;
    }
}

@media (max-width: 990px) {
    .text-h4 {
        margin-bottom: 30px;
        margin-top: 56px;
    }
}

@media (max-width: 900px) {
    .text-h4 {
        font-size: 17px;
        line-height: 22px;
        text-align: left;
       
        margin: 56px auto 30px 0;
    }
}

@media (max-width: 680px) {
    .text-h4 {
        margin: 56px auto 0 0;
    }
}

@media (max-width: 620px) {
    .text-h4 {
        font-size: 15px;
        
    }
}

.text-a {
    display: block;
    background-color: #942121;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    max-width: 170px;
    line-height: 52px;
    margin: 0 0 0 auto;
    border-radius: 25px;
    border: 2px solid orange;
}

.text-a:hover {
    background-color: #cd1818;
}

@media (max-width: 1050px) {
    .text-a {
        line-height: 47px;
    }
}

@media (max-width: 990px) {
    .text-a {
        line-height: 41px;
    }
}

@media (max-width: 900px) {
    .text-a {
        max-width: 154px;
        border-radius: 25px;
    }
}

@media (max-width: 620px) {
    .text-a {
        font-size: 12px;
        line-height: 36px;
        max-width: 142px;
        border-radius: 25px;
    }
}

.header-sm {
    display: none;
    background-image: url(../img/Rectangle\ 49.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

@media (max-width: 540px) {
    .header-sm {
        display: block;
        margin-bottom: -46px;
    }
}

/* @media (max-width: 440px) {
    .header-sm {
        background-image: url(../img/Rectangle\ 49.png);
    }
} */

.mask-sm {
    background-color: rgba(27, 27, 27, 0.356);
    height: 93vh;
}

@media (max-width: 440px) {
    .mask-sm {
        background-color: rgba(255, 255, 255, 0);
    }
}

.header-text-sm {
    padding-top: 125px;
    margin: 0 90px;
}

@media (max-width: 440px) {
    .header-text-sm {
      padding-top: 94px;  
    }
    
}

@media (max-width: 410px) {
    .header-text-sm {
      margin: 0 auto; 
    }
    
}



.text-h1-sm {
    font-size: 59px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}

@media (max-width: 410px) {
    .text-h1-sm {
        text-align: center;
    }
}

.text-h4-sm {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    max-width: 150px;
    font-weight: 300;
}

@media (max-width: 410px) {
    .text-h4-sm {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 300px) {
    .text-h4-sm {
        
        margin: 0 10px;
    }
}

.text-a-sm {
    display: block;
    background-color: #cd1818;
    background-color: #942121;
    border: 2px solid orange;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    max-width: 170px;
    line-height: 45px;
    margin: 108px auto 50px 0;
    border-radius: 25px;
  
}

.text-a-sm:hover {
    background-color: #cd1818;
    
}

@media (max-width: 410px) {
    .text-a-sm {
        margin: 130px auto 50px auto;
    }
}

.about {
    max-width: 1100px;
    width: 100%;
    margin: 150px auto 0 auto;
}

@media (max-width: 1159px) {
    .about{
        padding-left: 30px;
        padding-right: 30px;
    }
    
}

@media (max-width: 540px) {
    .about {
        background-color: #EAE9E4;
        margin: 0 auto;
    }
}

@media (max-width: 390px) {
    .about{
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

.about-h3 {
    font-size: 31px;
    margin: 20px auto;
    text-align: right;
    padding-right: 165px;
    font-weight: 400;
}

@media (max-width: 960px) {
    .about-h3 {
        text-align: center;
        padding-right: 0;
    }
}

@media (max-width: 540px) {
    .about-h3 {
       font-size: 27px;
       font-weight: 400;
       margin: 0 auto 20px auto;
       padding-top: 60px;
    }
}

.about-text {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 960px) {
    .about-text {
        display: block;
    }
}

@media (max-width: 540px) {
    .about-text {
        display: none;
    }
}

.about-img {
    display: block;
    width: 46%;
    margin-bottom: -34px;
}

@media (max-width: 960px) {
    .about-img {
        float: right;
        margin-bottom: 0;
        margin-left: 20px;
    }
}

@media (max-width: 910px) {
    .about-img {
        width: 52%;
    }
}

.about-text-p {
    width: 46%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    text-align: justify;
}

@media (max-width: 960px) {
    .about-text-p {
        width: 100%;
    }
}

.about-text-sm {
    display: none;
}

@media (max-width: 540px) {
    .about-text-sm {
        display: block;
    }
}

.text-p-sm {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: #242424;
    margin: 0 20px;
    text-align: justify;
}

.about-img-sm {
    display: block;
    margin: 20px;
    width: 94%;
}

.process {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 150px;
}

@media (max-width: 1159px) {
    .process {
    padding-left: 30px;
    padding-right: 30px;}
}

@media (max-width: 540px) {
    .process {
        background-color: #EAE9E4;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.process-container {
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 670px) {
    .process-container {
        display: none;
    }
}

@media (max-width: 910px) {
    .process-desc {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
    
}

.process-h3 {
    font-size: 31px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.process-desc-row1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 910px) {
    .process-desc-row1 {
        flex-direction: column;
        width: 45%;
        align-items: flex-end;
        margin-bottom: 0;
    }
}

@media (max-width: 770px) {
    .process-desc-row1 {
        width: 53%;
    }
}

.desc-img {
    display: block;
    width: 27%;
}

@media (max-width: 910px) {
    .desc-img {
        width: 87%;
        margin-bottom: 80px;
    }
}

@media (max-width: 770px) {
    .desc-img {
        width: 97%;
       
    }
}

@media (max-width: 700px) {
    .desc-img {
        width: 90%;
       
    }
}

@media (max-width: 910px) {
    .img-lg {
        display: none;
    }
}

.img-md {
    display: none;
    
}

@media (max-width: 910px) {
    .img-md {
        display: block;
    }
}

.process-desc-row2 {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 910px) {
    .process-desc-row2 {
        flex-direction: column;
        width: 35%;
    }
}
@media (max-width: 700px) {
    .process-desc-row2 {
        
        width: 42%;
    }
}

.desc-item {
    width: 27%;
}

@media (max-width: 910px) {
    .desc-item {
        width: 100%;
        margin-bottom: 80px;
    }
}

.desc-item-h5 {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.desc-item-p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    text-align: justify;
}

.process-container-sm {
    display: none;
}

@media (max-width: 670px) {
    .process-container-sm {
        display: block;
    }
}

.desc-item-h5-sm {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
}

.desc-item-p-sm {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    font-weight: 200;
}

@media (max-width: 540px) {
    .desc-item-p-sm {
        font-size: 14px;
    }
}

.desc-img-sm {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
    
}

@media (max-width: 540px) {
    .desc-img-sm {
        width: 100%;
    }
}

.desc-item-sm {
    width: 80%;
    margin: 0 auto 60px auto;
}

@media (max-width: 540px) {
    .desc-item-sm {
        width: 90%;
        margin-bottom: 40px;
    }
}

@media (max-width: 390px) {
    .desc-item-sm {
        width: 100%;
        
    }
}

.section-3 {
    margin: 0 auto;
    
    padding-bottom: 80px;
}

@media (max-width: 540px) {
    .section-3 {
        background-color: #EAE9E4;
        padding-bottom: 0;
    }
}

.galery-h2 {
    text-align: center;
    font-weight: 400;
    font-size: 31px;
    margin-bottom: 60px;
}

@media (max-width: 540px) {
    .galery-h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }
}

.row-1 {
    display: flex;
    margin: 40px auto 0 auto;
}

@media (max-width: 1050px) {
    .row-1 {
        display: none;
    }
}

.column-1 {
    max-width: 25%;
    padding: 0 4px;
}

.column-1 img {
    width: 100%;
    margin-top: 4px;
}







.row-2 {
    display: flex;
    margin: 40px auto 0 auto;
    display: none;
}

@media (max-width: 1050px) {
    .row-2 {
        display: block;
        display: flex;
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 768px) {
    .row-2 {
        display: none;
    }
}

.column-2 {
    max-width: 33.3%;
    padding: 0 4px;
}

.column-2 img {
    width: 100%;
    margin-top: 4px;
}





.row-3 {
    display: flex;
    margin: 40px auto 0 auto;
    display: none;
}

@media (max-width: 768px) {
    .row-3 {
        display: block;
        display: flex;
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 540px) {
    .row-3 {
        display: block;
        margin: 0 auto;
    }
}


.column-3 {
    width: 50%;
    padding: 0 4px;
}

@media (max-width: 540px) {
    .column-3 {
        width: 100%;
        padding: 0 5px;
        
    }
}

.column-3 img {
    width: 100%;
    margin-top: 4px;
}

@media (max-width: 540px) {
    .column-3 img {
        margin-top: 5px;
    }
}

footer {
    background-color: #3A1A1A;
    width: 100%;
}

@media (max-width: 1159px) {
footer {
    padding-left: 30px;
    padding-right: 30px;}
}

@media (max-width: 540px) {
    footer {
        background-color: #EAE9E4;
    }
}


.footer-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
}

@media (max-width: 880px) {
    .footer-container {
        align-items: start;
        justify-content: space-evenly;
    }
}

@media (max-width: 720px) {
    .footer-container {
        justify-content: space-between;
    }
}

@media (max-width: 540px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.footer-item {
    width: 30%;
}

@media (max-width: 720px) {
    .footer-item {
        width: 47%;
    }
}

@media (max-width: 540px) {
    .footer-item {
        width: 70%;
    }
}

@media (max-width: 400px) {
    .footer-item {
        width: 88%;
    }
}

.footer-item-h3 {
    font-size: 37px;
    font-weight: 200;
    padding-top: 30px;
    color: #fff;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 880px) {
    .footer-item-h3 {
        display: none;
    }
}

.footer-item-h5 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 300;
}

@media (max-width: 700px) {
    .footer-item-h5 {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .footer-item-h5 {
        color: #000;
    }
}

.footer-item-two {
    text-align: center;
}

@media (max-width: 880px) {
    .footer-item-two {
        text-align: left;
    }
}

@media (max-width: 540px) {
    .footer-item-two {
        display: none;
        
    }
}

.footer-item-h5-sm {
    display: none;
    font-size: 21px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
}

@media (max-width: 540px) {
    .footer-item-h5-sm {
        display: block;
    }
}

.footer-item-p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-align: justify;
}

@media (max-width: 700px) {
    .footer-item-p {
        font-size: 12px;
        line-height: 17px;
    }
}

@media (max-width: 540px) {
    .footer-item-p {
        color: #242424;
        margin-bottom: 50px;
    }
}

.tel {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-end;
    
}

@media (max-width: 540px) {
    .tel {
        display: none;
    }
}

.tel-sm {
    display: none;
}

@media (max-width: 540px) {
    .tel-sm {
        display: block;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 20px;
        align-items: center;
    }
}

.tel-img {
    display: block;
    width: 35px;
    margin-left: 20px;
    opacity: 0.7;
}

.tel-img:hover {
    opacity: 1;
}

.footer-tel {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 300;
    text-align: right;
    display: block;
    opacity: 0.7;
}

.footer-tel:hover {
    opacity: 1;
}

@media (max-width: 700px) {
    .footer-tel {
        font-size: 17px;
    }
}

@media (max-width: 540px) {
    .footer-tel {
        color: #000;
        text-align: center;
    }
}

.footer-button {
    margin: 70px 0 0 auto;
    
}

.footer-button:hover {
    background-color: #cd1818;
    
}

@media (max-width: 880px) {
    .footer-button {
        margin-top: 40px;
    }
}

@media (max-width: 540px) {
    .footer-button {
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 880px) {
    .footer-item-one {
        display: none;
    }
}

.footer-item-three {
    text-align: right;
}

@media (max-width: 540px) {
    .footer-item-three {
        text-align: center;
        font-weight: 400;
    }
}

.tel-img-sm {
    display: block;
    width: 35px;
}

