

@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");

.header .link-btn-area {
    height: 130px;
}

.btn-toggle.pos-r{
  position: relative;
}

.header .link-btn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.btn-toggle .activebox {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    transition: 0.5s;
    transform: translate(-50%, 0);
    position: absolute;
    top: 120%;
    left: 40%;
    z-index: 101;
}

.header .link-btn a, .header .link-btn .a {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 50%;
    background: #4c2716;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.header .link-btn.fix {
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 8%;
    right: 10px;
    z-index: 10;
}

.header .link-btn.fix li {
    margin-bottom: 10px;
}

.header .link-btn.fix a, .header .link-btn.fix .a {
    margin-right: 0;
}


.up-d-none {
    display: none
}

.btn-toggle .activebox {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    transition: 0.5s;
    transform: translate(-50%, 0);
    position: absolute;
    top: 120%;
    left: 40%;
    z-index: 101;
}
.btn-toggle.active .activebox {
    visibility: visible;
    opacity: 1;
    cursor: auto;
}


.btn-toggle .activebox .sub {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #221815;
    text-align: center;
}

.link-btn.fix .btn-toggle .activebox {
    transform: translate(-100%, -50%);
    top: 50%;
    left: -10%;
}

.header .link-btn .tel a i {
    margin-right: 10px;
    color: #4c2716;
}

.header .link-btn .tel a {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    border: none;
    border-radius: 10px;
    background: none;
    color: #4c2716;    
}


.close-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0;
    border: 2px solid;
    border-radius: 5px;
    background: #4c2716;
    cursor: pointer;
    position: absolute;
    top: -16px;
    right: -16px;
}

@media screen and (max-width:1024px) {
  
      .header .link-btn-area {
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
    
        .btn-toggle .activebox {
        padding: 10px;
        top: -100px;
        left: 50%;
    }
    
    
   .up-d-block\@tb {
        display: block
    }
    
        .header .link-btn {
        width: 100%;
        flex-wrap: nowrap;
    }
    
        .header .link-btn li {
        width: 100%;
    }
    
    .header .link-btn a, .header .link-btn .a {
        width: 100%;
        height: 100%;
        margin-right: 0;
        border: none;
        padding: 0.5em;
        font-size: 16px;
        border-radius: 0px;
    }
    
        .header .link-btn li {
        width: 100%;
    }
    
        .header .link-btn .a {
        border-left: none;
        border-right: none;
    }
    
        .btn-toggle .activebox {
        padding: 10px;
        top: -100px;
        left: 50%;
    }
    
    .fa-phone-volume:before {
    content: "\f2a0";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-line:before {
    content: "\f3c0";
}

.btn-toggle .activebox .sub {
  font-size: 14px;
}

.header .link-btn .tel a{
  font-size: 18px;
  white-space: nowrap;
}

.btn-toggle .activebox{
  width: 240px;
}




}
