@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Great+Vibes&family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;1,400;1,500;1,700&display=swap");
body { font-family: 'Poppins', sans-serif;
color: #444444;
}
a {
color: #0000ff!important;
text-decoration: none;
}
a:hover {
color: #73c5eb;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Jost", sans-serif;
}
:root {
--purple: #723f5f;
--white: #ffffff;
}   .header_logo img {
width: 190px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{background:#f5f5f5; border-radius: 30px;}
.menu {background: #fff;
box-shadow: 1px -2px 5px;}
.menu .mega-link h4{padding: 0px 4px;
font-size: 18px;
color: #ed243c;
border-left: 2px solid #070707;}
.menu .mega-link a{padding-left: 0px;}
.menu .mega-link a:hover{background: none;
color:#ed243c;
padding-left: 10px;
transition: cubic-bezier(0.42, 0.56, 1, 1) 0.5s;
}
.menu a.dropdown-item{letter-spacing: 0.5px;
font-weight: 600;
line-height: 30px;
border-bottom: 1px solid #f8f8f8;}
.dropdown-menu.show {
-webkit-animation: fadeIn 0.3s alternate; animation: fadeIn 0.3s alternate;
}
.menu .destinationmenu .dropdown-menu{position: absolute; left: 23% !important;}
.nav-item.dropdown.dropdown-mega {
position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
width: 90%;
top: auto;
left: 5%;
}
.navbar-toggler {
border: none;
padding: 0;
outline: none;
}
.navbar-toggler:focus {
box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
z-index: 11;
float: right;}
.navbar-toggler .hamburger-toggle .hamburger {
position: absolute;
transform: translate(-50%, -50%) rotate(0deg);
left: 50%;
top: 50%;
width: 50%;
height: 50%;
pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
width: 100%;
height: 4px;
position: absolute;
background: #333;
border-radius: 2px;
z-index: 1;
transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
top: 10%;
transform-origin: 50% 50%;
transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
top: 50%;
transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
left: 0px;
top: auto;
bottom: 10%;
transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
position: absolute;
margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
top: 45%;
transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
left: 50%;
width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
top: 45%;
transform: rotate(-45deg);
}
.icons {
display: inline-flex;
margin-left: auto;
}
.icons a {
transition: all 0.2s ease-in-out;
padding: 0.2rem 0.4rem;
color: #ccc !important;
text-decoration: none;
}
.icons a:hover {
color: white;
text-shadow: 0 0 30px white;
}
.menu.is-sticky {
position: fixed;
width:100%;
top:0px;
min-height: auto;
max-height: 100%;
padding: 8px 0;
background:#ffffff;
backdrop-filter: blur(10px);
z-index: 99;
animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}  .welcome-image-area {
position: relative;
height: 550px;
background: url(https://www.spinonholidays.com/wp-content/uploads/2024/08/b2bb-bnr.webp);
background-size: cover;
z-index: 1;
}
.welcome-image-area:after {
position: absolute;
background: rgba(0, 0, 0, .7);
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
z-index: -1;
opacity: .3 !important;
}
.display-table {
display: table;
width: 100%;
height: 100%;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
}
.header-text h1 {
color: #fff;
font-size: 60px;
font-weight: 800;
text-transform: capitalize;
}
.header-text h1 span {
color: #1ca8cb;
}
.header-text p {
color: #fff;
font-size: 18px;
margin-bottom: 30px;
}
.header-search-form-area input {
display: inline-block;
}
.header-search-form-area input[type="text"] {
background: #fff;
border: none;
color: #000;
font-weight: 400;
padding: 15px;
width: 40%;
}
.header-search-form-area input[type="submit"] {
background: #1ca8cb;
border: none;
color: #fff;
font-weight: 400;
padding: 15px;
width: 10%;
}
.header-top-area {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.header-text a {
display: inline-block;
color: #fff;
padding: 15px 35px;
text-transform: capitalize;
font-size: 18px;
border: 1px solid #1ca8cb;
font-weight: 600;
letter-spacing: 1px;
border-radius: 30px;
background: #1ca8cb;
}  .section_padding {
padding: 60px 0 ;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: inherit;
}
#owl-demo .owl-prev {
position: absolute;
top: 30%; background-color: #1ca8cb;
color: #fff; display: flex;
justify-content: center; align-items: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
font-size: 30px;
}
#owl-demo .owl-next {
position: absolute;
top: 30%;
right: 0px;
background-color: #1ca8cb;
color: #fff; display: flex;
justify-content: center; align-items: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
font-size: 30px;
}  .facts-section{
position: relative;
color: #fff;
background: #1ca8cb;
}
.facts-section .video-box{
position: relative;
top: -190px;
max-width: 1140px;
padding: 0 20px;
margin: 0 auto -190px;
}
.facts-section .video-box .image-box{
position: relative;
display: block;
border: 10px solid #fff;
border-radius: 10px;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.facts-section .video-box .image-box img{
position: relative;
display: block;
width: 100%;
border-radius: 10px;
}
.facts-section .video-box .vid-btn{
position: absolute;
display: block;
left: 50%;
top: 50%;
width: 120px;
height: 120px;
padding: 30px 20px;
font-size: 26px;
color: #fff;
text-align: center;
margin: -60px 0 0 -60px;
background: var(--primary-color);
border-radius: 50%;
z-index: 1;
}
.facts-section .video-box .vid-btn:hover{
background: #fff;
color: var(--primary-color);
}
.facts-section .video-box .vid-btn .icon{
position: relative;
vertical-align: middle;
line-height: 60px;
}
.facts-section .fact-counter{
position: relative;
padding: 0px 0 0;
}
.facts-section.alt-padding .fact-counter{
padding: 90px 0 40px;
}
.facts-section .fact-counter .fact-block{
position: relative;
font-family: 'Gilroy_Bold', sans-serif;
text-align: center; }
.facts-section .fact-counter .fact-block .inner{
position: relative;
display: inline-block;
vertical-align: top;
text-align: left;
background: #dc143c;
padding: 30px;
border-radius: 15px;
}
.facts-section .fact-counter .fact-count{
position: relative;
float: left;
line-height: 60px;
font-size: 60px;
}
.facts-section .fact-counter .count-box{
position: relative;
line-height: 60px;
font-size: 60px;
padding-right: 30px;
font-weight:600;
}
.counter_numbr{
font-weight: 900;
font-size: 22px;
}
.facts-section .fact-counter .count-box i{
position: absolute;
font-size: 30px;
line-height: 30px;
font-style: normal;
top: 0;
right: 10px;
}
a.btn.btn-default:hover {
background-color: #1ca8cb !important;
color: #fff !important;
}
.facts-section .fact-counter .fact-title{
position: relative;
float: left;
padding-top: 5px;
line-height: 25px;
text-transform: capitalize;
}
.section-title {
font-weight: 600;
margin-bottom: 0px;
position: relative;
color: #fff;
font-size: 36px;
text-transform: capitalize;
}
.section-title:before {
background-image: url(https://www.spinonholidays.com/wp-content/uploads/2024/07/section-title-shapewhite-color_white.png);
content: "";
position: absolute;
bottom: -53px;
left: 50%;
transform: translate(-50%, -50%);
height: 22px;
width: 273px;
}
.section-title-blue {
font-weight: 600;
margin-bottom: 0px;
position: relative;
color: #fff;
font-size: 36px;
text-transform: capitalize;
}
.section-title-blue:before {
background-image: url(https://www.spinonholidays.com/wp-content/uploads/2024/07/section-title-shape-color_blue.png);
content: "";
position: absolute;
bottom: -53px;
left: 50%;
transform: translate(-50%, -50%);
height: 22px;
width: 273px;
}  .achievement-area {
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(245, 245, 245, 0.2)), to(rgba(245, 245, 245, 0.2))), url(https://www.spinonholidays.com/wp-content/uploads/2024/07/achiv-shape.png);
background: linear-gradient(rgba(245, 245, 245, 0.2) 100%, rgba(245, 245, 245, 0.2) 100%), url(https://www.spinonholidays.com/wp-content/uploads/2024/07/achiv-shape.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.promo-item {
display: flex;
align-items: center;
column-gap: 25px
}
.promo-icon img {
width: 70px;
}
.promo-item .promo-content h3 {
font-size: 20px;
font-weight: 600;
line-height: 1; }  .section-heading {
padding-bottom: 80px;
}
.testimonial{
text-align: center;
}
.testimonial .pic{
width: 120px;
height: 120px;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 15px;
}
.testimonial .pic img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.testimonial .testimonial-title{
display: inline-block;
font-size: 22px;
font-weight: 600;
color: #0c4767;
margin: 0 0 35px 0;
}
.testimonial .testimonial-title small{
font-size: 15px;
font-weight: 600;
color: #787878;
}
.testimonial .description{
font-size: 16px;
color: #000;
line-height: 27px;
position: relative;
margin: 0;
}               .owl-theme .owl-controls .owl-page span{
background: #fff;
border: 2px solid #0c4767;
opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
border: 2px solid #fa7921;
}
#testimonial-slider .owl-prev {
position: absolute;
top: 30%; background-color: #1ca8cb;
color: #fff; display: flex;
justify-content: center; align-items: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
font-size: 30px;
}
#testimonial-slider .owl-next {
position: absolute;
top: 30%;
right: 0px;
background-color: #1ca8cb;
color: #fff; display: flex;
justify-content: center; align-items: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
font-size: 30px;
}                                                                   .common_button{
display: inline-block;
color: #fff;
padding: 7px 17px;
text-transform: capitalize;
font-size: 16px;
border: 1px solid #1ca8cb;
font-weight: 600;
letter-spacing: 1px;
border-radius: 30px;
background: #1ca8cb;
}
.verified_box {
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
}
.select_item:focus {
border: 1px solid #ccc;
outline: 0;
box-shadow: 0px 0px 0px 0px #ccc;
} .card-title {
font-size: 18px;
font-weight: 600;
}
.feature-area {  background-size: cover;
background-repeat: no-repeat;
background-position: center;
position:relative;
}
.feature-area .row.pt-5{z-index: 999;
position: relative;}
.feature-area .section-heading{z-index:999; position:relative;}
.feature-area:before {
position: absolute;
background: rgba(0, 0, 0, .5);
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
z-index: 1;
opacity: .3 !important;
}
ul.benifites_row {
padding: 0;
margin: 0;
display: flex;
flex-wrap:wrap;
justify-content: center;
list-style: none;
align-items: center;
background-color: white; border-radius: 15px;
}
ul.benifites_row li img {
padding: 10px;
}
ul.benifites_row li h5 {
font-size: 19px;
font-weight: 600;
text-transform: capitalize;
color: #000;
}
ul.benifites_row li p {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
color: #000;
margin: 0;
}
li.middle_box {
padding: 15px;
}                                               .footer{background: #faf1ed; padding:30px 0px; margin-top:0px;}    
.footer .ftr-head ul{padding-left:0px!important;}
.footer .ftr-head ul li{list-style:none!important; }
.footer .ftr-head ul li a{text-decoration: none; color:#301d49;}
.footer .ftr-head ul li a:hover{text-decoration: underline;}
.copyright .copy-links ul li{display: inline-block;
padding-right: 10px;}
.copyright .copy-links {    display: flex;
justify-content: flex-end;}  
.copyright .copy-links ul li{list-style:none; padding-left:0px;}
.copyright .copy-links ul li a{text-decoration: none; color:#fff;}
.copyright .copy-links ul li a:hover{text-decoration: underline; color:#fff;} .column { display: flex;
padding: 0;
} .column::after {
content: '';
clear: both;
display: block;
}
.column div {
position: relative;
float: left; padding: 0;
}
.column div:first-child {
margin-left: 0;
}
.column div span {
position: absolute;
bottom: -20px;
left: 0;
z-index: -1;
display: block; margin: 0;
padding: 0;
color: #444;
font-size: 18px;
text-decoration: none;
text-align: center;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
opacity: 0;
}
figure { margin: 0;
padding: 0;
background: #fff;
overflow: hidden;
}
figure:hover+span {
bottom: -36px;
opacity: 1;
}
@-webkit-keyframes flash {
0% {
opacity: .4;
}
100% {
opacity: 1;
}
}
@keyframes flash {
0% {
opacity: .4;
}
100% {
opacity: 1;
}
} .hover14 figure {
position: relative;
}
.hover14 figure::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.hover14 figure:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
html {
margin-top: 0px !important;
}@media (max-width: 575.98px) { 
.header-text h1 {
color: #fff;
font-size: 30px;
}
.header-text p {
font-size: 14px;
}
.header-text a {
display: inline-block;
color: #fff;
padding: 8px 13px;
text-transform: capitalize;
font-size: 15px;
border: 1px solid #1ca8cb;
font-weight: 600;
letter-spacing: 1px;
border-radius: 30px;
background: #1ca8cb;
}
.welcome-image-area {
position: relative;
height: 290px;
background: url(https://www.spinonholidays.com/wp-content/uploads/2024/08/b2bb-bnr.webp);
background-size: cover;
z-index: 1;
}
#owl-demo .owl-prev {
width: 2rem;
height: 2rem;
font-size: 17px;
}
#owl-demo .owl-next{
width: 2rem;
height: 2rem;
font-size: 17px;
}
.section-title {
font-size: 26px;
}
.counter-box i {
font-size: 46px;
margin: 0 0 15px;
color: #000;
}
.section-title-blue {
font-size: 26px;;
}
.card {
margin: 5px 0.5em;
}
.promo-item {
display: block;
align-items: center;
column-gap: 25px;
text-align: center;
}
.verified_box {
display: block;
align-items: center;
justify-content: center;
text-align: center !important;
}
.fact-block {
margin: 10px 0;
}
.select_box {
width: 96% !important;
margin: auto;
margin-bottom: 15px;
}
.img-wrapper {
display: block;
align-items: flex-start;
background: #fff;
}
.img-wrapper img {
width: 100%;
height: 60%; }
.benifites_text_box {
background: #fff;
padding: 15px 15px; }                       }
@media (max-width: 767.98px) { 
.fact-block {
margin: 10px 0;
}
.select_box {
width: 96% !important;
margin: auto;
margin-bottom: 15px;
}
.img-wrapper {
display: block;
align-items: flex-start;
background: #fff;
}
.img-wrapper img {
width: 100%;
height: 60%; }
.benifites_text_box {
background: #fff;
padding: 15px 15px; }                       }
@media (max-width: 991.98px) {  }
@media (max-width: 1199.98px) {  }
@media (max-width: 1399.98px) { }