body {
    font-family: "Poppins", sans-serif;
}

/* header start  */

header {
    position: fixed;
    z-index: 9;
    width: 100%;
}

header .sec-page {
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}

header .sec-page:hover {
    color: #DE9F47;
}

.navbar-toggler-icon {
    background-image: url(../images/hamburger-menu.png);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}


/* header end  */

/* banner start  */

.banner {
    background-image: url(../images/bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-wrapper {
    padding-bottom: 100px;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.banner-wrapper h2 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 26px;
}

.banner-wrapper ul li {
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
}

.banner-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.banner-wrapper ul li a:hover {
    color: #DE9F47;
}


/* banner end  */

/* service start  */

.service {
    padding: 100px 0;
}

.service h1 {
    margin-bottom: 50px;
    font-weight: 700;
    color: #000;
    font-size: 36px;
    text-align: center;
}

.service .img-box h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
}

.accordion-button {
    font-weight: 500;
    font-size: 16px;
    border: 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: 0 0 0 0;
    background-color: transparent;
    color: #000;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0;
}

.accordion-item {
    box-shadow: 0 0 0 0;
    border: 0;
}

.accordion-item:focus {
    box-shadow: 0 0 0 0;
}

.accordion-body {
    font-size: 15px;
}

.reserve-btn {
    background-color: #D08F41;
    border: 1px solid #D08F41;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 40px;
    border-radius: 4px;
    transition: 0.3s;
}

.reserve-btn:hover {
    background-color: transparent;
    color: #D08F41;
}

/* service end  */

/* option start  */

.option {
    padding: 100px 0;
    background-image: url(../images/option-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    margin: 0 20px;
}


.slick-dots li button:before {
    content: '━';
    font-size: 40px;
    border-radius: 0px;
    opacity: 1;
    color: #a39c9c;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.slick-prev,
.slick-next {
    background-color: #050505;
    border-radius: 50%;

}

/* option end  */

/* option with bt car start  */

.option-bt {
    padding: 50px 0;
}

.option h1 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.option-card-content {
    padding: 0 20px 20px 20px;
    background-color: #fff;
    width: 400px;
    margin: 0 auto;
    border-radius: 10px;
}

.option-card-content h3 {
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.option-card-content ul li {
    margin: 5px 0;
    color: #555;
    font-size: 15px;
}


.carousel-img {
    height: 725px;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 2.25rem;
}

/* option with bt car end  */

/* About start  */

.about {
    padding: 100px 0 25px 0;
}

.about h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
}

.about h2 {
    font-size: 17px;
    font-weight: 600;
}

.about p {
    font-size: 15px;
}

/* About end  */

/* faq start  */

.faq {
    padding: 25px 0 50px 0;
}

.faq h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
}

.faq .accordion-item {
    border-bottom: 1px solid #dddddd;
}

/* faq end  */

/* contact start  */

.contact {
    background-color: #D08F41;
    padding: 50px 0;
}

.contact h2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}

.form-control {
    margin: 10px 0;
    height: 45px;
}

.form-select {
    margin: 10px 0;
    height: 45px;
}

textarea {
    width: 100%;
    border-radius: 8px;
    border: 0;
    padding: 10px;
}

.submit-btn {
    padding: 8px 26px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    border: 0;
}

/* contact end */

/* footer start */

footer {
    padding: 50px 0 0px 0;
}

footer h2 {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #555;
    font-size: 15px;
}

footer p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

/* footer end */