@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::selection {
    background-color:  #f1223f;
    color: #fff;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #ffffffd2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
}


/* Header section */

.header_section {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color:  #eec899;
    color: #815229;
}

.header_section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 150px;
}

.header_list {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
    justify-content: space-between;
    width: 1200px;
    
}

.header_menu_sect{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
}
.header_menu_item.active{
    color: #ffffff;
}
.header_menu_item{
    color: #815229;
    font-size: 32px;
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 3px;
}
.header_menu_item:hover{
    color: #ffffff;
    transition: all 0.3s ease;
}


.header_menu_item_card{
    padding: 20px;
    transition: all 0.3s ease; 
     
}
.header_menu_item_card:hover{
    background-color: #5225004d;
    transition: all 0.3s ease;
    border-radius: 15px;

}
.logo_section{
    display: flex;
    align-items: center;
    width: 150px;
    height: 150px;
}
.logo{
    width: 100%;
    height: 100%;
}

.number_sect {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.number_img{
    filter: invert(34%) sepia(12%) saturate(2365%) hue-rotate(346deg) brightness(95%) contrast(89%);
    width: 40px;
    height: 40px;
}


.number {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.7;
    color: #815229;
    transition: all 0.3s ease;
}


.number:hover{
    color: #ffffff;
    transition: all 0.3s ease;
}




.contact_us {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.contact_us_section_title{
    font-size: 48px;
    font-weight: 600;
    line-height: 1.7;
    color: #815229;
    font-family: Poppins, sans-serif;
    text-align: center;

}
.contact_us_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.7;
}
.contact_us_text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000000;
    padding: 30px;
    background-color: #eec899;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Poppins, sans-serif;
}

.contact_us_text:hover {
    box-shadow: 0 0 10px #eec899;
    background-color: #eec89960;
    transition: all 0.3s ease;
    transform: scale(1.05);
}

.contact_us_subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}
.contact_us_spisok {
}
.contact_us_spisok_item {
}




.hamburger-menu{
    display: none;
}










/* footer section */
.footer_section {
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer_content {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 20px;
    padding: 50px 0;
    align-items:center ;
    justify-items: center;
    justify-content: center;
}
.footer_logo {

}
.footer_logo_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer_cont_title{
    font-size: 22px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1.3;
}
.footer_contact_title {
    font-family: Poppins, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    font-size: 16px;
}
.footer_contact_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    

}
.footer_number {
    font-size: 30px;
    font-weight: 600;
    transition: all 0.3s ease;    
}
.footer_number:hover{
    color: #f1223f;
    cursor: pointer;
    transition: all 0.3s ease;
}
.footer_contact_subtitle {
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.footer_contact_days {

}


.copyright {
    width: 100%;
    border-top: 1px black solid;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.copyright_text {
    font-size: 16px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.8;
}

/* call us section */

.call_us_section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.call_us_container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    padding: 40px;
    background-color: #eec899;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.call_us_container:hover{
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #000000;
}

.call_us_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.call_us_title {
    font-size: 24px;
    font-family: poppins, sans-serif;
    font-weight: 600;
}

.call_us_sub {
    font-size: 20px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    margin-top: 20px;
}

.call_us_btn {
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    background-color: #ec3f3faf;
    border: none;
    color: rgb(255, 255, 255);
    padding: 20px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.call_us_btn:hover {
    background-color: #f1223f;
    transition: all 0.3s ease;
}

@media (max-width: 1288px) {
    /* header */
    .logo_section{
        width: 80px;
        height: 80px;
    }
    
    .header_menu{
        display: none;
    }

    .hamburger-menu{
        display: block;
    }
    
    #menu__toggle {
      opacity: 0;
    }
    
    #menu__toggle:checked ~ .menu__btn > span {
      transform: rotate(45deg);
    }
    #menu__toggle:checked ~ .menu__btn > span::before {
      top: 0;
      transform: rotate(0);
    }
    #menu__toggle:checked ~ .menu__btn > span::after {
      top: 0;
      transform: rotate(90deg);
    }
    #menu__toggle:checked ~ .menu__box {
      visibility: visible;
      right: 0px ;
    }
    
    .menu__btn {
      display: flex;
      align-items: center;
      position: fixed;
      top: 20px;
      right: 20px;
    
      width: 26px;
      height: 36px;
    
      cursor: pointer;
      z-index: 1;
    }
    
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
      display: block;
      position: absolute;
    
      width: 100%;
      height: 2px;
    
      background-color: #616161;
    
      transition-duration: .25s;
    }
    .menu__btn > span::before {
      content: '';
      top: -8px;
    }
    .menu__btn > span::after {
      content: '';
      top: 8px;
    }
    
    .menu__box {
      display: block;
      position: fixed;
      visibility: hidden;
      top: 0;
      right: -100%;
    
      width: 150px;
      height: 100%;
    
      margin: 0;
      padding: 80px 0;
    
      list-style: none;
    
      background-color: #eec899;
      box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    
      transition-duration: .25s;
    }
    
    .menu__item {
      display: block;
      padding: 12px 0;
    
      color: #333;
    
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 600;
        text-align: center;
      text-decoration: none;
    
      transition-duration: .25s;
    }
    .menu__item:hover {
      background-color: #d3b188;
    }

    .contact_us_text {
        max-width: 1000px;
        margin: 0 auto;
    }
    .call_us_container{
        margin: 0 auto;
        gap: 15px;
        max-width: fit-content;
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }
    .call_us_btn{
        font-size: 18px;
    }
    .call_us_sub{
        font-size: 18px;
        margin: 0;
    }
    .call_us_content {
        gap: 5px;
    }

}
@media (max-width: 1020px) {
    .contact_us_text {
        max-width: 800px;
        margin: 0 auto;
    }
    .contact_us_text:hover{
        transform: none;
    }
    .contact_us_section_title {
        font-size: 34px;
    }

}

@media (max-width: 800px) {
    .contact_us_text{
        max-width: 600px;
    }
    .footer_content{
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 610px) {
    .contact_us_text{
        max-width: 450px;
    }
    .copyright_text{
        font-size: 16px;
    }
}


@media (max-width: 576px) {
    .copyright_text{
        font-size: 14px;
    }
}
@media (max-width: 460px) {
    .contact_us_title{
        font-size: 24px;
    }
    .contact_us_subtitle{
        font-size: 16px;
    }
    .contact_us_text{
        max-width: 310px;
    }
    .call_us_title{
        font-size: 20px;
    }
    .call_us_sub{
        font-size: 14px;
    }
    .footer_content{
        
        justify-content: center;
    }

     .copyright_text{
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    .footer_number{
        font-size: 20px;
    }
    .footer_cont_title{
        font-size: 18px;
    }
    .footer_contact_subtitle{
        font-size: 12px;
    }
    .container{
        padding: 0;
    }

    
}
@media (max-width: 348px) {
        .copyright_text{
        font-size: 10px;
    }
}
@media (max-width: 576px) {
    .copyright_text{
        font-size: 12px;
    }
}
@media (max-width: 425px) {
    .footer_number{
        font-size: 24px;
    }
}
@media (max-width: 375px) {
    .footer_number{
        font-size: 20px;
    }
    .footer_cont_title{
        font-size: 16px;
    }
    .footer_contact_subtitle{
        font-size: 12px;
    }
    .container{
        padding: 0;
    }

    
}
@media (max-width: 348px) {
        .copyright_text{
        font-size: 10px;
    }
}