/* @import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap'); */
.font-12{font-size: 12px !important;}
.font-13{font-size: 13px !important;}
.font-14{font-size: 14px !important;}
.font-15{font-size: 15px !important;}
.font-16{font-size: 16px !important;}
.text-uppercase{text-transform: uppercase !important;}
.max-w-500{ max-width: 500px !important;}
.max-w-600{ max-width: 600px !important;}
.max-w-700{ max-width: 700px !important;}
.max-w-800{ max-width: 800px !important;}
.max-w-900{ max-width: 900px !important;}
.max-w-1000{ max-width: 1000px !important;}
.d-grid{ display: grid !important; }
.rounded-xl{ border-radius: 30px; }
.top-0{ top: 0 !important; }
.object-cover{ object-fit: cover !important; }
.object-contain{ object-fit: contain !important; }
.left-0{ left: 0 !important; }
.ratio-1{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.color-primary{
    color: var(--primary-color) !important;
}
.shadow-primary{
    text-shadow: 0 0 5px var(--primary-color);
}
p{ line-height: 160%; }
/* @others */
#extra-wrap.open {
    box-shadow: 0 0 10px #4bb39244;
}
.extra-btn span{
    color: #ffffff !important;
    transition: all 0.5s ease;
}
.footer-shortlink li a{
    transition: all 0.5s ease;
}
.footer-shortlink li a:hover,
.footer-shortlink li a:active,
.extra-btn:hover span,
.extra-btn:active span{
    color: var(--primary-color) !important;
}
.swiper-button-prev,
.swiper-button-next{
    z-index: 100;
}
#topbar a{
    font-size: 13px;
}
.ul-check li{
    font-size: 15px;
}
@media(max-width: 991px){
    .swiper-button-prev{ left: 0; }
    .swiper-button-next{ right: 0; }
    #service .abs .service-info{
        display: none;
    }
}

.tables-pricing table thead{
    border-color: #fff;
}
.tables-pricing table thead tr th{
    border-bottom: none;
}
.tables-pricing table tr:nth-child(odd){
    background: #409e91;
}
.tables-pricing table tr:nth-child(even){
    background: #337c72;
}
.tables-pricing table tr td{
    color: #fff;
    border-color: #fff;
}
.tables-pricing .pagination .paginate_button{
    width: 35px;
}
.tables-pricing .pagination .paginate_button .page-link{
    padding: 3px;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #100f0f;
    border: 1px solid #ccc;
    box-shadow: unset !important;
    margin: 0;
}
.tables-pricing .pagination .paginate_button.active .page-link{
    background: var(--primary-color);
}
.tables-pricing .pagination .paginate_button:hover .page-link,
.tables-pricing .pagination .paginate_button:active .page-link{
    background: #337c72;
}
.tables-pricing .pagination .paginate_button.disabled .page-link{
    background: #e1e1e1 !important;
}

.tables-pricing .pagination .paginate_button:not(:last-child) .page-link{
    border-right: unset;
}
.tables-pricing .pagination .paginate_button:first-child .page-link{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tables-pricing .pagination .paginate_button:last-child .page-link{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tables-pricing .dataTables_length{
    margin-bottom: 15px;
}
.tables-pricing .dataTables_length .form-select{
    color: #ffffff;
    height: 43px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, .025);
}
.tables-pricing .dataTables_length .form-select option {
    background: var(--bg-dark-1);
}
.pricing-main-tables{
    padding: 40px;
}
@media(max-width: 764px){
    .pricing-main-tables{
        padding: 20px 10px;
    }
    #contact .jarallax{
        padding: 20px 15px;
    }
    .tables-pricing table tr td{
        font-size: 13px;
        line-height: 150%;
        padding: 5px 8px;
    }
    #gallery > div,
    .services-main-row > div{
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
    }
}
@media(max-width: 576px){
    .about-mobile-hide{
        display: none;
    }
}