@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lexend+Deca:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


h1,h2,h3,h4,h5,h6{
    font-family: "Lexend Deca", sans-serif;
}

p{
    font-family: "Sarabun", sans-serif;
    text-align: justify;
}


body{
    overflow-x: hidden;
}

/* Navbar styling */
.nav-item .nav-link {
    color: #256BB3;
    font-size: 18px;
    font-family: outfit !important;
}

.navbar-nav .nav-link:hover {
    color: #92ad42 !important;
    font-family: outfit !important;
}

.nav-link {
    font-weight: 500;
    position: relative;
    font-family: outfit !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 2px;
    background-color: #256BB3;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    font-family: outfit !important;
}


.navbar-nav .nav-link:hover::before {
    width: 100%;
    visibility: visible;
    color: #d3b146;
    font-family: outfit !important;
}

.navbar-nav .nav-link.active::before {
    width: 100%;
    visibility: visible;
    color: red !important;
    font-family: outfit !important;
}

.navbar-nav .nav-link.active {
    color: #92ad42 !important;
    font-family: outfit !important;
}


.carousel-item{
    position: relative;
}

.overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.562);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* color: #c59d5f; */
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items:center;
    justify-content: center;
}

.book-now-button{
    background-color:#256BB3 ;
    /* background-color: #256BB3; */
    padding: 10px;
    width: 150px;
    border: none;
    color: #fff;
    font-weight: bold;
}

.carousel-control-next-icon,.carousel-control-prev-icon{
    background-color: #92ad42;
    height: 60px;
    font-size: 20px;
    color: #000;
}

.welcome-heading{
    font-size: 50px;
    font-weight: bold;
}

.name-heading{
    font-size: 60px;
    font-weight: bold;
}

.enquriy-button{
    background-color: #256BB3;
    height: 40px;
    width: 150px;
    border: none;
    color: #fff;
}

.services-img-one{
    background-image: url(./asstes/img/services/img-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-one:hover{
    background-image: url(./asstes/img/services/img-1-1.png);
    transition: 0.6s;
}

.services-img-two{
    background-image: url(./asstes/img/services/img-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-two:hover{
    background-image: url(./asstes/img/services/img-2-1.png);
    transition: 0.6s;
}

.services-img-three{
    background-image: url(./asstes/img/services/img-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-three:hover{
    background-image: url(./asstes/img/services/img-3-1.png);
    transition: 0.6s;
}

.services-img-four{
    background-image: url(./asstes/img/services/img-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-four:hover{
    background-image: url(./asstes/img/services/img-4-1.png);
    transition: 0.6s;
}

.services-img-five{
    background-image: url(./asstes/img/services/img-5.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-five:hover{
    background-image: url(./asstes/img/services/img-5-1.png);
    transition: 0.6s;
}

.services-img-six{
    background-image: url(./asstes/img/services/img-6.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-six:hover{
    background-image: url(./asstes/img/services/img-6-1.png);
    transition: 0.6s;
}

.services-img-seven{
    background-image: url(./asstes/img/services/img-7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-seven:hover{
    background-image: url(./asstes/img/services/img-7-1.png);
    transition: 0.6s;
}

.services-img-eight{
    background-image: url(./asstes/img/services/img-8.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-eight:hover{
    background-image: url(./asstes/img/services/img-8-1.png);
    transition: 0.6s;
}

.services-img-nine{
    background-image: url(./asstes/img/services/img-9.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
}

.services-img-nine:hover{
    background-image: url(./asstes/img/services/img-9-1.png);
    transition: 0.6s;
}

.services-button{
    background-color: #92ad42;
    height: 60px;
    border:none;
    font-weight: bold;
}

.services-button-one{
    background-color: #92ad42;
    width: 300px;
    height: 50px;
    border:none;
    font-weight: bold;
}


/* .card {
    position: relative;
    overflow: hidden;
}

.card img {
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.1);
}

.card-style {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    transition: all 0.3s ease;
}

.card:hover .card-style {
    display: block;
}

.card-style p {
    margin: 0;
}

.card-style p {
    display: none;
}

.card:hover .card-style p {
    display: block;
}

.card-style{
    padding: 20px;
} */

.banner-image{
    background-image: url(./asstes/img/banner-img-3.jpg);
    height: 50vh;
    background-position: center;
    background-size: cover;
}

.banner-image-overlay{
    background-color: rgba(0, 0, 0, 0.205);
    height: 50vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items:center ;
    justify-content: center;
}

.read-button{
    background-color: #256BB3;
    height: 40px;
    width: 150px;
    margin: 10px;
    border: none;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
}

.read-button:hover{
    background-color: #000;
    color: #ffff;
    transition: 0.6s;
}

.bg-image{
    background-image: url(./asstes/img/new-banner-img-8.png);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image-overlay{
    background-color: rgba(0, 0, 0, 0.61);
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer-banner-image{
    background-image: url(./asstes/img/new-banner-img-9.jpg);
    height: auto;
    background-position: center;
    background-size: cover;
}

.footer-banner-image-overlay{
    background-color: rgba(0, 0, 0, 0.856);
    height: auto;
}

.home-card-style{
    box-shadow: 0px 0px 5px 2.5px #256BB3;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.home-contact-icon {
    background-color: #92ad42;
    color: #000;
    height: 50px;
    width: 50px;
    font-size: 25px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer-icon , .footer-icon-one{
    background-color: #256BB3;
    height: 40px;
    width: 40px;
    border: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
}

.footer-icon , .footer-icon-one:hover{
    background-color: #92ad42;
    transition: 0.6s;
    color: #000;
}