body {
    font-family: "Arimo", sans-serif;     
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Скрывает горизонтальный скролл */
}

.firstline {
    position: fixed;
    background-color: #F5F5F5;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;    
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}

.navbar1 {
    display: flex;
    align-items: center;      
}

.logo {
    margin-right: auto;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menuToggle {
    display: flex;
    flex-direction: column;    
}

.menuLine {
    height: 4px;
    width: 45px;
    background-color: #010D14;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: 0.5s ease;
    z-index: 1;
}

.whatsappIconBlue {
    display: none;
}

.menu {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #010D14;
    text-decoration: none;
    margin-left: 35px;
    margin-right: 35px;
    transition: 0.2s ease;
}

.menu:hover {
    color: #01A2CE;
}

.languageMenu {
    position: absolute;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #010D14;
    border: 1px solid black;
    background-color: #E3E3E3;
    margin-top: 5px;
    right: 35px;
}

.menuLanguage {
    display: none;
}

.russian, .english, .spanish {
    cursor: pointer;
    transition: 0.2s ease;
    margin: 5px 15px;
}

.russian:hover, .english:hover, .spanish:hover {
    color:#01A2CE;
}

#expandArrow {
    display: flex;
    align-items: center;
}

.logoimg {
    width: 170px;
    padding: 5px;
}

.blueTick, .callIcon, .listTick {
    margin-right: 20px;
}

.blueArrow {
    display: none;
}

