.login {
    padding: 100px 0;
}
.login-content {
    padding-right: 50px;
    position: relative;
}
.login-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(255 0 0 / 4%) 0%, rgb(77 50 37) 50%, rgb(77 50 37) 50%, rgb(255 0 0 / 4%) 100%);
    border-radius: 50%;
}

.login-content h2 {
    color: #4D3225;
    font-size: 35px;
    line-height: 143%;
    letter-spacing: 0.15px;
}

.login-content p{
    color: #4D3225;
    font-weight: 300;
    line-height: 28px; /* 175% */
}
.login-content form {
    margin-top: 30px;
}
.login-content .common-login-input p {
    color: #4D3225;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.32px;
}
.common-login-input{
    margin-bottom: 25px;
}

.common-login-input  input{
    border: 1px solid #4D3225;
    padding: 15px 20px;
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
}
.remember-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.remember input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    accent-color: #4D3225;
    margin-right: 5px;
}

.remember span {
    color: #4D3225;
    font-weight: 400;
    letter-spacing: 0.32px;
}
.remember-pass p{
    font-weight: 400;
    letter-spacing: 0.32px;
}
.login .row .col-lg-6:nth-of-type(2) {
    display: flex;
    align-items: center;
}
.register-content {
    max-width: 522px;
    text-align: center;
    margin: 0 auto;
}

.register-content h2{
    color: #4D3225;
    font-size: 35px;
    font-weight: 500;
    line-height: 143%; /* 50.05px */
    letter-spacing: 0.15px;
}

.register-content p{
    color: #4D3225;
font-weight: 300;
line-height: 28px; /* 175% */
}

.register-content button {
    border-radius: 6px;
    background: #4D3225;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    margin-top: 50px;
    padding: 18px 50px;
    border: 1px solid #4D3225;
    transition: .5s;
}
.login-btn {
    margin-top: 35px;
}
.login-btn button {
    border-radius: 6px;
    background: #4D3225;
    box-shadow: 0px 7.6px 14px 1px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    padding: 18px;
    border: 1px solid #4D3225;
    margin-bottom: 15px;
    transition: .5s;
}
.login-btn button:hover, .register-content button:hover{
    background-color: transparent;
    color: #4D3225;
}


/* my profile */
section.my-profile {
    padding: 60px 0;
}
.profile-tabs .nav {
    flex-direction: column;
}
.profile-tabs {
    background-color: #4D3225;
    color: #fff;
    padding: 45px 0;
    height: 100%;
    position: relative;
}
.user-details {
    text-align: center;
    padding-bottom: 30px;
}
.user-details h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 25px;
}
.user-details p {
    font-weight: 300;
    line-height: 28px;
}
.profile-tabs li.nav-item {
    border-bottom: 1px solid #725446;
}
.profile-tabs li button.nav-link {
    width: 100%;
    text-align: left;
    padding: 25px 40px;
    border-radius: 0;
    color: #FFF;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.36px;
}

.profile-tabs li button.nav-link  span {
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-right: 15px;
}

.profile-tabs li button.nav-link {
    width: 100%;
    text-align: left;
    padding: 25px 40px;
    border-radius: 0;
    color: #FFF;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.36px;
    transition: .5s;
    position: relative;
    display: flex;
    align-items: center;
}
.profile-tabs li button.nav-link::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 40%;
    background-image: url(../images/down.png);
    filter: invert(1) brightness(3.5);
    transform: rotate(-90deg);
}
.profile-tabs li button.nav-link.active, .profile-tabs li button.nav-link:hover {
    background-color: #E4D6CE;
    color: #4D3225;
}
.profile-tabs li button.nav-link.active span {
    background-color: #4d3225;
}
.profile-tabs li button.nav-link.active img {
    filter: invert(1) brightness(3);
}
.profile-tabs li button.nav-link.active::after{
    filter: none;
}

.logout-btn {
    position: absolute;
    width: 100%;
    padding: 0 40px;
    bottom: 40px;
}

.logout-btn button {
    width: 100%;
    border: 1px solid #fff;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    transition: .5s;
    border-radius: 5px;
}

.logout-btn button:hover{
    background-color: #fff;
    color: #4D3225;
}
.profile-tab-content, .profile-tab-content .tab-pane {
    height: 100%;
}
.common-tab-content {
    border: 1px solid #4D3225;
    padding: 30px;
    height: 100%;
}

.common-tab-heading h2 {
    color: #4D3225;
    font-size: 26px;
    line-height: normal;
    letter-spacing: -0.52px;
    margin-bottom: 40px;
}

.common-tab-heading  h2 span{
    color: #7C564B;
    line-height: 143%; /* 22.88px */
    letter-spacing: 0.15px;
    font-size: 16px;
}
.common-order {
    display: flex;
    gap: 20px;
    border: 1px solid #B5A199;
    padding: 25px;
}
.order-img {
    background-color: #E4D6CE;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.common-order p{
    color: #7C564B;
font-size: 15px;
font-weight: 400;
line-height: 28px;
}
.common-order p span{
    color: #4D3225;
    font-weight: 500;
  }

  .common-order button {
    border-radius: 4px;
    background: #DACAC2;
    border: 0;
    color: #6A463C;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 10px 12px;
    margin-top: 20px;
}

.profile-tabs ul {
    margin-bottom: 160px;
}
.saved-message {
    border-bottom: 1px solid #DACAC2;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.saved-name-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.singer-name h3 {
    color: #4D3225;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1px;
}

