*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
}
:root {
	--red:#B70002;	
    --font-heading:"Varela Round", sans-serif;
    --font-body:"Open Sans", sans-serif;
    --icon: "Font Awesome 6 Free", sans-serif;
}
body{
	overflow-x: hidden;
}
a{
	color: var(--red);
}
a, input[type="submit"], button, button[type="submit"], :before, :after, img, .search-wrapper{
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    text-decoration: none;
}
a:hover, input[type="submit"]:focus,  button, button[type="submit"]:focus, .dontae-row button:focus{
	text-decoration:none !important;
	outline:none !important;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--font-heading);
	font-weight: 700;
}
h1{
	font-size: 55px;
	line-height: 60px;
}
h2{
	font-size: 50px;
	line-height: 50px;
}
h3{
	font-size: 25px;
	line-height: 26px;
}
.pt-78{
	padding-top: 78px;
}
.pb-78{
	padding-bottom: 78px;
}
.pt-66{
	padding-top: 66px;
}
.pb-66{
	padding-bottom: 66px;
}
.pt-46{
	padding-top: 46px;
}
.pb-46{
	padding-bottom: 46px;
}
.pt-35{
	padding-top: 35px;
}
.pb-35{
	padding-bottom: 35px;
}
.pt-15{
	padding-top: 15px;
}
.pb-15{
	padding-bottom: 15px;
}
.mt-35{
	margin-top: 35px;
}
.mt-20{
	margin-top: 20px;
}
.mt-15{
	margin-top: 15px;
}
.mt-10{
	margin-top: 10px;
}
.mb-35{
	margin-bottom: 35px;
}
.fw-semi{
	font-weight: 600;
}
.font-20{
	font-size: 20px;
	line-height: 20px;
}
.font-14{
	font-size: 14px;
	line-height: 20px;
}
.color-primary{
	color:var(--red);
}
.back-priamry{
	background: var(--red);
}
header{
	padding: 12px; 0px;
}
.navbar-collapse{
	flex: 0;
}
.navbar-nav .nav-item.active .nav-link{
	font-weight: 700;
	color: var(--red);
}
.navbar-nav .nav-item .nav-link{
	font-size: 20px;
	color: #000000;
}
.search-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0;    
    z-index: 205;
    box-sizing: border-box;
    width: 600px;
    max-width: 80%;
    overflow: hidden;
    box-shadow: 0px 10px 46px 0px rgba(1, 7, 39, .1);
    border-radius: 4px;
}
.banner-video:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.search-wrapper.active{
	top: calc(100% + 40px);
	opacity: 1;
}
.search-wrapper form input[type="search"] {
    width: 100%;
    padding: 10px 50px 10px 20px;
    border: 0;
}
.search-wrapper form button {
    position: absolute;
    top: 50%;
    right: 20px;
    background: transparent;
    transform: translate(0px, -50%);
}
.custom-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 44px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: var(--red);
	font-family: var(--font-heading);
}
.play-btn{
	width: 44px;
	height: 44px;	
	z-index: 1;
}
.play-btn:before{
	content: "";
	position: absolute;
	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;	
	animation: pulse-border 1100ms ease-out infinite;
	border-radius: 50%;
	background: var(--red);
	z-index: -1;
}
.service-slider .slider-box .card-body {
    padding: 30px 22px;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute !important;
    width: 48px;
    height: 48px;
    background: var(--red);
    border-radius: 50%;
}
.swiper-button-prev {
    left: calc(100% - 98%) !important;
}
.swiper-button-next{
	right: calc(100% - 98%) !important;
}
.swiper-button-prev svg, .swiper-button-next svg {
    width: 20px;
    height: 20px;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
    fill: #fff;
}
.swiper-wrapper{
	height: auto;
}
.cta-section{
	background-image: url(../images/cta-image.webp);	
}
.bg-image-fixed{
	background-attachment: fixed;
	background-position: center center;		
}
.location-section {
    height: 527px;
}
.moments-section{
	background-image: url(../images/Special-Moment-Banner.webp);
}
.FeaturesSwiper{
	padding: 0 6px;
}
.features-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
}
.features-section .swiper-button-prev, .features-section .swiper-button-next {
    top: 50% !important;
    transform: translate(0px, 50%);
}
.footer-widget {
	background-image: url(../images/footer-bg.webp);
}
.underline-btn a{
	background-image: url(../images/arrow-long.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #CB0813;    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;    
    padding-bottom: 10px;
    width: auto;
    display: inline-block;
    padding-right: 20px;
}
.faq-section .accordion .accordion-item {
    border: 0;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #AFAFAF;
    border-radius: 0;
}
.faq-section .accordion .accordion-item .accordion-header button.accordion-button{
    padding: 0;
    margin: 0;
    background: transparent;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    box-shadow: none;
    color: #CB0813;
    margin-bottom: 20px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
    padding-right: 30px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;    
}
.faq-section .accordion .accordion-item .accordion-header button.accordion-button.collapsed {
    color: #000;
}
.banner-section .card .blog-image {
    height: 220px;
    overflow: hidden;
}
.banner-section .card .blog-image img{
	height: 100%;
	object-fit: cover;
}
.banner-section .card .card-footer span{
	color: #666;
}
.contact-banner-section{
	background-image: url(../images/contact-banner.webp);
	height: 700px;
}
.social-details li a {
    width: 40px;
    height: 40px;
}
.modal .modal-header .btn-close {
    width: 35px;
    height: 35px;
    background-color: var(--red);
    opacity: 1;
    font-size: 16px;
    background-image: none;
    z-index:1111;
}
.modal .modal-dialog .modal-content .modal-body .modal-inner h4 span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.modal .modal-dialog .modal-content .modal-body .modal-inner form {
    margin: 10px 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-inner form input {
    font-size: 14px;
    margin-bottom: 10px;
    height: 40px;
    border-radius:0;
}
.modal .modal-dialog .modal-content .modal-body .modal-inner form textarea {
    resize: none;
    font-size: 14px;
    height: 80px;
    margin-bottom: 10px;
    border-radius:0;
}
.modal .modal-dialog .modal-content .modal-body .modal-inner .disclaimer, .modal .modal-dialog .modal-content .modal-body .modal-inner .disclaimer a {
    font-size: 13px;
    line-height: 18px;
}
.modal .modal-dialog .modal-content .modal-body .modal-inner form button{
    font-size:14px;
}
.modal .modal-dialog .modal-content .modal-body .modal-image-box {
    height: 450px;
}
.modal .modal-dialog .modal-content .modal-body .modal-image-box img {
    height: 100%;
    object-fit: cover;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 141px;
    height: 96px;
    background: url(../images/logo.webp);
    opacity: 0.05;
}
.modal .modal-dialog .modal-content .modal-body .modal-inner form button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.packages-section .col-md-5:first-child .card .card-header, .packages-section .col-md-5:first-child .card .card-footer .card-footer-left a, .packages-section .col-md-5:first-child .card .card-footer .card-footer-right a{
    background: #C68346;
    color:#fff;
}
.packages-section .col-md-5:first-child .card .card-header .card-price-price-currency-desc p, .packages-section .col-md-5:first-child .card .card-footer .card-footer-right a i{
    color: #fff;
}
.packages-section .col-md-5:first-child .card .card-body .card-package-details ul li i{
    color:#C68346;
}
.packages-section .col-md-5:nth-child(2) .card .card-header, .packages-section .col-md-5:nth-child(2) .card .card-footer .card-footer-left a, .packages-section .col-md-5:nth-child(2) .card .card-footer .card-footer-right a{
    background: #C0C0C0;
    color:#000;
}
.packages-section .col-md-5:nth-child(2) .card .card-header .card-price-price-currency-desc p, .packages-section .col-md-5:nth-child(2) .card .card-footer .card-footer-right a i, .packages-section .col-md-5:nth-child(2) .card .card-header .card-price-price-currency, .packages-section .col-md-5:nth-child(2) .card .card-header .card-price-price-currency span{
    color: #000;
}
.packages-section .col-md-5:nth-child(2) .card .card-body .card-package-details ul li i{
    color:#C0C0C0;
}
.packages-section .col-md-5:nth-child(2) .card .card-body .card-package-details ul li i{
    color:#C0C0C0;
}
.packages-section .col-md-5:last-child .card .card-header, .packages-section .col-md-5:last-child .card .card-footer .card-footer-left a, .packages-section .col-md-5:last-child .card .card-footer .card-footer-right a{
    background: #EFBF04;
    color:#000;
}
.packages-section .col-md-5:last-child .card .card-header .card-price-price-currency-desc p, .packages-section .col-md-5:last-child .card .card-footer .card-footer-right a i, .packages-section .col-md-5:last-child .card .card-header .card-price-price-currency, .packages-section .col-md-5:last-child .card .card-header .card-price-price-currency span{
    color: #000;
}
.packages-section .col-md-5:last-child .card .card-body .card-package-details ul li i{
    color:#EFBF04;
}
.packages-section .card .card-header {
    padding: 20px 15px !important;
}
.packages-section .card .card-body .card-package-details ul li {
    font-size: 14px;
    line-height:22px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.packages-section .col-md-5 .card .card-body .card-package-details ul li i{
    font-size: 12px;
    margin-right: 5px;
}
.packages-section .col-md-5 .card .card-header .card-price-price-currency-desc p {
    font-size: 14px;
    line-height:18px;
}
.packages-section .col-md-5 .card .card-footer{
    padding:15px;
}
.packages-section .col-md-5 .card .card-footer .card-footer-left a {
    padding: 10px 20px;
    font-size: 14px;
}
.packages-section .col-md-5 .card .card-footer .card-footer-right a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages-section .col-md-5 .card .card-footer .card-footer-right a i {
    font-size: 14px;
}
.packages-section .card .card-header .card-price-price-currency {
    font-size: 24px;
    font-weight: 700;
}
.packages-section .card .card-header .card-price-price-currency span{
    font-size:14px;
    line-height: 14px;
}
.packages-section .card .card-header .card-price-price-currency, .packages-section .card .card-header .card-price-price-currency span{
    color: #fff;
}
.packages-section .card .card-body .card-package-details ul {
    height: 260px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 10px;
}
.packages-section .col-md-5 .card .card-footer a:hover{
    background: var(--red) !important;
    color:#fff !important;
}
.packages-section .col-md-5 .card .card-footer a:hover i{
    color:#fff !important;
}
/* Keyframes for the pulsing animation */
@keyframes pulse-border {
  	0% {
    	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    	opacity: 1;
  	}
  	100% {
    	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    	opacity: 0;
  	}
}