.hero-slider {
    width: 100%;
    height: 100vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}


.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    header {
        position: sticky;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }

    .hero-slider {
        height: 32vh !important;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.slider-custom .swiper {
    width: 100%;
}

.slider-custom .swiper-slide {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.slider-custom .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.slider-custom .swiper-slide .content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider-custom .swiper-slide h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #4f3015;
}

.slider-custom .swiper-slide p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #4f3015;
    flex-grow: 1;
}

.slider-custom .swiper-slide a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.slider-custom .swiper-slide a:hover {
    text-decoration: underline;
}

.slider-custom .swiper-pagination-bullet-active {
    background: #007bff;
}

.slider-custom .swiper-button-next__custom,
.slider-custom .swiper-button-prev__custom {
    color: #007bff;
}

/* .slider-custom .swiper-pagination__custom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
} */

.slider-custom .swiper-slide {
    height: 300px;
}

.slider-custom .swiper-slide img {
    height: 150px;
}

.slider-custom .content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-custom .content p {
    overflow: hidden;
    text-overflow: ellipsis;
  }

.slider-custom .swiper-group--click {
    margin-top: 8px;
}

.slider-custom .swiper-group--click i {
    font-size: 18px;
}

.swiper-pagination__custom {
    margin-top: 10px;
}

.swiper-pagination__custom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

@media screen and (min-width: 992px) {

    /* .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
       display: none; 
    }
  } */
    /* .swiper-pagination {
        text-align: left;
    } */

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
        max-width: 1200px;
        padding: 0 15px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;

    }
}

@media (min-width: 767px) and (max-width: 1024.9px) {
    .hero-slider .swiper-slide .container {
        max-width: 600px;
    }
    
    .slider-custom .swiper-group--click i {
        font-size: 22px;
    }
}

@media (min-width: 1025px) {
    .slider-custom .swiper-group--click i {
        font-size: 26px;
    }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 850px;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
    text-shadow: #000 1px 0 10px;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: var(--color-primary);
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--color-primary);
    box-shadow: #000 1px 0 10px;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: var(--color-primary);
    color: var(--color-third);
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-third);
    text-transform: uppercase;
}

.theme-btn-s3:hover {
    color: var(--color-primary);
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }

    .hero-slider {
        height: 40vh !important;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
}

@media (max-width: 620px) {
    .hero-slider {
        height: 35vh !important;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
}

@media (max-width: 540px) {
    .hero-slider {
        height: 30vh !important;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
}

@media (max-width: 480px) {
    .hero-slider {
        height: 27vh !important;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
}

@media (max-width: 400px) {
    .hero-slider {
        height: 25vh !important;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
}

@media (max-width: 350px) {
    .hero-slider {
        height: 20vh !important;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
}

@media (max-width: 300px) {
    .hero-slider {
        height: 20vh !important;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 899.9px) {
    .hero-slider {
        height: 40vh !important;
        margin-top: 70px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1024.9px) {
    .hero-slider {
        height: 60vh !important;
        margin-top: 70px;
    }
}

/* PC */
@media screen and (min-width: 1025px) and (max-width: 1150.9px) {
    .hero-slider {
        height: calc(70vh - 80px)  !important;
        margin-top: 80px;
    }
}

@media (min-width: 1151px) and (max-width: 1250.9px) {
    .hero-slider {
        height: calc(80vh - 80px)  !important;
        margin-top: 80px;
    }
}

@media (min-width: 1251px) and (max-width: 1350.9px) {
    .hero-slider {
        height: calc(90vh - 80px)  !important;
        margin-top: 80px;
    }
}

@media (min-width: 1351px) {
    .hero-slider {
        height: calc(100vh - 80px)  !important;
        margin-top: 80px;
    }
}