* {
    margin: 0;
    padding: 0;
}


.footer_box {
    width: 100%;
    background-color: #F7F6F2;
    padding-top: calc(45px + 5rem);
    padding-bottom: calc(7px + 4rem);
}

.footer_box .footer {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footer_left {
    width: 24.4902%;
}

.footer_logo {
    width: calc(66px + 5rem);
}

.footer_logo img {
    width: 100%;
}

.footer_left .p1 {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    margin-top: calc(5px + 2rem);
}

.footer_left .p2 {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(4px + 1rem);
    margin-top: calc(3px + 0.25rem);
}

.footer_nav_box .p1 {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(4px + 1rem);
    text-transform: uppercase;
}

.footer_nav_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1rem);
    margin-top: calc(3px + 1.5rem);
}

.footer_nav_list p img {
    width: calc(3.5px + 0.5rem);
    margin-top: 5px;
    margin-right: calc(1px + 0.25rem);
}

.footer_nav_list p {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(1px + 1rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(4px + 0.5rem);
}

.footer_nav_box:nth-last-of-type(1) {
    width: calc(82px + 20rem);
}

.footer_nav_box:nth-last-of-type(1) img {
    width: calc(8px + 0.5rem);
}

.footer_mail {
    width: calc(83px + 15rem);
    height: calc(18px + 2rem);
    border-radius: calc(10px + 1rem);
    border: 1px solid #B67865;
    margin-top: calc(8px + 0.5rem);
}

.footer_mail label {
    display: none;
}

.footer_mail .form-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: calc(1px + 0.25rem);
}

.footer_mail .form-group {
    height: calc(18px + 2rem);
}

.footer_mail .col-md-10 {
    height: 100%;
}

.footer_mail .form-control {
    width: 100% !important;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0 calc(5px + 0.5rem);
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #999999;


}

.footer_mail .form-control::placeholder {
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #999999;

}

.copyright_box{
    width: 100%;
    background-color: #B67865;
    padding: calc(9px + 0.5rem) 0;
}
.copuright{
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copuright_left p{
font-family: DM_Sans-regular;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
line-height: calc(1px + 1rem);

}
.copuright_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(1px + 1rem);
}

.copuright_right .copuright_right_icon{
    width: calc(2px + 2rem);
height: calc(2px + 2rem);
background: rgba(255,255,255,0.2);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.copuright_right .copuright_right_icon img{
    width: calc(4px + 0.5rem);
}

@media screen and (max-width: 1100px){
    .footer_box{
        padding: calc(10px + 5rem) 0;
    }
    .footer_box .footer{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }
    .footer_left{
        width: 100%;
    }
    .footer_left .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .footer_left .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .footer_mail{
        width: 100%;
        height: calc(18px + 3rem);
    }
    .footer_mail .form-control{
        width: max-content !important ;
    }
    .footer_mail .form-control::placeholder{
        font-size: calc(10px + 1rem);
    }
    .footer_nav_box .p1{
        font-size: calc(12px + 1rem);
    }

    .footer_nav_list p{

        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .footer_nav_list p img {
        width: calc(9.5px + 0.5rem);
        margin-top: 6px;
      
    }
    .footer_nav_box:nth-last-of-type(1){
        width: 100%;
    }
}