.singer-name h3 input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    accent-color: #4d3225;
    margin-right: 10px;
}

.singer-name h3 label span{
    color: #725446;
    font-weight: 400;
    line-height: 143%; /* 22.88px */
    letter-spacing: 0.15px;
}
.saved-message-content {
    padding-left: 35px;
}

.saved-message-content h4 {
    color: #4D3225;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1px;
}

.saved-message-content p {
    color: #4D3225;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-bottom: 15px;
}

.saved-img img {
    border-radius: 5px;
}
.saved-btn {
    text-align: center;
    margin-top: 60px;
}
.saved-btn button {
    border-radius: 4px;
    border: 1px solid #4D3225;
    max-width: 344px;
    padding: 17px 10px;
    width: 100%;
    background-color: transparent;
    transition: .5s;
    color: #4D3225;
    font-size: 18px;
    letter-spacing: 0.36px;
}
.saved-btn button:hover{
    background-color: #4D3225;
    color: #fff;
}
.common-tab-content .custom-accordion h6 {
    max-width: 50%;
    width: 100%;
}

.change-addres {
    display: flex;
    justify-content: space-between;
}
.change-address img {
    margin-left: 20px;
}
.manage-btn {
    display: flex;
    gap: 15px;
}
.manage-btn button {
    width: 50%;
    background: #EDE4DC;
    border-radius: 4px;
    border: 1px solid #4D3225;
    color: #4D3225;
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 15px 10px;
    transition: .5s;
}
.manage-btn button:hover {
    background-color: #4D3225;
    color: #fff;
 }
 .digital-img-sec.msg-recipient-img {
    text-align: center;
    position: relative;
}
.msg-recipient-img .digital-img-content h2 {
    font-size: 40px;
  }
  .msg-recipient-img .digital-img-content p:nth-of-type(1) {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.msg-recipient-img .digital-img-content{
    bottom: 30px;
    max-width: 310px;
    padding: 0 15px;
}
.msg-recipient-img .digital-img-content p:nth-of-type(2) {
    color: #fff;
    font-size: 10px;
    margin: 30px 0 0 0;
    padding: 0;
    background-color: transparent;
    max-width: 100%;
}
.msg-recipient-img .digital-img-content img {
    max-width: 206px;
}
.msg-recipient-img  .digital-img-content  h3 {
    margin-top: 10px;
}


@media screen and (max-width:1200px){
    .profile-tabs li button.nav-link {
        padding: 25px 20px;
     }
     .profile-tabs li button.nav-link::after {
        right: 10px;
     }
}

@media screen and (max-width:991px){
    .register-content {
        margin-top: 50px;
    }
    .login-content {
        padding-right: 0;
     }
     .login {
        padding: 60px 0;
    }
    .register-content button {
        margin-top: 30px;
     }
     .login-content::after {
        background-image: none;
     }
     .profile-tabs .nav {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .profile-tabs li button.nav-link::after {
        content: unset;
    }
    .profile-tabs li button.nav-link {
        padding: 15px 20px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .profile-tabs li.nav-item {
        border-bottom: 0px solid #725446;
        width: 25%;
        display: flex;
    }
    .common-tab-heading h2 {
        text-align: center;
        margin-bottom: 25px;
    }
    .profile-tabs li button.nav-link span {
        margin: 0 0 5px 0;
    }
    .logout-btn {
        position: unset;
     }
     .profile-tabs ul {
        margin-bottom: 40px;
    }
    .login-content h2, .register-content h2 {
        font-size: 30px;
      }
}

@media screen and (max-width:767px){
    .profile-tabs li.nav-item {
        width: 50%;
     }
     .profile-tabs .nav {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .profile-tabs li button.nav-link {
        font-size: 16px;
     }
}


@media screen and (max-width:576px){
    .login {
        padding: 45px 0 15px 0; 
    }
    .login-content h2, .register-content h2 {
        font-size: 25px;
      }
      .login-content form {
        margin-top: 20px;
    }
    .common-login-input {
        margin-bottom: 15px;
    }
    .remember span, .remember-pass p {
        font-size: 14px;
    }
    .remember input {
        width: 15px;
        height: 15px;
        margin-right: 0px;
    }
    .register-content {
        margin-top: 40px;
    }
    .login-btn button, .register-content button {
        font-size: 16px;
        padding: 14px;
        min-width: 40%;
     }
     .common-tab-content {
        padding: 30px 15px;
     }
     .common-tab-heading h2, .user-details h3 {
        font-size: 22px;
     }
     .common-tab-heading h2 {
        margin-bottom: 20px;
    }
     section.my-profile {
        padding: 60px 0 15px 0;
    }
    .user-details p {
        font-size: 14px;
    }
    .saved-btn {
        margin-top: 45px;
    }
    .common-order button {
        font-size: 13px;
        padding: 7px 7px;
        margin-top: 10px;
       }
       .logout-btn button {
        padding: 15px 10px;
        font-size: 16px;
     }
     .manage-btn button {
        font-size: 14px;
     }
     .msg-recipient-img .digital-img-content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:430px){
    .singer-name h3 {
        font-size: 17px;
     }
     .singer-name h3 label span {
        font-size: 14px;
    }
    .singer-name h3 input {
        margin-right: 5px;
    }
    .manage-btn button {
        font-size: 13px;
     }
}
