
/*--------- Start Portfolio Area -------------*/
.portfolio-area .primary-btn {
    color: #ffffff;
    background-color: #0067c8;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-area .filters {
    text-align: center;
}

.portfolio-area .filters ul {
    padding: 0;
}

.portfolio-area .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 18px 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}
@media (max-width: 736px) {
    .portfolio-area .filters ul li {
    padding: 6px 6px;
    }
}

.swal-text {
    text-align: center;
}

.btn-danger {
    color: #fff; /* Text color */
    background-color: #ff5e6d; /* Default background color */
    border-color: #ff5e6d; /* Default border color */
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem; /* Padding */
    font-size: 1rem; /* Font size */
    line-height: 1.5;
    border-radius: 0.25rem; /* Border radius */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-danger:hover {
    color: #fff; /* Hover text color */
    background-color: #ff5e6d; /* Hover background color */
    border-color: #ff5e6d; /* Hover border color */
}

.btn-danger:focus, 
.btn-danger.focus {
    color: #fff;
    background-color: #ff5e6d;
    border-color: #ff5e6d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); /* Focus shadow */
}

.btn-danger:disabled, 
.btn-danger.disabled {
    color: #fff;
    background-color: #ff5e6d;
    border-color: #ff5e6d;
    opacity: 0.65; /* Disabled state opacity */
}

.btn-danger:not(:disabled):not(.disabled):active, 
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff5e6d; /* Active background color */
    border-color: #b21f2d; /* Active border color */
}

.btn-danger:not(:disabled):not(.disabled):active:focus, 
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); /* Active focus shadow */
}

.portfolio-area .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    -webkit-transition: width 350ms ease-out;
    -o-transition: width 350ms ease-out;
    transition: width 350ms ease-out;
}

.portfolio-area .filters ul li:hover:after {
    width: calc(100% - 60px);
    -webkit-transition: width 350ms ease-out;
    -o-transition: width 350ms ease-out;
    transition: width 350ms ease-out;
}

.portfolio-area .filters ul li.active {
    color: #0067c8;
}

.portfolio-area .filters-content {
    margin-top: 50px;
}

.portfolio-area .filters-content .show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.portfolio-area .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.portfolio-area .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.portfolio-area .filters-content .item img {
    border-radius: 10px;
}

.portfolio-area .filters-content .p-inner {
    padding: 20px 0px;
    text-align: center;
}

.portfolio-area .filters-content .item .p-inner .cat {
    font-size: 13px;
}

.portfolio-area .filters-content .item img {
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.middle {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.isotope-card:hover .middle {
    opacity: 1;
}

.isotope-card {
    border-radius: 5px;
    overflow: hidden;
}
.isotope-card > a {
    overflow: hidden;
    position: relative;
    display: block;
}
.isotope-card > a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    z-index: 2;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: rgba(0, 0, 0, 0.5);
}
.isotope-card > a img {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.isotope-card > a:hover:before {
    visibility: visible;
    opacity: 1;
}
.isotope-card > a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.isotope-card > a:hover .contents {
    z-index: 3;
    opacity: 1;
    visibility: visible;
}
.isotope-card > a:hover .contents h3 {
    color: #ffffff;
}
.isotope-card .contents {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.thumb .overlay-bg {
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .thumb .overlay-bg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    }
}

.filters {
    text-align: center;
}
.filters ul {
    padding: 0;
    margin: 0 0 30px 0;
}
.filters ul li {
    display: inline-block;
    cursor: pointer;
    padding: 20px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.filters ul li:hover {
    color: #0067c8;
}
.filters ul li.active {
    color: #0067c8;
}

.isotope-card {
    margin-bottom: 30px;
    display: block;
}
.isotope-card .relative {
    margin-bottom: 20px;
}
.isotope-card .contents h3 {
    color: #ffffff;
    font-size: 18px;
}
.isotope-card .contents .cat {
    color: #b3b3b3;
}

.main-slider .owl-dots {
    bottom: -50px;
}

.main-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .main-slider .owl-nav {
    display: none;
    }
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
}
.main-slider .owl-nav .owl-prev span,
.main-slider .owl-nav .owl-next span {
    display: block;
    background: #ffffff;
    padding: 15px;
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    -webkit-box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.2);
}
.main-slider .owl-nav .owl-prev {
    left: -30px;
}
.main-slider .owl-nav .owl-next {
    right: -30px;
}
.main-slider .owl-nav .owl-next > span {
    position: relative;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.services-section {
    background: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.img-wrap-2 {
    margin-top: -120px;
    position: relative;
}
.img-wrap-2 .dotted:before {
    position: absolute;
    content: "";
    background-image: url("../../images/dotted.png");
    height: 273px;
    width: 313px;
    z-index: -1;
    bottom: -50px;
    left: -50px;
}

.a-plain-style {
    text-decoration: none !important;
}
.a-plain-style:hover {
    text-decoration: none !important;
}
  