html:focus-within {
    scroll-behavior: smooth;
}

body {
    font-family: "Tangerine", 'Roboto' 'Raleway', 'Serif', 'Franklin Gothic Medium', 'Arial Narrow', 'sans-serif', ;
    overflow-x: hidden;
}

.site-header {
    background: #5bc1ac;
    padding-top: 15px;

}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand span {
    display: inline-block;
    vertical-align: middle;
}
.navbar .navbar-nav .nav-link {
    color: #052c61;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
    color: #0b3268;
    background-color: #ffe540;

}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*---------------------------------------
  FEATURE BLOCK
-----------------------------------------*/
#featured-block {
    text-align: center;
    transition: all 0.5s ease;
    min-height: 256px;
    padding: 15px;
    border: none;
  }

#featured-block:hover {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);

  }


.content1 {
    padding-top: 150px;
}
#gallery img:hover{
    transform:scale(1);
}

/*--desktop top margin --*/

@media (min-width: 576px) {
    .carousel-caption h3 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }

}


@media (min-width: 576px) {
    .whyusicon {
        font-size: 10vw;
        color: #1db6ee;
        }
    }

@media (min-width: 576px) and (max-width:1199.98px) {
        .card-group {
            display: block;
            }
        }


/*-- testimonail slider--*/
.carousel .carousel-indicators {
    bottom: -60px;
}
.carousel .media img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}


.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
/* WhatsApp Button */

.whatsAppfloat{
    position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#00bb2d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:99;


}
.whatsAppfloat:hover {
	text-decoration: none;
	color: #00bb2d;
  background-color:#fff;
}
.mywhatsapp{
    margin-top:16px;
}

/* Breadcrumbs */
.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    text-align:center;
    background-color: #cccccc;
    z-index: 1;



}
.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    line-height: 1.33;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif, Arial, sans-serif;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
	color: #ffffff;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #ffffff;
}

.breadcrumbs-custom-path a:hover {
	text-decoration: underline;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs-custom-path li::after {
	content: "/";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -8px;
	color: white;
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover {
	color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	color: rgba(255, 255, 255, 0.53);
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

@media (min-width: 576px) {
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 150px 0;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom-inset {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 75px;
		padding-right: 75px;
	}
}
@keyframes bgPos {
	25% {
		transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
	}
	75% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}
.box-position {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: bgpos 100s linear infinite;
    transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

/*north goa tour page html breadcrumb*/

    .breadcrumbs-custom {
        position: relative;
        padding: 60px 0; /* Adjust the padding as needed */
        color: white; /* Example text color for contrast */
        text-align: center; /* Center align text */
        object-fit: cover;
        width: 100%;
        height: 100vh;
    }
    .breadcrumbs-custom-title {
        font-size: 2.5rem; /* Adjust title size as needed */
        margin-bottom: 20px; /* Space between title and breadcrumbs */
        font-weight: bold; /* Example font weight */
    }
    .breadcrumbs-custom-path {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center; /* Center align the breadcrumbs */
        gap: 10px; /* Space between items */
    }
    .breadcrumbs-custom-path li a {
        color: white; /* Link color */
        text-decoration: underline; /* Underline links */
    }
    .breadcrumbs-custom-path li.active {
        color: #FFC107; /* Active breadcrumb color */
        font-weight: bold; /* Make the active breadcrumb bold */
    }
/*--Index page north goa tour grid */

        /* Additional styling for button */
        .price-tag {
            background-color: yellow;
            font-weight: bold;
            padding: 10px;
        }

        .rating-stars {
            color: #FFD700; /* Gold color for the star ratings */
        }
   