input.is-invalid {
    border: 1px solid red;
    background-color: #ffe6e6;
}

input:invalid:focus {
    outline: none;
    box-shadow: 0 0 5px red;
}

button[disabled] {
    cursor: default;
    border: 2px solid #f0777424;
    background-color: #ffa6a4;
}


.spinner-border {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border: 0.2em solid currentColor;
    border-top: 0.2em solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-right: 0.5rem;
}

.img-fluid-hot {
    width: 110px;
    height: 113px;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}

.img-fluid-footer {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.content-w-h-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.img-pdf {
    width: 25px;
}

.btn-pay {
    padding: 10px 50px;
    margin: 20px 0 0 0;
    font-size: 17px;
}

.curse-pointer {
    cursor: pointer;
}

.box-checkOut {
    max-width: 600px;
    margin: auto;
}

/*.box-checkOut .bg-title{*/
/*    background-color: #343434;*/
/*    color: #fff;*/
/*}*/

.animated-button {
    position: relative;
    padding: 10px 50px;
    font-size: 16px;
    color: #fff;
    background-color: #00a65a;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.animated-button::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 100%;
    transition: opacity 0.3s ease;
    animation: moveLine 1.5s infinite;
    background: rgba(255, 255, 255, 0.2);
}

.animated-button:hover {
    background-color: #fff;
    color: #00a65a;
    opacity: 0.9;
    border: 1px solid #00a65a;
}

@keyframes moveLine {
    0% {
        right: 100%;
    }
    50% {
        right: 0%;
    }
    100% {
        right: -100%;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.box-answer {
    margin: 40px 0 100px 0;
}

.package-title {
    padding: 17px;
    color: #2f2f2f;
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.txt-15px {
    font-size: 15px;
}

.text-decoration-through {
    text-decoration-line: line-through
}


/*profile*/
.section-profile {
    padding: 70px 0;
}

.box-profile .sidebar {
    background-color: #2c3e50;
    color: #fff;
}

.box-profile main {
    background-color: #f5f5f5;
    padding: 7px;
}

.box-profile .sidebar h2 {
    text-align: center;
    margin: 20px 0;
    color: #fff;
}

.box-profile .sidebar .nav-link {
    color: #fff;
    transition: background-color 0.3s;
    padding: 10px 7px;
    margin: 5px 0;
}

.box-profile .sidebar ul .active {
    background-color: #34495e;
}

.box-profile .sidebar .nav-link:hover {
    background-color: #34495e;
}


.alert-vpn {
    text-align: center;
    font-size: 2rem;
    animation: colorChangeVpn 1s infinite;
}

@keyframes colorChangeVpn {
    0% {
        color: red;
    }
    50% {
        color: #595858;
    }
    100% {
        color: red;
    }
}


.table-blog table {
    border-collapse: collapse;
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.table-blog thead tr {
    background-color: #4CAF50;
    color: white;
    height: 40px;
}

.table-blog th, .table-blog td {
    padding: 10px;
    border: 1px solid #ddd;
}

.table-blog tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-blog tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.box-btn-buy {
    background-color: #00a65a2b;
    padding: 5px;
}

.animated-button:disabled {
    cursor: default;
    border: 2px solid #00a65a24;
    background-color: #00a65a78;
}

.box-btn-preview {
    background-color: #a675002b;
    padding: 5px;
}


.animated-button-preview {
    position: relative;
    padding: 10px 8px;
    font-size: 16px;
    color: #fff;
    background-color: #f7c54f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.animated-button-preview::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 100%;
    transition: opacity 0.3s ease;
    animation: moveLine 1.5s infinite;
    background: rgba(255, 255, 255, 0.2);
}

.animated-button-preview:hover {
    background-color: #fff;
    color: #f7c54f;
    opacity: 0.9;
    border: 1px solid #f7c54f;
}

.animated-button-preview:disabled {
    cursor: default;
    border: 2px solid #f8b922;
    background-color: #f7c54f;
}

.blog-content img {
    width: auto !important;
    height: auto !important;
}


.box-item-package {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
}

.grid-item p {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 0;
}


.box-list-package .grid-container {
    display: grid;
    gap: 20px; /* فاصله بین باکس‌ها */
    grid-template-columns: repeat(4, 1fr); /* 4 ستون مساوی */
}

.box-list-package .grid-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: block;
}

.box-list-package .grid-item-parent {
    background-color: #ffe246;
    color: #2f2f2f !important;
    margin-top: 20px;
}

.box-list-package .grid-item-parent:hover {
    color: #2f2f2f !important;
    background-color: #ffffff;
}

.box-list-package .grid-item-child {
    background-color: #21ad52;
    color: white !important;
    margin-bottom: 10px;
}

.box-list-package .grid-item-child:hover {
    background-color: #ffffff;
    color: #21ad52 !important;
}

.main-txt-title {
    font-size: 20px;
}

.box-request {
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-request .box-content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), #fff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.box-request .box-content .box-title {
    height: 100%;
    padding: 100px 40px;
    display: flex;
    align-items: center;
}

.bg-vpn-payment {
    background-color: #ffcece;
    margin-top: 20px;
    margin-bottom: 25px;
}


.grid-container-gold {
    display: grid;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
}

.box-package-line {
    height: 71px;
    justify-content: center;
}

.line-top-right {
    border-left: 2px solid #2f2f2f;
}

.line-top-left {
    border-right: 2px solid #2f2f2f;
}

.line-bottom-1 {
    border-right: 4px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
    border-top: 3px solid #2f2f2f;
}

.line-bottom-2 {
    border-right: 2px solid #2f2f2f;
    border-top: 3px solid #2f2f2f;
}

.line-bottom-3 {
    border-left: 2px solid #2f2f2f;
    border-top: 3px solid #2f2f2f;
}

.line-bottom-4 {
    border-right: 2px solid #2f2f2f;
    border-left: 4px solid #2f2f2f;
    border-top: 3px solid #2f2f2f;
}

.box-line-mobile {
    display: none;
}

.line-mobile {
    text-align: center;
    font-size: 50px;
    color: #2f2f2f;
    margin: -12px 0;
}

.main-txt-a {
    font-size: 15px;
}

.search-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-box input {
    width: 100%;
    height: 40px;
    border: 1px solid #f0f0f1;
    background-color: #f0f0f1;
    padding-right: 15px;
}

.search-box .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e53935;
    color: white;
    border: none;
    padding: 0px 12px;
    height: 35px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    left: 5px;
    padding-bottom: 5px;
}

.box-category-p {
    width: 100%;
    background-color: #2b9b37;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    margin: 10px 0;
}

.box-category-p p {
    padding: 0 15px;
}

.form-control-web {
    color: #111111;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    background: #f4f4f4;
    border: none;
    padding: 0.5rem 1.5rem;
    height: 45px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
}

.btn-coupon {
    background-color: #2f2f2f;
    border: 0;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.section-package {
    position: relative;
    background-image: linear-gradient(to right, #fffccc, #f0f0f0, #c8ffc0, #f0f0f0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-booking {
    margin: 20px 30px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.box-booking .title {
    background-color: #3590f0;
    padding: 20px;
    text-align: center;
    font-size: 27px;
    color: #fff;
    line-height: 1;
}


.box-step {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 30px;
}

.box-step .step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -20px;
}

.box-step .step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    position: relative;
}

.step-label {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

.box-step .active {
    background-color: #3db774;
}

.box-step .current {
    background-color: #2f89e3;
}

.box-step .inactive {
    background-color: #bdc3c7;
}

.box-step .line {
    width: 20%;
    height: 5px;
    background-color: #3db774;
    margin-top: -25px;
}

.box-step .inactive-line {
    background-color: #bdc3c7;
}

.btn-reserve {
    display: inline-block;
    height: 45px;
    margin-top: 30px !important;
    border: 2px solid #28a745;
    background-color: #28a745;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.table-step-4 {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table-step-4 tr td, .table-step-4 tr th {
    padding: 10px;
}


.box-profile {
    max-width: 600px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.box-profile a {
    color: #343a40;
}

.box-profile a:hover {
    color: #e53935;
}

.box-profile .item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    margin: 5px 20px;
    padding: 10px 0;
}


.img-bn-instagram {
    width: 430px;
    margin-bottom: 10px;
}

.box-week {
    margin: 60px 0 120px 0;
}

.box-week p {
    margin-bottom: 0.5rem;
    font-size: 15px;
}


.choice-item {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    color: #2f2f2f;
    margin-right: auto;
    margin-left: auto;
}

.choice-item h5 {
    color: #2f2f2f;
    font-size: 18px;
}

.choice-item:hover h5 {
    color: #fff;
}

.choice-item:hover {
    color: #fff;
    background-color: #2f89e3;
}

.box-pk-download {
    max-width: 500px;
    margin: auto;
}

.logo-footer {
    cursor: pointer;
    width: 100px;
}

.spin-account {
    text-align: center;
    font-size: 18px;
    color: #733ba2;
    padding: 30px 0;
}

.content-w-h-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.box-relation {
    animation: colorChange 1s infinite;
    padding: 0;
    background-color: #38dbf4;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.box-relation img {
    width: 165px !important;
    margin-left: 20px;
}



.box-relation p {
    margin: 0;
}

.box-relation .box-text p:nth-child(2) {
    margin-right: 90px;
}

.box-relation .box-text p:nth-child(1) a {
    color: #fff !important;
}
.box-relation .box-text p:nth-child(2) a {
    color: #343434 !important;
}
.box-relation .box-text p:nth-child(2) a:hover {
    color: #e1e816 !important;
}

@keyframes colorChange {
    0% {
        background-color: #38dbf4;
    }
    50% {
        background-color: #11bad5;
    }
    100% {
        background-color: #38dbf4;
    }
}


.div-link-insta{
    margin-bottom: 10px;
    background-color: #ff9898;
    color: #fff;
}
.div-link-insta i{
    font-size: 40px;
    margin-left: 10px;
    color: #fff;
    background-color: #f93a3a;
    padding: 5px 10px;
}

.div-link-tel{
    margin-bottom: 10px;
    background-color: #98c5ff;
    color: #fff;
}
.div-link-tel i{
    font-size: 34px;
    margin-left: 10px;
    color: #fff;
    background-color: #2e84df;
    padding: 8px 10px;
}

.div-link-whats{
    margin-bottom: 10px;
    background-color: #6ee391;
    color: #fff;
}
.div-link-whats i{
    font-size: 40px;
    margin-left: 10px;
    color: #fff;
    background-color: #22bb49;
    padding: 5px 10px;
}

.blog-content ul{
    padding: revert;
    list-style: initial;
}

html:has(.table-of-contents) {
    scroll-behavior: smooth;
}

.bx-t-1{
    padding: 17px 15px;
    margin: 10px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    color: white;
    background: linear-gradient(270deg, #8c9295, #ecf5fb);
}
.bx-t-1 p {
    margin-bottom: 0;
}
.bx-t-1 a {
    color: #2f2f2f;
}
.bx-t-1 a:hover {
    color: #fff405;
}