.main {
    width: 100%;
    height: 100vh;
    background-image: url("mainpicture.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.descriptionBtn {
    display: flex;
    align-items: center;
}

.description, .btn {
    padding: 20px;
}

.heading {
    width: 90%;
}

.header {  
    text-align: center;     
    font-size: 50px;
    -webkit-text-stroke: 0.8px black;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: -2.5px;
    margin-bottom: 0;
}

h2 {
    font-size: 30px;
    -webkit-text-stroke: 0.6px black;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.phoneBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 70px;
    background: linear-gradient(to bottom, #01A2CE, #015268);
    border: none;
    cursor: pointer;
    color: white;
    font-size: 25px;
    -webkit-text-stroke: 0.8px black;
    letter-spacing: -0.8px;
    font-weight: bolder;
    text-decoration: none;
    transition: 0.3s ease;
}

.phoneBtn:hover {
    background: linear-gradient(to top, #01A2CE, #015268);
}

.btn {
    margin-left: 100px;
}

#section1, #section3 {
    background-color: #E8EAEE;
    color: #010D14;
}

#section2 {
    color: #010D14;
}

.sectionHeader {
    display: flex;
    align-items: center;
    flex-direction: column;
}

h3 {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 50px;
}

h4 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.trabajos {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 1px;
    line-height: 1.6;
}

.indent {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.6;
}

.indent1 {
    text-align: center;
    width: 60%;
}

.indent2 {
    width: 50%;
    text-align: center;
}

.service, .descriptionService {
    display: flex;
    justify-content: space-evenly;  
    align-items: center;  
    margin: 15px;
    font-size: 21px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.textService1, .serviceImg1, .textService2, .serviceImg2  {
    padding: 80px;
}

.galeriaLine {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.galeriaLink {
    position: relative;
    display: inline-block; /* Чтобы изображение и текст находились вместе */
    text-decoration: none;
    color: white;
    padding: 30px;
}

.linkImg {
    display: block;
    transition: 0.2s ease;
    filter: brightness(80%);
}

.work {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /*Центрирует текст  */
    font-size: 30px; /* Размер текста */
    font-weight: bold; /* Жирность текста */
    pointer-events: none; /* Чтобы текст не перекрывал клик по ссылке */
}

.galeriaLink:hover .linkImg {
    filter: brightness(40%); /* Затемняет картинку */
  }

.aboutUs {
    width: 70%;
    margin: 25px auto;
    align-items: center;
}

.container {
    display: flex;
    margin: 80px auto;
    background-color: #F5F5F5;
    width: 70%;
    border-radius: 50px;
    color: #010D14;
}

form {
    display: flex;
    flex-direction: column;
}

.formSubmit, .contact {
    width: 50%;
    padding: 50px;
}

.formHeader {
    background-color: #01A2CE;
    width: 100%;
    border-radius: 20px;
}

.contactUs, h5 {
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
    padding: 8px;
}

.inp, textarea {
    font-size: 17px;
    padding: 10px;
    margin: 10px;
    background-color: #E8EAEE;
    border: none;
    font-weight: 500;
}

textarea {
    font-family: "Arimo", sans-serif;
    height: 130px;
}

.check {
    font-size: 13px;
    margin-bottom: 15px;
}

.send {
    border-radius: 20px;
    background-color: #EC8305;
    border: none;
    padding: 16px;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 5px;
}

.send:hover {
    background-color: #EC9732;
}

.telephone {
    display: flex;
    align-items: center;
    padding: 20px;
}

.contactIcon {
    padding: 20px;
    transition: 0.5s ease; /* Плавное увеличение в течение 2 секунд */
    display: inline-block;
}

.contactIcon:hover {
    scale: 1.2;
}

.phone {
    font-weight: bolder;
    font-size: 23px;
    margin-bottom: 7px;
    margin-top: 0;
}

hr {
    height: 4px;
    background-color: #01A2CE;
}

.phoneNumber {
    text-decoration: none;
    color: #010D14;
    transition: 0.5s ease;
    font-size: 23px;
}

.phoneNumber:hover {
    color: #01A2CE;
    font-weight: 500;
}

.footer {
    background: linear-gradient(to bottom, #01A2CE, #015268);
    color: #ffff;
    position: relative;
}

.information {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 80px;
}

.footer1 {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
}

.footerMenu {
    text-decoration: none;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s ease;
}

.footerMenu:hover {
    color: #AAEDFF;
}

.listFooter {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contactInf {
    color: white;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.contactInf:hover {
    color: #AAEDFF;
}

.line {
    display: flex;
    align-items: center;
}

.ico {
    margin-right: 20px;
}

.instagramIcon {
    transition: 0.3s ease;
}

.instagramIcon:hover {
    scale: 1.1;
}

.up {
    position: absolute;
    right: 30px;
    top: 25px;
}

.end {
    background-color: #004456;
    color: white;
    display: flex;
    justify-content: center;
}

.endLine {
    font-size: 17px;
}

#cookie-banner {
    position: fixed; 
    bottom: 0; 
    width: 100%;     
    color: #fff; 
    padding: 0px; 
    display: flex; 
    justify-content: center;  
    background: rgba(0, 0, 0, 0.7);  
}

.cookie-button {
    background-color: #01A2CE;
}

.cookie-button:hover {
    background-color: #015268;
    color: #fff;
}

.enlace-cookies {
    color: #fff;    
}

.enlace-cookies:hover {
    color: #01A2CE;
}

.text-cookies, .cookie-button {
    padding: 10px;
    margin: 10px;
}


/* Стили для галереи */
.cocina-header {
    margin-top: 100px;
}
.image-container {    
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-wrap: wrap;
    margin: 50px auto;    
    width: 70%;    
}
.galeria-image {
    width: 200px;
    height: 200px;
    margin: 10px;
}
.galeria-picture {
    object-fit: cover;
    width: 185px;
    height: 185px;
}
.modal {
    display: none; /*Скрываем элемент */
    position: fixed;
    top: 0;    
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Полупрозрачный черный фон */    
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal-content {    
    position: relative;
    max-width: 90%;
    max-height: 90%;
    height: 100%;    
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-image {
    max-width: 900px;
    max-height: 900px;
    object-fit: contain;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 20px;        
    cursor: pointer;
}
.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);     
    cursor: pointer;
}  
.prev-button {
    left: 10px;
}  
.next-button {
    right: 10px;
}
.dark-section {
    background-color: #CDC9C9;
    padding: 50px 0px;
}
.white-section {
    padding: 50px 0px;
}


/* стили для cookies */
#cookies {
    width: 70%;
    margin: 50px auto;
}
.cookies-header {
    margin-top: 150px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}
.second-header {
    font-size: 20px;
    font-weight: 600;
}
.cookiesList {    
    color: #01A2CE;    
}
.cookiesList:hover {
    color: #010D14;
}
.c-list {
    padding: 5px;
}


/* Стили для 404 */
.error {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E8EAEE;
    color: #010D14;
}

.header-blue {         
    font-size: 50px;
    color: #01A2CE;
    -webkit-text-stroke: 0.8px black;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: -2.5px;    
}

.error-paragraph {
    font-size: 20px;
    margin: 15px auto;
}

.error-list {
    padding: 0;
    margin: 0;
}

.error-hacer {
    margin-bottom: 10px;
    margin-top: 40px;
}

.error-disculpas {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 50px;
    text-align: center;
}


@media all and (max-width: 1600px) {
    .menu {
        font-size: 15px;
    }
    .descriptionService {        
        width: 80%;        
    }    
    
    .textService1, .serviceImg1, .textService2, .serviceImg2  {
        padding: 50px;
    } 
    
    .container {
        flex-direction: column;
        width: 70%;
        align-items: center;
    }

    .formSubmit, .contact {
        width: 60%;
        padding: 50px;
    }
}


@media all and (max-width: 1200px) {
    .firstline {
        width: 100%;        
    }
    .navbar1, .navbar {
        flex-direction: column;
        align-items: flex-start;        
    }

    .expandMenu {
        display: none;
    }

    .menu {
        margin: 10px 5px;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between; 
        width: 100%;
    }

    .menu-toggle {
        display: block;
        padding: 10px;
        margin-left: 20px;
    }

    .closeMenu {
        display: none;
        padding: 10px;
    }

    .menu-toggle--active .menuToggle {
        display: none; /* Скрываем бургер-меню */
    }
    
    .menu-toggle--active .closeMenu {
        display: block; /* Показываем крестик */
    }

    .languageMenu {
        left: 5px;
        right: auto;
    }

    .descriptionBtn {
        flex-direction: column;
    }

    .header {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    .blueTick, .callIcon, .listTick {
        margin-right: 20px;
    }

    .btn {
        margin-left: 0;
    }

    .indent1 {
        width: 90%;
    }

    .indent2 {
        width: 80%;
    }

    .trabajos {
        font-size: 15px;
    }
    .service, .descriptionService {
        width: 100%;
    }

    .descriptionService {
        flex-direction: column;
        align-items: center;        
    }

    .textService1, .serviceImg1, .textService2, .serviceImg2  {
        padding: 20px;
    }
    .galeriaLine {
        flex-direction: column;
        align-items: center;
    }    

    .container {
        flex-direction: column;
        width: 90%;
        align-items: center;
    }

    .formSubmit, .contact {
        width: 80%;
        padding: 50px;
    }

    .information {
        flex-direction: column;
        padding: 30px;
    }

    .footer1 {
        width: 100%;
        padding: 30px;
    }

    .footer2 {
        flex-direction: column;
        align-items: center;
    }

    .instagramIcon {
        margin-top: 30px;
    }

    #cookie-banner {        
        flex-direction: column;  
        align-items: center;
    }

    .cookie-button {
        width: 100px;
        margin-left: auto;  
        margin-right: auto;
        margin-bottom: 15px;      
    }

    .text-cookies {
        width: 70%;
        margin-top: 15px;
        margin-bottom: 0;
        padding: 0;
    }

    /* стили для галереи */
    .image-container {        
        margin: 50px auto;    
        width: 100%;    
    }
    #modal-image {
        max-width: 90%;
        max-height: 90%;        
    }
}

@media all and (max-width: 500px) {
    .whatsappIcon {
        width: 70px;
    }

    .logoimg {
        width: 130px;
    }


    .header {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    .blueTick, .callIcon, .listTick {
        margin-right: 10px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 22px;
    }

    .indent {        
        font-size: 15px;        
    }

    .trabajos {
        font-size: 13px;
    }

    .service {                
        flex-direction: column;
        align-items: flex-start;
        margin-left: 50px;        
    }    

    .cocinaImg {
        width: 300px;
    }

    .linkImg {
        width: 300px;
        height: 150px;
    }

    .work {
        font-size: 23px;
    }

    .galeriaLink {
        padding: 10px;
    }

    .andrey {
        width: 300px;
    }

    .contactUs, h5 {
        font-size: 23px;
    }

    .inp, textarea {
        font-size: 15px;        
    }

    .check {
        font-size: 11px;        
    }

    .formSubmit, .contact {
        width: 90%;
        padding: 20px;
    }

    .telephone {        
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .phone {
        font-size: 20px;
    }

    .phoneNumber {        
        font-size: 15px;
    }

    .contactIcon {
        width: 25px;
        padding: 15px;
    }

    .footerMenu {       
        font-size: 13px;        
    }

    .information {
        padding: 10px;
    }

    .logoFooter {
        width: 100px;        
    }

    .footer1 {
        align-items: center;
        padding: 10px;
        margin-top: 20px;
    }

    .contactInf {
        font-size: 15px;
    }

    .ico {
        width: 25px;
    }

    .upIcon {
        width: 50px;
    }

    .endLine {
        font-size: 13px;
    }
    .instagramIcon {
        margin-top: 20px;
    }

    #cookie-banner {        
        flex-direction: column;  
        align-items: flex-start;
    }

    
    /* стили для галереи */
    .cocina-header {
        margin-top: 50px;
    }
    .image-container {        
        margin: 30px auto;    
        width: 100%;    
    }
    .galeria-image {
        width: 100px;
        height: 100px;
        margin: 5px;
    }
    .galeria-picture {
        object-fit: cover;
        width: 85px;
        height: 85px;
    }
    .gallery-button {
        width: 15px;
    }
    .prev-button {
        left: 5px;
    }  
    .next-button {
        right: 5px;
    }
    #modal-image {
        max-width: 85%;
        max-height: 85%;        
    }

    /* cookies */
    #cookies {
        width: 90%;
        margin: 30px auto;
    }
    .cookies-header {
        margin-top: 100px;        
    }
    .text-cookies {
        font-size: 12px;
    }
    .cookie-button {
        font-size: 10px;
    }


    /* Стили для 404 */

.header-blue {         
    font-size: 35px;        
}

.error-paragraph {
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;    
}

.error-hacer {
    margin-bottom: 10px;
    margin-top: 40px;
}

.error-disculpas {
    font-size: 20px;
}
}


