@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: Bitter, Georgia, Cambria, Times New Roman, Times, serif; */
  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;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

/* =====Start-header-section====== */
/* .header_logo img {
  width: 80%;
} */
.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;
    /* Safari 4.0 - 8.0 */
    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);
            }
          }

/* =====End-header-section====== */


/* =====Start-Hero Section======= */


.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;
}
/* =====End-Hero Section======= */


/* ====Start-Permotion-section=== */
.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%;
  /* left: -10px; */
  background-color: #1ca8cb;
  color: #fff;
  /* width: 27px; */
  display: flex;
  justify-content: center;
  /* height: 30px; */
  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;
  /* width: 27px; */
  display: flex;
  justify-content: center;
  /* height: 30px; */
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 30px;
}
/* ====Ens-Permotion-section=== */

/* =====Start counter-section */
.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;
  /*margin-bottom: 50px;*/
}

.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;
}
/* =====End  counter-section */

/* ===Start-work-section===== */
.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;
  /*margin-bottom: 15px;*/
}
/* ===End-work-section===== */

/* ====Start testimonial-section===== */
.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;
}
/*.testimonial .description:before{*/
/*    content: "\f10d";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    top: -50px;*/
/*    left: 46%;*/
/*    font-size: 20px;*/
/*    color: #dc143c;*/
/*    line-height:33px;*/
/*    border: 2px solid #dc143c;*/
/*}*/
.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%;
    /* left: -10px; */
    background-color: #1ca8cb;
    color: #fff;
    /* width: 27px; */
    display: flex;
    justify-content: center;
    /* height: 30px; */
    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;
    /* width: 27px; */
    display: flex;
    justify-content: center;
    /* height: 30px; */
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 30px;
}

/*.testimonial-slider {*/
/*  background-color: #5072a7;*/
/*  padding: 2em 2em 3em;*/
/*}*/
/*.testimonial-title {*/
  /* color: #fff; */
/*  color: #1ca8cb;*/
/*}*/
/*.testimonial-title h2 {*/
/*  padding-left: 0.2em;*/
/*  color: #1ca8cb;*/
/*}*/
/*.card {*/
/*  margin: 0 0.5em;*/
/*  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
/*  border: none;*/
/*  height: 100%;*/
/*  border-radius: 15px !important;*/
/*}*/
/*.img-wrapper img {*/
/*  border-radius: 15px 15px 0px 0px;*/
/*}*/
/*.carousel-control-prev,*/
/*.carousel-control-next {*/
  /* background-color: #fff; */
/*  background-color: #1ca8cb;*/
/*  width: 3em;*/
/*  height: 3em;*/
/*  border-radius: 50%;*/
/*  top: 60%;*/
/*  transform: translateY(-50%);*/
/*}*/
/*.carousel-dark .carousel-control-prev-icon {*/
/*  filter: inherit;*/
/*  color: #fff !important;*/
/*}*/
/*.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {*/
/*  filter: inherit;*/
/*}*/

/*@media (min-width: 576px) {*/
/*  .carousel-item {*/
/*    margin-right: 0;*/
/*    flex: 0 0 50%;*/
/*    display: block;*/
/*  }*/
/*  .carousel-inner {*/
/*    display: flex;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .carousel-inner {*/
/*    padding: 1em;*/
/*  }*/
/*  .carousel-control-prev,*/
/*  .carousel-control-next {*/
/*    opacity: 1;*/
/*    position: absolute;*/
/*    left: 8em;*/
/*    top: 90%;*/
/*    transform: translateY(-50%);*/
/*  }*/
/*  .carousel-control-next {*/
/*    left: 12em;*/
/*  }*/
/*}*/
/* ====End testimonial-section===== */

/* ====Start verified section==== */

.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;
}
/* ====End verified section==== */

.card-title {
  font-size: 18px;
  font-weight: 600;
}
.feature-area {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(48, 79, 71, 0.3)), to(rgba(48, 79, 71, 0.4))), url('https://www.spinonholidays.com/wp-content/uploads/2024/07/benifites.png') center no-repeat;*/
  /*background: linear-gradient(rgba(48, 79, 71, 0.3) 100%, rgba(48, 79, 71, 0.4) 100%), url('https://www.spinonholidays.com/wp-content/uploads/2024/07/benifites.png') center no-repeat;*/
  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;
    /*padding: 10px;*/
    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;
}


/* =====Start-Footer-section===== */

/*.ftr-head img {*/
/*  width: 90%;*/
/*}*/
/*.footer_social_icon {*/
/*  padding: 0;*/
/*  list-style: none;*/
/*  display: flex;*/
/*  margin: 0;*/
/*}*/
/*.ftr-head ul {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  padding-top: 1.5rem;*/
/*}*/
/*.ftr-head ul li {*/
/*  padding-bottom: 10px;*/
/*}*/
/*.footer_social_icon li a {*/
/*  font-size: 27px;*/
/*  color: #1CA8CB !important;*/
/*  margin-right: 15px;*/
/*}*/
/*.payment-cards img {*/
/*  width: 20%;*/
/*}*/
/*.copyright .copy-links {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*}*/
/*          .footer{*/
/*            background: white;*/
/*  padding: 50px 0px;*/
  /* margin-top: 30px; */
/*  border-top: 1px solid #e6e6e6;*/
/*          }    */
/*    .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{*/
/*          background-color: rgb(28, 168, 203) !important;*/
/*        }*/
/*    .copyright .copy-links ul li a{text-decoration: none; color:#fff;}*/
/*    .copyright .copy-links ul li a:hover{text-decoration: underline; color:#fff;}*/




.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;}




    /* ====image hover css=== */

    
.column {
	/* margin: 15px 15px 0; */
  display: flex;
	padding: 0;
}
/* .column:last-child {
	padding-bottom: 60px;
} */
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	/* width: 300px;
	height: 200px;
	margin: 0 0 0 25px; */
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	/* width: 300px; */
	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 {
	/* width: 300px;
	height: 200px; */
	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;
	}
}

/* Shine */
.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;
}





/* =====End-Footer-section===== */