@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;
}
.hamburger-menu{
    display: none;
}

/* personal-section */

.personal_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 50px 0;
}


.personal_section_title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.7;
    color: #815229;
}

.founder_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px 25px;
    background-color: #f0f0f0;
    border-radius: 40px;
    transition: all 0.3s ease;
}
.founder_section:hover {
    background-color: #ffffff;
    transition: all 0.3s ease;
    transform: scale(1.08);
    box-shadow: 0 0 10px #424242;
}

.founder_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.founder_name_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.7;
    color: black;
}

.founder_name_subtitle {
    color: #696969;
    font-size: 18px;
}

.founder_message {
    color: #696969;
    font-size: 20px;
}

.founder_nickname {

}

.nickname_title {
    color: #696969;
}

.nickname_subtitle {

}

/* promise section */

.promise_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 50px 0;
}

.promise_title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.7;
    color: #815229;
}

.promise_container {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.promise_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px ;
    background-color: #eec899;
    border-radius: 40px;
    max-width: 1400px;
    transition: all 0.3s ease;
}
.promise_item:hover{
    transition: all 0.3s ease;
    box-shadow: 0 0 16px #eec899;
    transform: scale(1.05);
    background-color: #fff;
}

.promise_item_title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
}

.promise_item_img_sect{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.promise_item_img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.promise_item_subtitle {
    color: #414141;
    font-size: 22px;
    font-weight: 500;
}

.promise_item_plus {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: circle;
    margin: 0 20px;
}

.promise_item_plus_item {
    font-size: 22px;
    color: #301600;
    font-weight: 600;
}

.promise_item_sub {
    font-size: 20px;
    color: #383838;
    font-weight: 600;
}

/* TIME OFFER SECTION */


.time_offer_section{
    
}

.time_offer_sect {
    max-width: 700px;
    margin: 50px auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    background-color: #f75268;
    border-radius: 40px;
    transition: all 0.3s ease;
    font-family: Poppins, sans-serif;
    color: white;
}
.time_offer_sect:hover{
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #f1223f;
    background-color: #fff;
    color: #383838;
}
.time_offer_title {
    font-size: 44px;
    font-weight: 600;
}
.time_offer_subtitle {
    font-size: 18px;
}
.time_offer_button {
    background-color: #fff;
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 10em;
    border: 1px solid #f1223f;
}
.time_offer_button:hover {
    background-color: #f1223f;
    box-shadow: 0 0 10px #301600;
    color: white;
    transition: all 0.3s ease;
}



/* our cost section */

.our_cost_section {
display: flex;
flex-direction: column;
margin: 50px auto;
max-width: 1400px;
padding: 50px 0;
gap: 10px;
padding: 30px;
background-color: #dfdfdf;
border-radius: 30px;
transition: all 0.5s ease;
}
.our_cost_section:hover{
    background-color: #e6e6e64d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.493);
    transition: all 0.5s ease;
}

.our_cost_title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
    font-family: Poppins, sans-serif;
}



.our_cost_text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    max-width: 1400px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    color: #383838;
    font-weight: 600;
}



/* 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;
}

@media (max-width: 1258px) {
    /* 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 24px;
    
      color: #333;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 600;
    
      text-decoration: none;
    
      transition-duration: .25s;
    }
    .menu__item:hover {
      background-color: #d3b188;
    }

    .founder_section{
        max-width: 1000px;
    }
    .promise_item{
        max-width: 1000px;
    }
    .our_cost_section{
        max-width: 1000px;
    }
}

@media (max-width: 1168px) {
    .founder_section{
        max-width: 800px;
    }
    .promise_item{
        max-width: 800px;
    }
    .our_cost_section{
        max-width: 800px;
    }
}

@media (max-width: 868px) {
    .founder_section{
        max-width: 600px;
    }
    .founder_section:hover{
        transform: none;
    }
    .promise_item{
        max-width: 600px;
    }
    .promise_item:hover{
        transform: none;
    }
    .promise_item_title{
        font-size: 28px;
    }
    .promise_item_subtitle{
        font-size: 20px;
    }
    .promise_item_plus_item{
        font-size: 18px;
    }
    .our_cost_section{
        max-width: 600px;
    }
    .time_offer_sect{
        max-width: 600px;
    }
}
@media (max-width: 610px) {
    .founder_section{
        max-width: 450px;
    }
    .promise_item{
        max-width: 450px;
    }
    
    .our_cost_section{
        max-width: 450px;
    }
    .time_offer_sect{
        max-width: 450px;
    }
    .time_offer_title{
        font-size: 30px;
    }
    .footer_content{
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 470px) {
    .personal_section_title{
        font-size: 36px;
    }
    .founder_section{
        max-width: 350px;
    }
    .founder_message{
        font-size: 18px;
    }
    .promise_item{
        max-width: 350px;
    }
    .promise_title{
        font-size: 36px;
    }
    .promise_item_img_sect{
        gap: 10px;
    }
    .promise_item_img{
        width: 70px;
        height: 70px;
    }
    .promise_item_title{
        font-size: 20px;
    }
    .promise_item_subtitle{
        font-size: 18px;
    }
    .promise_item_plus_item{
        font-size: 16px;
    }
    
    .our_cost_section{
        max-width: 350px;
    }
    .our_cost_title{
        font-size: 32px;
    }
    .time_offer_sect{
        max-width: 350px;
    }

    .copyright_text{
        font-size: 14px;
    }
    .footer_number{
        font-size: 20px;
    }
    .footer_contact_title{
        font-size: 14px;
    }
    .footer_contact_subtitle {
        font-size: 14px;
    }
    .footer_content{
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }

}

@media (max-width: 420px) {
    .founder_section{
        max-width: 310px;
    }
    .promise_item{
        max-width: 310px;
    }
    
    .our_cost_section{
        max-width: 310px;
    }
    .time_offer_sect{
        max-width: 310px;
    }
    .time_offer_title{
        font-size: 24px;
    }
    .time_offer_subtitle{
        font-size: 18px;
    }

    .copyright_text{
        font-size: 12px;
    }
    .footer_number{
        font-size: 16px;
    }
    .footer_contact_title{
        font-size: 12px;
    }
    .footer_contact_subtitle {
        font-size: 12px;
    }
}