* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

::selection {
    background-color: #124c43a1;
    color: #fff;
}

.hero-swiper {
    width: 100%;
    overflow: hidden;
}

.hero-swiper .swiper-wrapper {
    height: 720px;
}

.hero-swiper .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
    background: #eef4f3;
}

.hero-swiper .hero-content {
    padding-left: 10%;
    max-width: 700px;
    width: 100%;
}

.hero-swiper .hero-content h1 {
    font-size: 50px;
    color: #0b4942;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 20px;
}

.hero-swiper .hero-content p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.custom-btn {
    display: inline-block;
    background: #124c43;
    border: 1px solid #124c43;
    font-size: 16px;
    color: white;
    padding: 12px 26px;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.custom-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: -1;
}
.custom-btn:hover::after {
    width: 100%;
}
.custom-btn:hover {
    color: #124c43;
}

.hero-swiper .hero-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 720px;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
    color: #0b4942;
    background: rgba(255, 255, 255, 0.85);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    transition: background 0.25s;
}
.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
    background: #0b4942;
}

.hero-swiper .swiper-button-next:hover i,
.hero-swiper .swiper-button-prev:hover i {
    color: #fff;
}

.hero-swiper .swiper-button-next:hover::after,
.hero-swiper .swiper-button-prev:hover::after {
    color: #fff;
}
.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}

.hero-swiper .swiper-pagination {
    display: none;
}

.hero-swiper .swiper-pagination-bullet {
    background: #124c43;
    opacity: 0.35;
    width: 10px;
    height: 10px;
}
.hero-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    border-radius: 5px;
    transition: width 0.3s;
}

.swiper-slide .hero-content h1,
.swiper-slide .hero-content p,
.swiper-slide .hero-content .c-btn {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.55s ease,
        transform 0.55s ease;
}
.swiper-slide-active .hero-content h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.swiper-slide-active .hero-content p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.swiper-slide-active .hero-content .c-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

@media (max-width: 767px) {
    .hero-swiper .swiper-slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: unset;
    }
    .hero-swiper .hero-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .hero-swiper .hero-content p,
    .custom-btn {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .hero-swiper .swiper-wrapper {
        height: 520px;
    }
    .hero-swiper .hero-image img {
        height: 270px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
        font-size: 36px !important;
        line-height: 45px !important;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .hero-image img {
        height: 500px;
    }
    .hero-swiper .swiper-slide{
        align-items: start;
    }
    .hero-swiper .swiper-wrapper {
        height: auto !important;
    }
    
}

@media (max-width: 991px) {
    .hero-swiper .swiper-button-next, 
    .hero-swiper .swiper-button-prev{
            bottom: 20px;
    top: auto;
    }
    .hero-swiper .hero-content {
        padding: 50px 20px 50px;
        max-width: 100%;
    }
    .hero-swiper .hero-content {
        min-height: auto;
    }
    .hero-swiper .hero-image img {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hero-swiper .hero-content h1 {
        font-size: 45px;
        line-height: 55px;
    }
}

.pagination-page .pagination {
    justify-content: center;
    padding: 60px 0 0;
    margin: 0px;
}

.pagination-page .pagination li a {
    color: #000;
}

.pagination-page .pagination li a.active {
    color: #fff;
    background: #0b4942;

    border-color: #0b4942;
}

.pagination-page .pagination li a:focus {
    outline: none;
    box-shadow: none;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

input:where([type="text"]):focus,
input:where(:not([type])):focus,
input:where([type="email"]):focus,
input:where([type="url"]):focus,
input:where([type="password"]):focus,
input:where([type="number"]):focus,
input:where([type="date"]):focus,
input:where([type="datetime-local"]):focus,
input:where([type="month"]):focus,
input:where([type="search"]):focus,
input:where([type="tel"]):focus,
input:where([type="time"]):focus,
input:where([type="week"]):focus,
select:where([multiple]):focus,
textarea:focus,
select:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}
